Home
last modified time | relevance | path

Searched defs:victim_sel_policy (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/fs/f2fs/
Dsegment.h182 struct victim_sel_policy { struct
183 int alloc_mode; /* LFS or SSR */
184 int gc_mode; /* GC_CB or GC_GREEDY */
185 unsigned long *dirty_bitmap; /* dirty segment/section bitmap */
186 unsigned int max_search; /*
190 unsigned int offset; /* last scanned bitmap offset */
191 unsigned int ofs_unit; /* bitmap search unit */
192 unsigned int min_cost; /* minimum cost */
193 unsigned long long oldest_age; /* oldest age of segments having the same min cost */
194 unsigned int min_segno; /* segment # having min. cost */
[all …]