Searched refs:stat_inc_cp_call_count (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | gc.c | 1840 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_gc() 1889 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_gc() 1905 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_gc() 2033 stat_inc_cp_call_count(sbi, TOTAL_CALL); in free_segment_range() 2228 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_resize_fs()
|
H A D | recovery.c | 939 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_recover_fsync_data()
|
H A D | super.c | 1643 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_put_super() 1653 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_put_super() 1751 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_sync_fs() 2278 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_disable_checkpoint() 4910 stat_inc_cp_call_count(sbi, TOTAL_CALL); in kill_f2fs_super()
|
H A D | segment.c | 516 stat_inc_cp_call_count(sbi, BACKGROUND); in f2fs_balance_fs_bg() 3250 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_trim_fs()
|
H A D | f2fs.h | 3961 #define stat_inc_cp_call_count(sbi, foreground) \ macro 4080 #define stat_inc_cp_call_count(sbi, foreground) do { } while (0) macro
|
Completed in 27 milliseconds