Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Dgc.c202 gc_mode = GC_GREEDY; in select_gc_type()
211 gc_mode = GC_GREEDY; in select_gc_type()
227 p->gc_mode = GC_GREEDY; in select_policy()
232 p->gc_mode = GC_GREEDY; in select_policy()
277 if (p->gc_mode == GC_GREEDY) in get_max_cost()
346 if (p->gc_mode == GC_GREEDY) in get_gc_cost()
Dsegment.h165 GC_GREEDY, enumerator
Dfile.c2940 sm->last_victim[GC_GREEDY] = end_segno + 1; in f2fs_ioc_flush_device()
/Linux-v5.15/include/trace/events/
Df2fs.h34 TRACE_DEFINE_ENUM(GC_GREEDY);
121 { GC_GREEDY, "Greedy" }, \