Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/f2fs/
A Df2fs.h398 struct discard_cmd_control { struct
400 struct list_head entry_list; /* 4KB discard entry list */
405 struct mutex cmd_lock;
406 unsigned int nr_discards; /* # of discards in the list */
416 unsigned int undiscard_blks; /* # of undiscard blocks */
417 unsigned int next_pos; /* next discard position */
418 atomic_t issued_discard; /* # of issued discard */
419 atomic_t queued_discard; /* # of queued discard */
420 atomic_t discard_cmd_cnt; /* # of cached cmd count */
422 bool rbtree_check; /* config for consistence check */
[all …]

Completed in 28 milliseconds