Home
last modified time | relevance | path

Searched refs:stat_inc_gc_call_count (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dfile.c1776 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_expand_inode_data()
2565 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_ioc_gc()
2609 stat_inc_gc_call_count(sbi, FOREGROUND); in __f2fs_ioc_gc_range()
3106 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_ioc_flush_device()
H A Df2fs.h4047 #define stat_inc_gc_call_count(sbi, foreground) \ macro
4108 #define stat_inc_gc_call_count(sbi, foreground) do { } while (0) macro
H A Dgc.c124 stat_inc_gc_call_count(sbi, foreground ? in gc_thread_func()
H A Dsuper.c2211 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_disable_checkpoint()
H A Dsegment.c448 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_balance_fs()