Searched refs:no_bg_gc (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | f2fs.h | 651 TP_PROTO(struct super_block *sb, int gc_type, bool no_bg_gc, 658 TP_ARGS(sb, gc_type, no_bg_gc, nr_free_secs, dirty_nodes, 665 __field(bool, no_bg_gc) 679 __entry->no_bg_gc = no_bg_gc; 695 (__entry->gc_type == BG_GC) ? __entry->no_bg_gc : -1,
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | gc.c | 134 gc_control.no_bg_gc = foreground; in gc_thread_func() 1808 trace_f2fs_gc_begin(sbi->sb, gc_type, gc_control->no_bg_gc, in f2fs_gc() 1850 if (gc_type == BG_GC && gc_control->no_bg_gc) { in f2fs_gc() 1879 if (!gc_control->no_bg_gc && in f2fs_gc()
|
H A D | file.c | 2440 .no_bg_gc = false, in f2fs_ioc_gc() 2482 .no_bg_gc = false, in __f2fs_ioc_gc_range()
|
H A D | segment.c | 433 .no_bg_gc = true, in f2fs_balance_fs()
|
H A D | f2fs.h | 1282 bool no_bg_gc; /* check the space and stop bg_gc */ member
|
Completed in 26 milliseconds