Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dgc.c150 gc_control.init_gc_type = sync_mode ? FG_GC : BG_GC; in gc_thread_func()
306 if (gc_type != FG_GC && in select_policy()
762 if (gc_type != FG_GC) in f2fs_gc_pinned_control()
834 if (gc_type == FG_GC && in f2fs_get_victim()
835 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in f2fs_get_victim()
836 p.min_segno = sbi->next_victim_seg[FG_GC]; in f2fs_get_victim()
838 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in f2fs_get_victim()
844 if (p.alloc_mode == LFS && gc_type == FG_GC) { in f2fs_get_victim()
911 if (gc_type == FG_GC && f2fs_section_is_pinned(dirty_i, secno)) in f2fs_get_victim()
956 if (gc_type == FG_GC) in f2fs_get_victim()
[all …]
H A Ddebug.c524 si->gc_secs[DATA][BG_GC] + si->gc_secs[DATA][FG_GC], in stat_show()
527 si->gc_secs[NODE][BG_GC] + si->gc_secs[NODE][FG_GC], in stat_show()
531 si->gc_segs[DATA][BG_GC] + si->gc_segs[DATA][FG_GC], in stat_show()
534 si->gc_segs[NODE][BG_GC] + si->gc_segs[NODE][FG_GC], in stat_show()
H A Dsegment.h172 FG_GC, enumerator
H A Dfile.c1755 .init_gc_type = FG_GC, in f2fs_expand_inode_data()
2592 gc_control.init_gc_type = sync ? FG_GC : BG_GC; in f2fs_ioc_gc()
2605 .init_gc_type = range->sync ? FG_GC : BG_GC, in __f2fs_ioc_gc_range()
3089 .init_gc_type = FG_GC, in f2fs_ioc_flush_device()
H A Dsuper.c2196 .init_gc_type = FG_GC, in f2fs_disable_checkpoint()
3807 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
H A Dnode.c1724 if (gc_type == FG_GC) { in f2fs_move_node_page()
/linux/include/trace/events/
H A Df2fs.h32 TRACE_DEFINE_ENUM(FG_GC);
104 { FG_GC, "Foreground GC" }, \