Searched refs:BG_GC (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/f2fs/ |
D | gc.c | 159 int gc_mode = (gc_type == BG_GC) ? GC_CB : GC_GREEDY; in select_gc_type() 368 if (gc_type == BG_GC && test_bit(secno, dirty_i->victim_secmap)) in get_victim_by_default() 490 if (gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) in gc_node_segment() 850 if (gc_type == BG_GC) { in move_data_page() 927 if (gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) in gc_data_segment() 1134 int gc_type = sync ? FG_GC : BG_GC; in f2fs_gc() 1169 if (gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) { in f2fs_gc() 1185 if (gc_type == BG_GC && !background) { in f2fs_gc()
|
D | debug.c | 107 si->skipped_atomic_files[BG_GC] = sbi->skipped_atomic_files[BG_GC]; in update_general_status() 349 si->skipped_atomic_files[BG_GC] + in stat_show() 351 si->skipped_atomic_files[BG_GC]); in stat_show()
|
D | super.c | 394 set_opt(sbi, BG_GC); in parse_options() 397 clear_opt(sbi, BG_GC); in parse_options() 400 set_opt(sbi, BG_GC); in parse_options() 1267 if (!f2fs_readonly(sbi->sb) && test_opt(sbi, BG_GC)) { in f2fs_show_options() 1394 set_opt(sbi, BG_GC); in default_options() 1513 if ((*flags & SB_RDONLY) || !test_opt(sbi, BG_GC)) { in f2fs_remount() 3065 if (test_opt(sbi, BG_GC) && !f2fs_readonly(sb)) { in f2fs_fill_super()
|
D | f2fs.h | 3186 si->bg_data_segs += (gc_type == BG_GC) ? 1 : 0; \ 3189 si->bg_node_segs += (gc_type == BG_GC) ? 1 : 0; \ 3201 si->bg_data_blks += ((gc_type) == BG_GC) ? (blks) : 0; \ 3209 si->bg_node_blks += ((gc_type) == BG_GC) ? (blks) : 0; \
|
D | segment.h | 163 BG_GC = 0, enumerator
|
D | segment.c | 2449 if (v_ops->get_victim(sbi, &segno, BG_GC, type, SSR)) { in get_ssr_segment() 2476 if (v_ops->get_victim(sbi, &segno, BG_GC, i, SSR)) { in get_ssr_segment()
|
/Linux-v4.19/include/trace/events/ |
D | f2fs.h | 36 TRACE_DEFINE_ENUM(BG_GC); 118 { BG_GC, "Background GC" })
|