Searched refs:FG_GC (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/f2fs/ |
| H A D | gc.c | 308 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 D | debug.c | 623 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 D | segment.h | 170 FG_GC, enumerator
|
| H A D | file.c | 1801 .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 D | super.c | 2245 .init_gc_type = FG_GC, in f2fs_disable_checkpoint() 3891 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
|
| H A D | node.c | 1785 if (gc_type == FG_GC) { in f2fs_move_node_page()
|
| /linux-6.15/include/trace/events/ |
| H A D | f2fs.h | 32 TRACE_DEFINE_ENUM(FG_GC); 104 { FG_GC, "Foreground GC" }, \
|