Searched refs:stat_inc_gc_call_count (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | file.c | 1930 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_expand_inode_data() 2791 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_ioc_gc() 2835 stat_inc_gc_call_count(sbi, FOREGROUND); in __f2fs_ioc_gc_range() 3331 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_ioc_flush_device()
|
| H A D | gc.c | 145 stat_inc_gc_call_count(sbi, foreground ? in gc_thread_func() 2115 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_gc_range()
|
| H A D | f2fs.h | 4399 #define stat_inc_gc_call_count(sbi, foreground) \ macro 4460 #define stat_inc_gc_call_count(sbi, foreground) do { } while (0) macro
|
| H A D | super.c | 2641 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_disable_checkpoint()
|
| H A D | segment.c | 466 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_balance_fs()
|