Lines Matching refs:BG_GC
196 if (gc_type == BG_GC) { in select_gc_type()
688 if (sbi->next_victim_seg[BG_GC] != NULL_SEGNO) { in get_victim_by_default()
689 p.min_segno = sbi->next_victim_seg[BG_GC]; in get_victim_by_default()
691 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in get_victim_by_default()
768 if (gc_type == BG_GC && test_bit(secno, dirty_i->victim_secmap)) in get_victim_by_default()
917 if (gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) in gc_node_segment()
1171 int type = fio.sbi->am.atgc_enabled && (gc_type == BG_GC) && in move_data_block()
1349 if (gc_type == BG_GC) { in move_data_page()
1437 if ((gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) || in gc_data_segment()
1635 if (gc_type == BG_GC && __is_large_section(sbi) && in do_garbage_collect()
1695 int gc_type = sync ? FG_GC : BG_GC; in f2fs_gc()
1730 if (gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) { in f2fs_gc()
1747 if (gc_type == BG_GC && !background) { in f2fs_gc()
1887 for (gc_type = BG_GC; gc_type <= FG_GC; gc_type++) in free_segment_range()