Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Df2fs.h879 struct flush_cmd_control { struct
880 struct task_struct *f2fs_issue_flush; /* flush thread */
881 wait_queue_head_t flush_wait_queue; /* waiting queue for wake-up */
882 atomic_t issued_flush; /* # of issued flushes */
883 atomic_t issing_flush; /* # of issing flushes */
884 struct llist_head issue_list; /* list for command issue */
885 struct llist_node *dispatch_list; /* list for command dispatch */