Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
Ddebug.c219 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()
Dsysfs.c362 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]);
Df2fs.h1705 atomic_t cp_call_count[MAX_CALL_TYPE]; /* # of cp call */ member
3925 int cp_call_count[MAX_CALL_TYPE], cp_count; member
3951 atomic_inc(&sbi->cp_call_count[(foreground)])