Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.h148 struct victim_sel_policy { struct
149 int alloc_mode; /* LFS or SSR */
150 int gc_mode; /* GC_CB or GC_GREEDY */
151 unsigned long *dirty_bitmap; /* dirty segment/section bitmap */
152 unsigned int max_search; /*
156 unsigned int offset; /* last scanned bitmap offset */
157 unsigned int ofs_unit; /* bitmap search unit */
158 unsigned int min_cost; /* minimum cost */
159 unsigned long long oldest_age; /* oldest age of segments having the same min cost */
160 unsigned int min_segno; /* segment # having min. cost */
[all …]