Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsegment.h177 struct victim_sel_policy { struct
178 int alloc_mode; /* LFS or SSR */
179 int gc_mode; /* GC_CB or GC_GREEDY */
180 unsigned long *dirty_bitmap; /* dirty segment/section bitmap */
181 unsigned int max_search; /*
185 unsigned int offset; /* last scanned bitmap offset */
186 unsigned int ofs_unit; /* bitmap search unit */
187 unsigned int min_cost; /* minimum cost */
188 unsigned long long oldest_age; /* oldest age of segments having the same min cost */
189 unsigned int min_segno; /* segment # having min. cost */
[all …]