Home
last modified time | relevance | path

Searched refs:GC_CB (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()
163 gc_mode = GC_CB; in select_gc_type()
212 else if (p->gc_mode == GC_CB) in get_max_cost()
Dsegment.h150 GC_CB = 0, enumerator
Dfile.c2567 sm->last_victim[GC_CB] = end_segno + 1; in f2fs_ioc_flush_device()
/Linux-v4.19/include/trace/events/
Df2fs.h34 TRACE_DEFINE_ENUM(GC_CB);
128 { GC_CB, "Cost-Benefit" })