Searched refs:GC_AT (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/f2fs/
H A Dgc.c222 gc_mode = GC_AT;
238 gc_mode = GC_AT;
279 (p->gc_mode != GC_AT && p->alloc_mode != AT_SSR) &&
307 else if (p->gc_mode == GC_AT)
494 if (p->gc_mode == GC_AT &&
662 if (p->gc_mode == GC_AT)
769 is_atgc = (p.gc_mode == GC_AT || p.alloc_mode == AT_SSR);
903 /* get victim for GC_AT/AT_SSR */
H A Dsegment.h155 * GC_AT is based on age-threshold algorithm.
160 GC_AT, enumerator in enum:__anon120
250 unsigned long long dirty_min_mtime; /* rerange candidates in GC_AT */
251 unsigned long long dirty_max_mtime; /* rerange candidates in GC_AT */
/linux-master/include/trace/events/
H A Df2fs.h117 { GC_AT, "Age-threshold" })

Completed in 148 milliseconds