Home
last modified time | relevance | path

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

/Linux-v5.15/fs/f2fs/
Dgc.c253 if (gc_type != FG_GC && in select_policy()
695 if (gc_type == FG_GC && in get_victim_by_default()
696 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in get_victim_by_default()
697 p.min_segno = sbi->next_victim_seg[FG_GC]; in get_victim_by_default()
699 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in get_victim_by_default()
705 if (p.alloc_mode == LFS && gc_type == FG_GC) { in get_victim_by_default()
814 if (gc_type == FG_GC) in get_victim_by_default()
900 bool fggc = (gc_type == FG_GC); in gc_node_segment()
958 if (!err && gc_type == FG_GC) in gc_node_segment()
1331 if (gc_type == FG_GC) in move_data_page()
[all …]
Ddebug.c171 si->skipped_atomic_files[FG_GC] = sbi->skipped_atomic_files[FG_GC]; in update_general_status()
492 si->skipped_atomic_files[FG_GC], in stat_show()
Dsegment.h178 FG_GC, enumerator
Dnode.c1674 if (gc_type == FG_GC) { in f2fs_move_node_page()
Dsuper.c3522 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
/Linux-v5.15/include/trace/events/
Df2fs.h36 TRACE_DEFINE_ENUM(FG_GC);
110 { FG_GC, "Foreground GC" }, \