Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dcheckpoint.c1796 atomic_sub(count, &cprc->queued_ckpt); in __checkpoint_and_complete_reqs()
1868 atomic_inc(&cprc->queued_ckpt); in f2fs_issue_checkpoint()
1932 while (atomic_read(&cprc->queued_ckpt)) in f2fs_flush_ckpt_thread()
1942 atomic_set(&cprc->queued_ckpt, 0); in f2fs_init_ckpt_req_control()
H A Ddebug.c133 si->nr_queued_ckpt = atomic_read(&sbi->cprc_info.queued_ckpt); in update_general_status()
H A Df2fs.h321 atomic_t queued_ckpt; /* # of queued ckpts */ member