Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dgc.c155 gc_control.init_gc_type = sync_mode ? FG_GC : BG_GC; in gc_thread_func()
312 if (gc_type != FG_GC && in select_policy()
760 if (gc_type != FG_GC) in f2fs_gc_pinned_control()
823 if (gc_type == FG_GC) in f2fs_get_victim()
840 if (gc_type == FG_GC && in f2fs_get_victim()
841 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in f2fs_get_victim()
842 p.min_segno = sbi->next_victim_seg[FG_GC]; in f2fs_get_victim()
844 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in f2fs_get_victim()
850 if (p.alloc_mode == LFS && gc_type == FG_GC) { in f2fs_get_victim()
917 if (gc_type == FG_GC && f2fs_section_is_pinned(dirty_i, secno)) in f2fs_get_victim()
[all …]
H A Ddebug.c632 si->gc_secs[DATA][BG_GC] + si->gc_secs[DATA][FG_GC], in stat_show()
635 si->gc_secs[NODE][BG_GC] + si->gc_secs[NODE][FG_GC], in stat_show()
639 si->gc_segs[DATA][BG_GC] + si->gc_segs[DATA][FG_GC], in stat_show()
642 si->gc_segs[NODE][BG_GC] + si->gc_segs[NODE][FG_GC], in stat_show()
H A Dsegment.h152 FG_GC, enumerator
531 if (GET_SEC_FROM_SEG(sbi, sbi->next_victim_seg[FG_GC]) == secno) in __set_test_and_free()
532 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in __set_test_and_free()
H A Dfile.c1873 .init_gc_type = FG_GC, in f2fs_expand_inode_data()
2789 gc_control.init_gc_type = sync ? FG_GC : BG_GC; in f2fs_ioc_gc()
2802 .init_gc_type = range->sync ? FG_GC : BG_GC, in __f2fs_ioc_gc_range()
3282 .init_gc_type = FG_GC, in f2fs_ioc_flush_device()
H A Dsuper.c2634 .init_gc_type = FG_GC, in f2fs_disable_checkpoint()
4327 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
H A Dnode.c1850 if (gc_type == FG_GC) { in f2fs_move_node_folio()
H A Dsegment.c460 FG_GC : BG_GC, in f2fs_balance_fs()
/linux/include/trace/events/
H A Df2fs.h32 TRACE_DEFINE_ENUM(FG_GC);
107 { FG_GC, "Foreground GC" }, \