BG_GC 120 fs/f2fs/debug.c si->skipped_atomic_files[BG_GC] = sbi->skipped_atomic_files[BG_GC]; BG_GC 375 fs/f2fs/debug.c si->skipped_atomic_files[BG_GC] + BG_GC 377 fs/f2fs/debug.c si->skipped_atomic_files[BG_GC]); BG_GC 3403 fs/f2fs/f2fs.h si->bg_data_segs += (gc_type == BG_GC) ? 1 : 0; \ BG_GC 3406 fs/f2fs/f2fs.h si->bg_node_segs += (gc_type == BG_GC) ? 1 : 0; \ BG_GC 3418 fs/f2fs/f2fs.h si->bg_data_blks += ((gc_type) == BG_GC) ? (blks) : 0; \ BG_GC 3426 fs/f2fs/f2fs.h si->bg_node_blks += ((gc_type) == BG_GC) ? (blks) : 0; \ BG_GC 164 fs/f2fs/gc.c int gc_mode = (gc_type == BG_GC) ? GC_CB : GC_GREEDY; BG_GC 337 fs/f2fs/gc.c if (sbi->next_victim_seg[BG_GC] != NULL_SEGNO) { BG_GC 338 fs/f2fs/gc.c p.min_segno = sbi->next_victim_seg[BG_GC]; BG_GC 340 fs/f2fs/gc.c sbi->next_victim_seg[BG_GC] = NULL_SEGNO; BG_GC 404 fs/f2fs/gc.c if (gc_type == BG_GC && test_bit(secno, dirty_i->victim_secmap)) BG_GC 531 fs/f2fs/gc.c if (gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) BG_GC 935 fs/f2fs/gc.c if (gc_type == BG_GC) { BG_GC 1016 fs/f2fs/gc.c if (gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) BG_GC 1255 fs/f2fs/gc.c int gc_type = sync ? FG_GC : BG_GC; BG_GC 1290 fs/f2fs/gc.c if (gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) { BG_GC 1307 fs/f2fs/gc.c if (gc_type == BG_GC && !background) { BG_GC 1515 fs/f2fs/gc.c for (gc_type = BG_GC; gc_type <= FG_GC; gc_type++) BG_GC 2600 fs/f2fs/segment.c if (v_ops->get_victim(sbi, &segno, BG_GC, type, SSR)) { BG_GC 2627 fs/f2fs/segment.c if (v_ops->get_victim(sbi, &segno, BG_GC, i, SSR)) { BG_GC 423 fs/f2fs/super.c set_opt(sbi, BG_GC); BG_GC 426 fs/f2fs/super.c clear_opt(sbi, BG_GC); BG_GC 429 fs/f2fs/super.c set_opt(sbi, BG_GC); BG_GC 1341 fs/f2fs/super.c if (!f2fs_readonly(sbi->sb) && test_opt(sbi, BG_GC)) { BG_GC 1476 fs/f2fs/super.c set_opt(sbi, BG_GC); BG_GC 1682 fs/f2fs/super.c if ((*flags & SB_RDONLY) || !test_opt(sbi, BG_GC)) { BG_GC 2816 fs/f2fs/super.c sbi->next_victim_seg[BG_GC] = NULL_SEGNO; BG_GC 3550 fs/f2fs/super.c if (test_opt(sbi, BG_GC) && !f2fs_readonly(sb)) { BG_GC 36 include/trace/events/f2fs.h TRACE_DEFINE_ENUM(BG_GC); BG_GC 108 include/trace/events/f2fs.h { BG_GC, "Background GC" })