Searched refs:FOREGROUND (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | sysfs.c | 985 STAT_INFO_RO_ATTR(cp_foreground_calls, cp_call_count[FOREGROUND]); 987 STAT_INFO_RO_ATTR(gc_foreground_calls, gc_call_count[FOREGROUND]);
|
H A D | file.c | 1721 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_expand_inode_data() 2470 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_ioc_gc() 2514 stat_inc_gc_call_count(sbi, FOREGROUND); in __f2fs_ioc_gc_range() 3002 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_ioc_flush_device()
|
H A D | debug.c | 521 si->gc_call_count[FOREGROUND], in stat_show()
|
H A D | gc.c | 125 FOREGROUND : BACKGROUND); in gc_thread_func()
|
H A D | f2fs.h | 1392 FOREGROUND, enumerator 1394 TOTAL_CALL = FOREGROUND,
|
H A D | segment.c | 438 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_balance_fs()
|
H A D | super.c | 2252 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_disable_checkpoint()
|
Completed in 31 milliseconds