Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Df2fs.h427 struct discard_cmd_control { struct
428 struct task_struct *f2fs_issue_discard; /* discard thread */
429 struct list_head entry_list; /* 4KB discard entry list */
430 struct list_head pend_list[MAX_PLIST_NUM];/* store pending entries */
431 struct list_head wait_list; /* store on-flushing entries */
432 struct list_head fstrim_list; /* in-flight discard from fstrim */
433 wait_queue_head_t discard_wait_queue; /* waiting queue for wake-up */
434 struct mutex cmd_lock;
435 unsigned int nr_discards; /* # of discards in the list */
436 unsigned int max_discards; /* max. discards to be issued */
[all …]