Lines Matching defs:discard_cmd
341 struct discard_cmd { struct
342 struct rb_node rb_node; /* rb node located in rb-tree */
343 union {
352 struct list_head list; /* command list */
353 struct completion wait; /* compleation */
354 struct block_device *bdev; /* bdev */
355 unsigned short ref; /* reference count */
356 unsigned char state; /* state */
357 unsigned char queued; /* queued discard */
358 int error; /* bio error */
359 spinlock_t lock; /* for state/bio_ref updating */
360 unsigned short bio_ref; /* bio reference count */