Lines Matching defs:discard_cmd
297 struct discard_cmd { struct
298 struct rb_node rb_node; /* rb node located in rb-tree */
299 union {
308 struct list_head list; /* command list */
309 struct completion wait; /* compleation */
310 struct block_device *bdev; /* bdev */
311 unsigned short ref; /* reference count */
312 unsigned char state; /* state */
313 unsigned char queued; /* queued discard */
314 int error; /* bio error */
315 spinlock_t lock; /* for state/bio_ref updating */
316 unsigned short bio_ref; /* bio reference count */