Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dgc.c137 int gc_mode = (gc_type == BG_GC) ? GC_CB : GC_GREEDY; in select_gc_type()
143 gc_mode = GC_GREEDY; in select_gc_type()
154 p->gc_mode = GC_GREEDY; in select_policy()
177 if (p->gc_mode == GC_GREEDY) in get_max_cost()
243 if (p->gc_mode == GC_GREEDY) in get_gc_cost()
Dsegment.h134 GC_GREEDY enumerator
/linux-4.4.14/include/trace/events/
Df2fs.h27 TRACE_DEFINE_ENUM(GC_GREEDY);
108 { GC_GREEDY, "Greedy" }, \