Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Df2fs.h719 TP_PROTO(struct super_block *sb, int gc_type, bool no_bg_gc,
726 TP_ARGS(sb, gc_type, no_bg_gc, nr_free_secs, dirty_nodes,
733 __field(bool, no_bg_gc)
747 __entry->no_bg_gc = no_bg_gc;
763 (__entry->gc_type == BG_GC) ? __entry->no_bg_gc : -1,
/linux/fs/f2fs/
H A Dgc.c156 gc_control.no_bg_gc = foreground; in gc_thread_func()
1922 trace_f2fs_gc_begin(sbi->sb, gc_type, gc_control->no_bg_gc, in f2fs_gc()
1965 if (gc_type == BG_GC && gc_control->no_bg_gc) { in f2fs_gc()
2001 if (!gc_control->no_bg_gc && in f2fs_gc()
H A Dfile.c2759 .no_bg_gc = false, in f2fs_ioc_gc()
2802 .no_bg_gc = false, in __f2fs_ioc_gc_range()
H A Df2fs.h1455 bool no_bg_gc; /* check the space and stop bg_gc */ member
H A Dsuper.c2637 .no_bg_gc = true, in f2fs_disable_checkpoint()
H A Dsegment.c461 .no_bg_gc = true, in f2fs_balance_fs()