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

/linux-master/include/trace/events/
H A Df2fs.h668 TP_PROTO(struct super_block *sb, int gc_type, bool no_bg_gc,
675 TP_ARGS(sb, gc_type, no_bg_gc, nr_free_secs, dirty_nodes,
682 __field(bool, no_bg_gc)
696 __entry->no_bg_gc = no_bg_gc;
712 (__entry->gc_type == BG_GC) ? __entry->no_bg_gc : -1,
/linux-master/fs/f2fs/
H A Dgc.c134 gc_control.no_bg_gc = foreground;
1802 trace_f2fs_gc_begin(sbi->sb, gc_type, gc_control->no_bg_gc,
1844 if (gc_type == BG_GC && gc_control->no_bg_gc) {
1876 if (!gc_control->no_bg_gc &&
H A Dfile.c2469 .no_bg_gc = false,
2511 .no_bg_gc = false,
H A Df2fs.h1292 bool no_bg_gc; /* check the space and stop bg_gc */ member in struct:f2fs_gc_control
H A Dsuper.c2194 .no_bg_gc = true,
H A Dsegment.c436 .no_bg_gc = true,

Completed in 223 milliseconds