Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
Dgc.c133 gc_control.init_gc_type = sync_mode ? FG_GC : BG_GC; in gc_thread_func()
277 if (gc_type != FG_GC && in select_policy()
729 if (gc_type != FG_GC) in f2fs_gc_pinned_control()
800 if (gc_type == FG_GC && in f2fs_get_victim()
801 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in f2fs_get_victim()
802 p.min_segno = sbi->next_victim_seg[FG_GC]; in f2fs_get_victim()
804 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in f2fs_get_victim()
810 if (p.alloc_mode == LFS && gc_type == FG_GC) { in f2fs_get_victim()
877 if (gc_type == FG_GC && f2fs_section_is_pinned(dirty_i, secno)) in f2fs_get_victim()
922 if (gc_type == FG_GC) in f2fs_get_victim()
[all …]
Ddebug.c525 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()
Dsegment.h185 FG_GC, enumerator
Dfile.c1691 .init_gc_type = FG_GC, in f2fs_expand_inode_data()
2479 gc_control.init_gc_type = sync ? FG_GC : BG_GC; in f2fs_ioc_gc()
2492 .init_gc_type = range->sync ? FG_GC : BG_GC, in __f2fs_ioc_gc_range()
2964 .init_gc_type = FG_GC, in f2fs_ioc_flush_device()
Dsuper.c2240 .init_gc_type = FG_GC, in f2fs_disable_checkpoint()
3814 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
Dnode.c1704 if (gc_type == FG_GC) { in f2fs_move_node_page()
/linux-6.6.21/include/trace/events/
Df2fs.h32 TRACE_DEFINE_ENUM(FG_GC);
104 { FG_GC, "Foreground GC" }, \