Searched refs:cp_call_count (Results 1 – 3 of 3) sorted by relevance
219 si->cp_call_count[i] = atomic_read(&sbi->cp_call_count[i]); in update_general_status()503 si->cp_call_count[TOTAL_CALL], in stat_show()504 si->cp_call_count[BACKGROUND]); in stat_show()708 atomic_set(&sbi->cp_call_count[i], 0); in f2fs_build_stats()
362 atomic_read(&sbi->cp_call_count[TOTAL_CALL]) - in f2fs_sbi_show()363 atomic_read(&sbi->cp_call_count[BACKGROUND])); in f2fs_sbi_show()366 atomic_read(&sbi->cp_call_count[BACKGROUND])); in f2fs_sbi_show()985 STAT_INFO_RO_ATTR(cp_foreground_calls, cp_call_count[FOREGROUND]);986 STAT_INFO_RO_ATTR(cp_background_calls, cp_call_count[BACKGROUND]);
1705 atomic_t cp_call_count[MAX_CALL_TYPE]; /* # of cp call */ member3925 int cp_call_count[MAX_CALL_TYPE], cp_count; member3951 atomic_inc(&sbi->cp_call_count[(foreground)])