Searched refs:stat_inc_gc_call_count (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | gc.c | 145 stat_inc_gc_call_count(sbi, foreground ? in gc_thread_func() 2162 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_gc_range()
|
| H A D | file.c | 2026 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_expand_inode_data() 2901 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_ioc_gc() 2945 stat_inc_gc_call_count(sbi, FOREGROUND); in __f2fs_ioc_gc_range() 3455 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_ioc_flush_device()
|
| H A D | f2fs.h | 4496 #define stat_inc_gc_call_count(sbi, foreground) \ macro 4560 #define stat_inc_gc_call_count(sbi, foreground) do { } while (0) macro
|
| H A D | super.c | 2692 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_disable_checkpoint()
|
| H A D | segment.c | 474 stat_inc_gc_call_count(sbi, FOREGROUND); in f2fs_balance_fs()
|