Searched refs:FG_GC (Results 1 – 3 of 3) sorted by relevance
277 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 …]
144 FG_GC, enumerator
29 TRACE_DEFINE_ENUM(FG_GC);98 { FG_GC, "Foreground GC" }, \