Searched refs:cp_call_count (Results 1 – 3 of 3) sorted by relevance
285 si->cp_call_count[i] = atomic_read(&sbi->cp_call_count[i]); in update_general_status()601 si->cp_call_count[TOTAL_CALL], in stat_show()602 si->cp_call_count[BACKGROUND]); in stat_show()816 atomic_set(&sbi->cp_call_count[i], 0); in f2fs_build_stats()
398 atomic_read(&sbi->cp_call_count[TOTAL_CALL]) - in f2fs_sbi_show()399 atomic_read(&sbi->cp_call_count[BACKGROUND])); in f2fs_sbi_show()402 atomic_read(&sbi->cp_call_count[BACKGROUND])); in f2fs_sbi_show()1129 STAT_INFO_RO_ATTR(cp_foreground_calls, cp_call_count[FOREGROUND]);1130 STAT_INFO_RO_ATTR(cp_background_calls, cp_call_count[BACKGROUND]);
1754 atomic_t cp_call_count[MAX_CALL_TYPE]; /* # of cp call */ member4087 int cp_call_count[MAX_CALL_TYPE], cp_count; member4114 atomic_inc(&sbi->cp_call_count[(foreground)])