Home
last modified time | relevance | path

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

/linux-4.4.14/fs/f2fs/
Dgc.c277 if (p.alloc_mode == LFS && gc_type == FG_GC) { in get_victim_by_default()
327 if (gc_type == FG_GC) in get_victim_by_default()
449 if (gc_type == FG_GC) { in gc_node_segment()
465 if (gc_type == FG_GC) { in gc_node_segment()
752 if (gc_type == FG_GC) { in gc_data_segment()
820 int gc_type = sync ? FG_GC : BG_GC; in f2fs_gc()
839 gc_type = FG_GC; in f2fs_gc()
859 gc_type == FG_GC) in f2fs_gc()
863 if (i == sbi->segs_per_sec && gc_type == FG_GC) in f2fs_gc()
866 if (gc_type == FG_GC) in f2fs_gc()
[all …]
Dsegment.h144 FG_GC, enumerator
/linux-4.4.14/include/trace/events/
Df2fs.h29 TRACE_DEFINE_ENUM(FG_GC);
98 { FG_GC, "Foreground GC" }, \