Lines Matching full:segments
15 #define DEF_RECLAIM_PREFREE_SEGMENTS 5 /* 5% over total segments */
181 * maximum # of segments/sections
187 unsigned long long oldest_age; /* oldest age of segments having the same min cost */
233 /* bitmap of segments to be ignored by GC in case of errors */
259 unsigned int free_segments; /* # of free segments */
268 DIRTY_HOT_DATA, /* dirty segments assigned as hot data logs */
269 DIRTY_WARM_DATA, /* dirty segments assigned as warm data logs */
270 DIRTY_COLD_DATA, /* dirty segments assigned as cold data logs */
271 DIRTY_HOT_NODE, /* dirty segments assigned as hot node logs */
272 DIRTY_WARM_NODE, /* dirty segments assigned as warm node logs */
273 DIRTY_COLD_NODE, /* dirty segments assigned as cold node logs */
274 DIRTY, /* to count # of dirty segments */
275 PRE, /* to count # of entirely obsolete segments */
283 int nr_dirty[NR_DIRTY_TYPE]; /* # of dirty segments */
339 * segments, f2fs manages two counting structures separately. in get_valid_blocks()