Searched refs:BG_GC (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | debug.c | 525 si->gc_secs[DATA][BG_GC] + si->gc_secs[DATA][FG_GC], in stat_show() 526 si->gc_secs[DATA][BG_GC]); in stat_show() 528 si->gc_secs[NODE][BG_GC] + si->gc_secs[NODE][FG_GC], in stat_show() 529 si->gc_secs[NODE][BG_GC]); in stat_show() 532 si->gc_segs[DATA][BG_GC] + si->gc_segs[DATA][FG_GC], in stat_show() 533 si->gc_segs[DATA][BG_GC]); in stat_show() 535 si->gc_segs[NODE][BG_GC] + si->gc_segs[NODE][FG_GC], in stat_show() 536 si->gc_segs[NODE][BG_GC]); in stat_show()
|
H A D | gc.c | 133 gc_control.init_gc_type = sync_mode ? FG_GC : BG_GC; in gc_thread_func() 220 if (gc_type == BG_GC) { in select_gc_type() 795 if (sbi->next_victim_seg[BG_GC] != NULL_SEGNO) { in f2fs_get_victim() 796 p.min_segno = sbi->next_victim_seg[BG_GC]; in f2fs_get_victim() 798 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in f2fs_get_victim() 875 if (gc_type == BG_GC && test_bit(secno, dirty_i->victim_secmap)) in f2fs_get_victim() 1024 if (gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) in gc_node_segment() 1287 int type = fio.sbi->am.atgc_enabled && (gc_type == BG_GC) && in move_data_block() 1438 if (gc_type == BG_GC) { in move_data_page() 1525 if ((gc_type == BG_GC && has_not_enough_free_secs(sbi, 0, 0)) || in gc_data_segment() [all …]
|
H A D | segment.h | 172 BG_GC = 0, enumerator
|
H A D | segment.c | 442 .init_gc_type = BG_GC, in f2fs_balance_fs() 2999 if (!f2fs_get_victim(sbi, &segno, BG_GC, seg_type, alloc_mode, age)) { in get_ssr_segment() 3026 if (!f2fs_get_victim(sbi, &segno, BG_GC, i, alloc_mode, age)) { in get_ssr_segment()
|
H A D | f2fs.h | 4063 si->bg_data_blks += ((gc_type) == BG_GC) ? (blks) : 0; \ 4071 si->bg_node_blks += ((gc_type) == BG_GC) ? (blks) : 0; \
|
H A D | file.c | 2576 gc_control.init_gc_type = sync ? FG_GC : BG_GC; in f2fs_ioc_gc() 2589 .init_gc_type = range->sync ? FG_GC : BG_GC, in __f2fs_ioc_gc_range()
|
H A D | super.c | 3777 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in init_sb_info()
|
/openbmc/linux/include/trace/events/ |
H A D | f2fs.h | 33 TRACE_DEFINE_ENUM(BG_GC); 105 { BG_GC, "Background GC" }) 696 (__entry->gc_type == BG_GC) ? __entry->no_bg_gc : -1,
|