Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Ddebug.c285 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()
H A Dsysfs.c398 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]);
H A Df2fs.h1754 atomic_t cp_call_count[MAX_CALL_TYPE]; /* # of cp call */ member
4087 int cp_call_count[MAX_CALL_TYPE], cp_count; member
4114 atomic_inc(&sbi->cp_call_count[(foreground)])