Lines Matching defs:discard_cmd
285 struct discard_cmd { struct
286 struct rb_node rb_node; /* rb node located in rb-tree */
287 union {
296 struct list_head list; /* command list */
297 struct completion wait; /* compleation */
298 struct block_device *bdev; /* bdev */
299 unsigned short ref; /* reference count */
300 unsigned char state; /* state */
301 unsigned char queued; /* queued discard */
302 int error; /* bio error */
303 spinlock_t lock; /* for state/bio_ref updating */
304 unsigned short bio_ref; /* bio reference count */