Searched refs:FG_GC (Results 1 – 6 of 6) sorted by relevance
196 if (gc_type != FG_GC && in select_policy()343 if (gc_type == FG_GC && in get_victim_by_default()344 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in get_victim_by_default()345 p.min_segno = sbi->next_victim_seg[FG_GC]; in get_victim_by_default()347 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in get_victim_by_default()353 if (p.alloc_mode == LFS && gc_type == FG_GC) { in get_victim_by_default()430 if (gc_type == FG_GC) in get_victim_by_default()513 bool fggc = (gc_type == FG_GC); in gc_node_segment()570 if (!err && gc_type == FG_GC) in gc_node_segment()929 if (gc_type == FG_GC) in move_data_page()[all …]
121 si->skipped_atomic_files[FG_GC] = sbi->skipped_atomic_files[FG_GC]; in update_general_status()376 si->skipped_atomic_files[FG_GC], in stat_show()
161 FG_GC, enumerator
1607 if (gc_type == FG_GC) { in f2fs_move_node_page()
2812 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
35 TRACE_DEFINE_ENUM(FG_GC);107 { FG_GC, "Foreground GC" }, \