Lines Matching refs:BG_GC
135 gc_control.init_gc_type = sync_mode ? FG_GC : BG_GC; in gc_thread_func()
219 if (gc_type == BG_GC) { in select_gc_type()
762 if (sbi->next_victim_seg[BG_GC] != NULL_SEGNO) { in get_victim_by_default()
763 p.min_segno = sbi->next_victim_seg[BG_GC]; in get_victim_by_default()
765 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in get_victim_by_default()
842 if (gc_type == BG_GC && test_bit(secno, dirty_i->victim_secmap)) in get_victim_by_default()
995 if (gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) in gc_node_segment()
1252 int type = fio.sbi->am.atgc_enabled && (gc_type == BG_GC) && in move_data_block()
1413 if (gc_type == BG_GC) { in move_data_page()
1500 if ((gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) || in gc_data_segment()
1707 if (gc_type == BG_GC && __is_large_section(sbi) && in do_garbage_collect()
1800 if (gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) { in f2fs_gc()
1816 if (gc_type == BG_GC && gc_control->no_bg_gc) { in f2fs_gc()
1963 for (gc_type = BG_GC; gc_type <= FG_GC; gc_type++) in free_segment_range()