Searched refs:FG_GC (Results 1 – 5 of 5) sorted by relevance
191 if (gc_type != FG_GC && in select_policy()332 if (p.alloc_mode == LFS && gc_type == FG_GC) { in get_victim_by_default()391 if (gc_type == FG_GC) in get_victim_by_default()474 bool fggc = (gc_type == FG_GC); in gc_node_segment()845 if (gc_type == FG_GC) in move_data_page()1113 if (gc_type == FG_GC && in do_garbage_collect()1120 if (gc_type == FG_GC) in do_garbage_collect()1134 int gc_type = sync ? FG_GC : BG_GC; in f2fs_gc()1143 unsigned long long last_skipped = sbi->skipped_atomic_files[FG_GC]; in f2fs_gc()1181 gc_type = FG_GC; in f2fs_gc()[all …]
108 si->skipped_atomic_files[FG_GC] = sbi->skipped_atomic_files[FG_GC]; in update_general_status()350 si->skipped_atomic_files[FG_GC], in stat_show()
164 FG_GC, enumerator
1592 if (gc_type == FG_GC) { in f2fs_move_node_page()
35 TRACE_DEFINE_ENUM(FG_GC);117 { FG_GC, "Foreground GC" }, \