Searched refs:FG_GC (Results 1 – 6 of 6) sorted by relevance
145 gc_control.init_gc_type = sync_mode ? FG_GC : BG_GC; in gc_thread_func()277 if (gc_type != FG_GC && in select_policy()698 if (gc_type != FG_GC) in f2fs_gc_pinned_control()769 if (gc_type == FG_GC && in get_victim_by_default()770 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in get_victim_by_default()771 p.min_segno = sbi->next_victim_seg[FG_GC]; in get_victim_by_default()773 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in get_victim_by_default()779 if (p.alloc_mode == LFS && gc_type == FG_GC) { in get_victim_by_default()846 if (gc_type == FG_GC && f2fs_section_is_pinned(dirty_i, secno)) in get_victim_by_default()891 if (gc_type == FG_GC) in get_victim_by_default()[all …]
182 FG_GC, enumerator
1694 .init_gc_type = FG_GC, in expand_inode_data()2442 gc_control.init_gc_type = sync ? FG_GC : BG_GC; in f2fs_ioc_gc()2454 .init_gc_type = range->sync ? FG_GC : BG_GC, in __f2fs_ioc_gc_range()2903 .init_gc_type = FG_GC, in f2fs_ioc_flush_device()
2120 .init_gc_type = FG_GC, in f2fs_disable_checkpoint()3613 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
1685 if (gc_type == FG_GC) { in f2fs_move_node_page()
32 TRACE_DEFINE_ENUM(FG_GC);102 { FG_GC, "Foreground GC" }, \