Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dgc.c225 gc_mode = GC_GREEDY; in select_gc_type()
234 gc_mode = GC_GREEDY; in select_gc_type()
250 p->gc_mode = GC_GREEDY; in select_policy()
255 p->gc_mode = GC_GREEDY; in select_policy()
302 if (p->gc_mode == GC_GREEDY) in get_max_cost()
371 if (p->gc_mode == GC_GREEDY) in get_gc_cost()
Dsegment.h169 GC_GREEDY, enumerator
Dfile.c2952 sm->last_victim[GC_GREEDY] = end_segno + 1; in f2fs_ioc_flush_device()
/linux-6.1.9/include/trace/events/
Df2fs.h30 TRACE_DEFINE_ENUM(GC_GREEDY);
113 { GC_GREEDY, "Greedy" }, \