Home
last modified time | relevance | path

Searched refs:cp_call_count (Results 1 – 3 of 3) sorted by relevance

/linux/fs/f2fs/
H A Ddebug.c286 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()
H A Dsysfs.c457 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]);
H A Df2fs.h1978 atomic_t cp_call_count[MAX_CALL_TYPE]; /* # of cp call */ member
4381 int cp_call_count[MAX_CALL_TYPE], cp_count; member
4410 atomic_inc(&sbi->cp_call_count[(foreground)])