Home
last modified time | relevance | path

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

/linux-4.1.27/fs/f2fs/
Dgc.c270 if (p.alloc_mode == LFS && gc_type == FG_GC) { in get_victim_by_default()
319 if (gc_type == FG_GC) in get_victim_by_default()
430 if (gc_type == FG_GC) { in gc_node_segment()
446 if (gc_type == FG_GC) { in gc_node_segment()
632 if (gc_type == FG_GC) { in gc_data_segment()
709 gc_type = FG_GC; in f2fs_gc()
725 if (gc_type == FG_GC) { in f2fs_gc()
734 if (gc_type == FG_GC) in f2fs_gc()
Dsegment.h142 FG_GC enumerator
/linux-4.1.27/include/trace/events/
Df2fs.h25 TRACE_DEFINE_ENUM(FG_GC);
93 { FG_GC, "Foreground GC" }, \