Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dgc.c308 if (gc_type != FG_GC && in select_policy()
755 if (gc_type != FG_GC) in f2fs_gc_pinned_control()
813 if (gc_type == FG_GC) in f2fs_get_victim()
830 if (gc_type == FG_GC && in f2fs_get_victim()
952 if (gc_type == FG_GC) in f2fs_get_victim()
1034 bool fggc = (gc_type == FG_GC); in gc_node_segment()
1092 if (!err && gc_type == FG_GC) in gc_node_segment()
1834 if (gc_type == FG_GC && in do_garbage_collect()
1895 gc_type = FG_GC; in f2fs_gc()
1945 if (gc_type == FG_GC) { in f2fs_gc()
[all …]
H A Ddebug.c623 si->gc_secs[DATA][BG_GC] + si->gc_secs[DATA][FG_GC], in stat_show()
626 si->gc_secs[NODE][BG_GC] + si->gc_secs[NODE][FG_GC], in stat_show()
630 si->gc_segs[DATA][BG_GC] + si->gc_segs[DATA][FG_GC], in stat_show()
633 si->gc_segs[NODE][BG_GC] + si->gc_segs[NODE][FG_GC], in stat_show()
H A Dsegment.h170 FG_GC, enumerator
H A Dfile.c1801 .init_gc_type = FG_GC, in f2fs_expand_inode_data()
2702 gc_control.init_gc_type = sync ? FG_GC : BG_GC; in f2fs_ioc_gc()
2715 .init_gc_type = range->sync ? FG_GC : BG_GC, in __f2fs_ioc_gc_range()
3194 .init_gc_type = FG_GC, in f2fs_ioc_flush_device()
H A Dsuper.c2245 .init_gc_type = FG_GC, in f2fs_disable_checkpoint()
3891 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
H A Dnode.c1785 if (gc_type == FG_GC) { in f2fs_move_node_page()
/linux-6.15/include/trace/events/
H A Df2fs.h32 TRACE_DEFINE_ENUM(FG_GC);
104 { FG_GC, "Foreground GC" }, \