Searched refs:stat_inc_cp_call_count (Results 1 – 5 of 5) sorted by relevance
/linux/fs/f2fs/ |
H A D | gc.c | 1907 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_gc() 1963 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_gc() 1979 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_gc() 2125 stat_inc_cp_call_count(sbi, TOTAL_CALL); in free_segment_range() 2320 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_resize_fs()
|
H A D | super.c | 1607 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_put_super() 1617 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_put_super() 1711 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_sync_fs() 2229 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_disable_checkpoint() 4920 stat_inc_cp_call_count(sbi, TOTAL_CALL); in kill_f2fs_super()
|
H A D | recovery.c | 927 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_recover_fsync_data()
|
H A D | f2fs.h | 4008 #define stat_inc_cp_call_count(sbi, foreground) \ macro 4127 #define stat_inc_cp_call_count(sbi, foreground) do { } while (0) macro
|
H A D | segment.c | 527 stat_inc_cp_call_count(sbi, BACKGROUND); in f2fs_balance_fs_bg() 3394 stat_inc_cp_call_count(sbi, TOTAL_CALL); in f2fs_trim_fs()
|