Home
last modified time | relevance | path

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

/fs/f2fs/
Df2fs.h357 struct discard_cmd_control { struct
358 struct task_struct *f2fs_issue_discard; /* discard thread */
359 struct list_head entry_list; /* 4KB discard entry list */
360 struct list_head pend_list[MAX_PLIST_NUM];/* store pending entries */
361 unsigned char pend_list_tag[MAX_PLIST_NUM];/* tag for pending entries */
362 struct list_head wait_list; /* store on-flushing entries */
363 struct list_head fstrim_list; /* in-flight discard from fstrim */
364 wait_queue_head_t discard_wait_queue; /* waiting queue for wake-up */
365 unsigned int discard_wake; /* to wake up discard thread */
366 struct mutex cmd_lock;
[all …]