Searched refs:FG_GC (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | gc.c | 133 gc_control.init_gc_type = sync_mode ? FG_GC : BG_GC; in gc_thread_func() 279 if (gc_type != FG_GC && in select_policy() 730 if (gc_type != FG_GC) in f2fs_gc_pinned_control() 801 if (gc_type == FG_GC && in f2fs_get_victim() 802 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in f2fs_get_victim() 803 p.min_segno = sbi->next_victim_seg[FG_GC]; in f2fs_get_victim() 805 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in f2fs_get_victim() 811 if (p.alloc_mode == LFS && gc_type == FG_GC) { in f2fs_get_victim() 878 if (gc_type == FG_GC && f2fs_section_is_pinned(dirty_i, secno)) in f2fs_get_victim() 923 if (gc_type == FG_GC) in f2fs_get_victim() [all …]
|
H A D | debug.c | 525 si->gc_secs[DATA][BG_GC] + si->gc_secs[DATA][FG_GC], in stat_show() 528 si->gc_secs[NODE][BG_GC] + si->gc_secs[NODE][FG_GC], in stat_show() 532 si->gc_segs[DATA][BG_GC] + si->gc_segs[DATA][FG_GC], in stat_show() 535 si->gc_segs[NODE][BG_GC] + si->gc_segs[NODE][FG_GC], in stat_show()
|
H A D | segment.h | 173 FG_GC, enumerator
|
H A D | file.c | 1742 .init_gc_type = FG_GC, in f2fs_expand_inode_data() 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() 3070 .init_gc_type = FG_GC, in f2fs_ioc_flush_device()
|
H A D | super.c | 2205 .init_gc_type = FG_GC, in f2fs_disable_checkpoint() 3778 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
|
H A D | node.c | 1727 if (gc_type == FG_GC) { in f2fs_move_node_page()
|
/openbmc/linux/include/trace/events/ |
H A D | f2fs.h | 32 TRACE_DEFINE_ENUM(FG_GC); 104 { FG_GC, "Foreground GC" }, \
|