Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Dgc.c159 int gc_mode = (gc_type == BG_GC) ? GC_CB : GC_GREEDY; in select_gc_type()
167 gc_mode = GC_GREEDY; in select_gc_type()
179 p->gc_mode = GC_GREEDY; in select_policy()
210 if (p->gc_mode == GC_GREEDY) in get_max_cost()
276 if (p->gc_mode == GC_GREEDY) in get_gc_cost()
Dsegment.h151 GC_GREEDY, enumerator
Dfile.c2568 sm->last_victim[GC_GREEDY] = end_segno + 1; in f2fs_ioc_flush_device()
/Linux-v4.19/include/trace/events/
Df2fs.h33 TRACE_DEFINE_ENUM(GC_GREEDY);
127 { GC_GREEDY, "Greedy" }, \