Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dgc.c221 gc_mode = GC_AT; in select_gc_type()
237 gc_mode = GC_AT; in select_gc_type()
278 (p->gc_mode != GC_AT && p->alloc_mode != AT_SSR) && in select_policy()
306 else if (p->gc_mode == GC_AT) in get_max_cost()
438 if (p->gc_mode == GC_AT && in add_victim_entry()
631 if (p->gc_mode == GC_AT) in lookup_victim_by_age()
738 is_atgc = (p.gc_mode == GC_AT || p.alloc_mode == AT_SSR); in get_victim_by_default()
Dsegment.h170 GC_AT, enumerator
/linux-6.1.9/include/trace/events/
Df2fs.h115 { GC_AT, "Age-threshold" })