Home
last modified time | relevance | path

Searched refs:cprc_info (Results 1 – 4 of 4) sorted by relevance

/linux/fs/f2fs/
H A Ddebug.c196 si->nr_issued_ckpt = atomic_read(&sbi->cprc_info.issued_ckpt); in update_general_status()
197 si->nr_total_ckpt = atomic_read(&sbi->cprc_info.total_ckpt); in update_general_status()
198 si->nr_queued_ckpt = atomic_read(&sbi->cprc_info.queued_ckpt); in update_general_status()
199 spin_lock(&sbi->cprc_info.stat_lock); in update_general_status()
200 si->cur_ckpt_time = sbi->cprc_info.cur_time; in update_general_status()
201 si->peak_ckpt_time = sbi->cprc_info.peak_time; in update_general_status()
202 spin_unlock(&sbi->cprc_info.stat_lock); in update_general_status()
H A Dcheckpoint.c2122 struct ckpt_req_control *cprc = &sbi->cprc_info; in __checkpoint_and_complete_reqs()
2158 struct ckpt_req_control *cprc = &sbi->cprc_info; in issue_checkpoint_thread()
2175 struct ckpt_req_control *cprc = &sbi->cprc_info; in flush_remained_ckpt_reqs()
2196 struct ckpt_req_control *cprc = &sbi->cprc_info; in f2fs_issue_checkpoint()
2248 struct ckpt_req_control *cprc = &sbi->cprc_info; in f2fs_start_ckpt_thread()
2271 struct ckpt_req_control *cprc = &sbi->cprc_info; in f2fs_stop_ckpt_thread()
2286 struct ckpt_req_control *cprc = &sbi->cprc_info; in f2fs_flush_ckpt_thread()
2297 struct ckpt_req_control *cprc = &sbi->cprc_info; in f2fs_init_ckpt_req_control()
H A Dsysfs.c98 return (unsigned char *)&sbi->cprc_info; in __struct_ptr()
409 struct ckpt_req_control *cprc = &sbi->cprc_info; in f2fs_sbi_show()
540 struct ckpt_req_control *cprc = &sbi->cprc_info; in __sbi_store()
989 if (sbi->cprc_info.f2fs_issue_ckpt) in __sbi_store()
990 set_user_nice(sbi->cprc_info.f2fs_issue_ckpt, in __sbi_store()
H A Df2fs.h1830 struct ckpt_req_control cprc_info; /* for checkpoint request control */ member