Home
last modified time | relevance | path

Searched refs:FOREGROUND (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/f2fs/
H A Dsysfs.c1129 STAT_INFO_RO_ATTR(cp_foreground_calls, cp_call_count[FOREGROUND]);
1131 STAT_INFO_RO_ATTR(gc_foreground_calls, gc_call_count[FOREGROUND]);
H A Dfile.c1857 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_expand_inode_data()
2704 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_ioc_gc()
2748 stat_inc_gc_call_count(sbi, FOREGROUND); in __f2fs_ioc_gc_range()
3243 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_ioc_flush_device()
H A Ddebug.c619 si->gc_call_count[FOREGROUND], in stat_show()
H A Df2fs.h1428 FOREGROUND, enumerator
1430 TOTAL_CALL = FOREGROUND,
H A Dgc.c141 FOREGROUND : BACKGROUND); in gc_thread_func()
H A Dsuper.c2252 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_disable_checkpoint()
H A Dsegment.c455 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_balance_fs()