Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
Df2fs.h965 struct flush_cmd_control { struct
966 struct task_struct *f2fs_issue_flush; /* flush thread */
967 wait_queue_head_t flush_wait_queue; /* waiting queue for wake-up */
968 atomic_t issued_flush; /* # of issued flushes */
969 atomic_t queued_flush; /* # of queued flushes */
970 struct llist_head issue_list; /* list for command issue */
971 struct llist_node *dispatch_list; /* list for command dispatch */
/kernel/linux/linux-6.6/fs/f2fs/
Df2fs.h1023 struct flush_cmd_control { struct
1024 struct task_struct *f2fs_issue_flush; /* flush thread */
1025 wait_queue_head_t flush_wait_queue; /* waiting queue for wake-up */
1026 atomic_t issued_flush; /* # of issued flushes */
1027 atomic_t queued_flush; /* # of queued flushes */
1028 struct llist_head issue_list; /* list for command issue */
1029 struct llist_node *dispatch_list; /* list for command dispatch */