Home
last modified time | relevance | path

Searched defs:ckpt_req_control (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Df2fs.h315 struct ckpt_req_control { struct
316 struct task_struct *f2fs_issue_ckpt; /* checkpoint task */
317 int ckpt_thread_ioprio; /* checkpoint merge thread ioprio */
318 wait_queue_head_t ckpt_wait_queue; /* waiting queue for wake-up */
319 atomic_t issued_ckpt; /* # of actually issued ckpts */
320 atomic_t total_ckpt; /* # of total ckpts */
321 atomic_t queued_ckpt; /* # of queued ckpts */
322 struct llist_head issue_list; /* list for command issue */
323 spinlock_t stat_lock; /* lock for below checkpoint time stats */
324 unsigned int cur_time; /* cur wait time in msec for currently issued checkpoint */
[all …]