Lines Matching defs:discard_cmd
352 struct discard_cmd { struct
353 struct rb_node rb_node; /* rb node located in rb-tree */
354 union {
363 struct list_head list; /* command list */
364 struct completion wait; /* compleation */
365 struct block_device *bdev; /* bdev */
366 unsigned short ref; /* reference count */
367 unsigned char state; /* state */
368 unsigned char queued; /* queued discard */
369 int error; /* bio error */
370 spinlock_t lock; /* for state/bio_ref updating */
371 unsigned short bio_ref; /* bio reference count */