Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dgc.c253 if (gc_type != FG_GC && in select_policy()
694 if (gc_type == FG_GC && in get_victim_by_default()
695 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in get_victim_by_default()
696 p.min_segno = sbi->next_victim_seg[FG_GC]; in get_victim_by_default()
698 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in get_victim_by_default()
704 if (p.alloc_mode == LFS && gc_type == FG_GC) { in get_victim_by_default()
813 if (gc_type == FG_GC) in get_victim_by_default()
898 bool fggc = (gc_type == FG_GC); in gc_node_segment()
956 if (!err && gc_type == FG_GC) in gc_node_segment()
1193 if (gc_type == FG_GC) in move_data_block()
[all …]
H A Ddebug.c182 si->skipped_atomic_files[FG_GC] = sbi->skipped_atomic_files[FG_GC]; in update_general_status()
487 si->skipped_atomic_files[FG_GC], in stat_show()
H A Dsegment.h179 FG_GC, enumerator
H A Dnode.c1688 if (gc_type == FG_GC) { in f2fs_move_node_page()
H A Dsuper.c3465 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Df2fs.h36 TRACE_DEFINE_ENUM(FG_GC);
112 { FG_GC, "Foreground GC" }, \