Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dgc.c253 gc_mode = GC_CB; in select_gc_type()
262 gc_mode = GC_CB; in select_gc_type()
336 else if (p->gc_mode == GC_CB) in get_max_cost()
405 else if (p->gc_mode == GC_CB) in get_gc_cost()
H A Dsegment.h156 GC_CB = 0, enumerator
H A Dfile.c3238 sm->last_victim[GC_CB] = end_segno + 1; in f2fs_ioc_flush_device()
/linux-6.15/include/trace/events/
H A Df2fs.h31 TRACE_DEFINE_ENUM(GC_CB);
116 { GC_CB, "Cost-Benefit" }, \