Searched refs:cp_call_count (Results 1 – 3 of 3) sorted by relevance
286 si->cp_call_count[i] = atomic_read(&sbi->cp_call_count[i]); in update_general_status()606 si->cp_call_count[TOTAL_CALL], in stat_show()607 si->cp_call_count[BACKGROUND]); in stat_show()821 atomic_set(&sbi->cp_call_count[i], 0); in f2fs_build_stats()
457 atomic_read(&sbi->cp_call_count[TOTAL_CALL]) - in f2fs_sbi_show()458 atomic_read(&sbi->cp_call_count[BACKGROUND])); in f2fs_sbi_show()461 atomic_read(&sbi->cp_call_count[BACKGROUND])); in f2fs_sbi_show()1325 STAT_INFO_RO_ATTR(cp_foreground_calls, cp_call_count[FOREGROUND]);1326 STAT_INFO_RO_ATTR(cp_background_calls, cp_call_count[BACKGROUND]);
1978 atomic_t cp_call_count[MAX_CALL_TYPE]; /* # of cp call */ member4381 int cp_call_count[MAX_CALL_TYPE], cp_count; member4410 atomic_inc(&sbi->cp_call_count[(foreground)])