Home
last modified time | relevance | path

Searched refs:GC_GREEDY (Results 1 – 5 of 5) sorted by relevance

/linux/fs/f2fs/
H A Dgc.c202 gc_th->boost_gc_greedy = GC_GREEDY; in f2fs_start_gc_thread()
258 gc_mode = GC_GREEDY; in select_gc_type()
269 gc_mode = GC_GREEDY; in select_gc_type()
285 p->gc_mode = GC_GREEDY; in select_policy()
333 if (p->gc_mode == GC_GREEDY) in get_max_cost()
403 if (p->gc_mode == GC_GREEDY) in get_gc_cost()
H A Dsegment.h140 GC_GREEDY, enumerator
H A Dsysfs.c942 if (t > GC_GREEDY) in __sbi_store()
H A Dfile.c3451 sm->last_victim[GC_GREEDY] = end_segno + 1; in f2fs_ioc_flush_device()
/linux/include/trace/events/
H A Df2fs.h30 TRACE_DEFINE_ENUM(GC_GREEDY);
118 { GC_GREEDY, "Greedy" }, \