Lines Matching defs:discard_cmd
330 struct discard_cmd { struct
331 struct rb_node rb_node; /* rb node located in rb-tree */
332 union {
341 struct list_head list; /* command list */
342 struct completion wait; /* compleation */
343 struct block_device *bdev; /* bdev */
344 unsigned short ref; /* reference count */
345 unsigned char state; /* state */
346 unsigned char queued; /* queued discard */
347 int error; /* bio error */
348 spinlock_t lock; /* for state/bio_ref updating */
349 unsigned short bio_ref; /* bio reference count */