Home
last modified time | relevance | path

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

/linux-6.1.9/fs/f2fs/
Dgc.c135 gc_control.init_gc_type = sync_mode ? FG_GC : BG_GC; in gc_thread_func()
276 if (gc_type != FG_GC && in select_policy()
697 if (gc_type != FG_GC) in f2fs_gc_pinned_control()
768 if (gc_type == FG_GC && in get_victim_by_default()
769 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in get_victim_by_default()
770 p.min_segno = sbi->next_victim_seg[FG_GC]; in get_victim_by_default()
772 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in get_victim_by_default()
778 if (p.alloc_mode == LFS && gc_type == FG_GC) { in get_victim_by_default()
845 if (gc_type == FG_GC && f2fs_section_is_pinned(dirty_i, secno)) in get_victim_by_default()
890 if (gc_type == FG_GC) in get_victim_by_default()
[all …]
Dsegment.h182 FG_GC, enumerator
Dfile.c1694 .init_gc_type = FG_GC, in expand_inode_data()
2446 gc_control.init_gc_type = sync ? FG_GC : BG_GC; in f2fs_ioc_gc()
2458 .init_gc_type = range->sync ? FG_GC : BG_GC, in __f2fs_ioc_gc_range()
2907 .init_gc_type = FG_GC, in f2fs_ioc_flush_device()
Dsuper.c2120 .init_gc_type = FG_GC, in f2fs_disable_checkpoint()
3613 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
Dnode.c1684 if (gc_type == FG_GC) { in f2fs_move_node_page()
/linux-6.1.9/include/trace/events/
Df2fs.h32 TRACE_DEFINE_ENUM(FG_GC);
102 { FG_GC, "Foreground GC" }, \