Home
last modified time | relevance | path

Searched refs:BG_GC (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/fs/f2fs/
Dgc.c196 if (gc_type == BG_GC) { in select_gc_type()
689 if (sbi->next_victim_seg[BG_GC] != NULL_SEGNO) { in get_victim_by_default()
690 p.min_segno = sbi->next_victim_seg[BG_GC]; in get_victim_by_default()
692 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in get_victim_by_default()
769 if (gc_type == BG_GC && test_bit(secno, dirty_i->victim_secmap)) in get_victim_by_default()
919 if (gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) in gc_node_segment()
1160 int type = fio.sbi->am.atgc_enabled && (gc_type == BG_GC) && in move_data_block()
1337 if (gc_type == BG_GC) { in move_data_page()
1425 if ((gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) || in gc_data_segment()
1623 if (gc_type == BG_GC && __is_large_section(sbi) && in do_garbage_collect()
[all …]
Ddebug.c170 si->skipped_atomic_files[BG_GC] = sbi->skipped_atomic_files[BG_GC]; in update_general_status()
491 si->skipped_atomic_files[BG_GC] + in stat_show()
493 si->skipped_atomic_files[BG_GC]); in stat_show()
Dsegment.h177 BG_GC = 0, enumerator
Df2fs.h3809 si->bg_data_segs += (gc_type == BG_GC) ? 1 : 0; \
3812 si->bg_node_segs += (gc_type == BG_GC) ? 1 : 0; \
3824 si->bg_data_blks += ((gc_type) == BG_GC) ? (blks) : 0; \
3832 si->bg_node_blks += ((gc_type) == BG_GC) ? (blks) : 0; \
Dsegment.c2876 if (!v_ops->get_victim(sbi, &segno, BG_GC, seg_type, alloc_mode, age)) { in get_ssr_segment()
2903 if (!v_ops->get_victim(sbi, &segno, BG_GC, i, alloc_mode, age)) { in get_ssr_segment()
Dsuper.c3521 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in init_sb_info()
/Linux-v5.15/include/trace/events/
Df2fs.h37 TRACE_DEFINE_ENUM(BG_GC);
111 { BG_GC, "Background GC" })