Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Dsegment.h146 struct victim_sel_policy { struct
147 int alloc_mode; /* LFS or SSR */
148 int gc_mode; /* GC_CB or GC_GREEDY */
149 unsigned long *dirty_segmap; /* dirty segment bitmap */
150 unsigned int max_search; /* maximum # of segments to search */
151 unsigned int offset; /* last scanned bitmap offset */
152 unsigned int ofs_unit; /* bitmap search unit */
153 unsigned int min_cost; /* minimum cost */
154 unsigned int min_segno; /* segment # having min. cost */