Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dgc.c224 gc_mode = GC_CB; in select_gc_type()
233 gc_mode = GC_CB; in select_gc_type()
307 else if (p->gc_mode == GC_CB) in get_max_cost()
376 else if (p->gc_mode == GC_CB) in get_gc_cost()
H A Dsegment.h159 GC_CB = 0, enumerator
H A Dfile.c3114 sm->last_victim[GC_CB] = end_segno + 1; in f2fs_ioc_flush_device()
/openbmc/linux/include/trace/events/
H A Df2fs.h31 TRACE_DEFINE_ENUM(GC_CB);
116 { GC_CB, "Cost-Benefit" }, \