Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dgc.c153 gc_control.init_gc_type = sync_mode ? FG_GC : BG_GC; in gc_thread_func()
308 if (gc_type != FG_GC && in select_policy()
756 if (gc_type != FG_GC) in f2fs_gc_pinned_control()
819 if (gc_type == FG_GC) in f2fs_get_victim()
836 if (gc_type == FG_GC && in f2fs_get_victim()
837 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in f2fs_get_victim()
838 p.min_segno = sbi->next_victim_seg[FG_GC]; in f2fs_get_victim()
840 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in f2fs_get_victim()
846 if (p.alloc_mode == LFS && gc_type == FG_GC) { in f2fs_get_victim()
913 if (gc_type == FG_GC && f2fs_section_is_pinned(dirty_i, secno)) in f2fs_get_victim()
[all …]
H A Ddebug.c631 si->gc_secs[DATA][BG_GC] + si->gc_secs[DATA][FG_GC], in stat_show()
634 si->gc_secs[NODE][BG_GC] + si->gc_secs[NODE][FG_GC], in stat_show()
638 si->gc_segs[DATA][BG_GC] + si->gc_segs[DATA][FG_GC], in stat_show()
641 si->gc_segs[NODE][BG_GC] + si->gc_segs[NODE][FG_GC], in stat_show()
H A Dsegment.h153 FG_GC, enumerator
532 if (GET_SEC_FROM_SEG(sbi, sbi->next_victim_seg[FG_GC]) == secno) in __set_test_and_free()
533 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in __set_test_and_free()
H A Dfile.c1862 .init_gc_type = FG_GC, in f2fs_expand_inode_data()
2777 gc_control.init_gc_type = sync ? FG_GC : BG_GC; in f2fs_ioc_gc()
2790 .init_gc_type = range->sync ? FG_GC : BG_GC, in __f2fs_ioc_gc_range()
3269 .init_gc_type = FG_GC, in f2fs_ioc_flush_device()
H A Dsuper.c2585 .init_gc_type = FG_GC, in f2fs_disable_checkpoint()
4296 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
H A Dnode.c1818 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);
107 { FG_GC, "Foreground GC" }, \