Searched refs:stat_inc_cp_call_count (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/fs/f2fs/ |
| D | gc.c | 1843 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_gc() 1892 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_gc() 1908 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_gc() 2036 stat_inc_cp_call_count(sbi, TOTAL_CALL); in free_segment_range() 2231 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_resize_fs()
|
| D | super.c | 1604 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_put_super() 1614 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_put_super() 1712 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_sync_fs() 2239 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_disable_checkpoint() 4876 stat_inc_cp_call_count(sbi, TOTAL_CALL); in kill_f2fs_super()
|
| D | recovery.c | 927 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_recover_fsync_data()
|
| D | f2fs.h | 3950 #define stat_inc_cp_call_count(sbi, foreground) \ macro 4069 #define stat_inc_cp_call_count(sbi, foreground) do { } while (0) macro
|
| D | segment.c | 516 stat_inc_cp_call_count(sbi, BACKGROUND); in f2fs_balance_fs_bg() 3251 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_trim_fs()
|