Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dgc.c150 gc_control.init_gc_type = sync_mode ? FG_GC : BG_GC; in gc_thread_func()
305 if (gc_type != FG_GC && in select_policy()
347 * If the gc_type is FG_GC, we can select victim segments in check_bg_victims()
753 if (gc_type != FG_GC) in f2fs_gc_pinned_control()
816 if (gc_type == FG_GC) in f2fs_get_victim()
833 if (gc_type == FG_GC && in f2fs_get_victim()
834 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in f2fs_get_victim()
835 p.min_segno = sbi->next_victim_seg[FG_GC]; in f2fs_get_victim()
837 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in f2fs_get_victim()
843 if (p.alloc_mode == LFS && gc_type == FG_GC) { in f2fs_get_victim()
[all...]
H A Ddebug.c622 si->gc_secs[DATA][BG_GC] + si->gc_secs[DATA][FG_GC], in stat_show()
625 si->gc_secs[NODE][BG_GC] + si->gc_secs[NODE][FG_GC], in stat_show()
629 si->gc_segs[DATA][BG_GC] + si->gc_segs[DATA][FG_GC], in stat_show()
632 si->gc_segs[NODE][BG_GC] + si->gc_segs[NODE][FG_GC], in stat_show()
H A Dsegment.h140 * FG_GC means the on-demand cleaning job.
144 FG_GC, enumerator
523 if (GET_SEC_FROM_SEG(sbi, sbi->next_victim_seg[FG_GC]) == secno) in __set_test_and_free()
524 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in __set_test_and_free()
H A Dsuper.c2516 .init_gc_type = FG_GC, in f2fs_disable_checkpoint()
4157 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
H A Dnode.c1793 if (gc_type == FG_GC) { in f2fs_move_node_folio()
H A Dsegment.c459 FG_GC : BG_GC, in f2fs_balance_fs()
/linux/include/trace/events/
H A Df2fs.h32 TRACE_DEFINE_ENUM(FG_GC);
104 { FG_GC, "Foreground GC" }, \