Home
last modified time | relevance | path

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

/Linux-v5.4/fs/f2fs/
Df2fs.h902 struct flush_cmd_control { struct
903 struct task_struct *f2fs_issue_flush; /* flush thread */
904 wait_queue_head_t flush_wait_queue; /* waiting queue for wake-up */
905 atomic_t issued_flush; /* # of issued flushes */
906 atomic_t queued_flush; /* # of queued flushes */
907 struct llist_head issue_list; /* list for command issue */
908 struct llist_node *dispatch_list; /* list for command dispatch */