Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dgc.c226 gc_mode = GC_GREEDY; in select_gc_type()
235 gc_mode = GC_GREEDY; in select_gc_type()
251 p->gc_mode = GC_GREEDY; in select_policy()
256 p->gc_mode = GC_GREEDY; in select_policy()
303 if (p->gc_mode == GC_GREEDY) in get_max_cost()
372 if (p->gc_mode == GC_GREEDY) in get_gc_cost()
H A Dsegment.h159 GC_GREEDY, enumerator
H A Dfile.c3058 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);
115 { GC_GREEDY, "Greedy" }, \