Lines Matching defs:discard_cmd
313 struct discard_cmd { struct
314 struct rb_node rb_node; /* rb node located in rb-tree */
315 union {
324 struct list_head list; /* command list */
325 struct completion wait; /* compleation */
326 struct block_device *bdev; /* bdev */
327 unsigned short ref; /* reference count */
328 unsigned char state; /* state */
329 unsigned char queued; /* queued discard */
330 int error; /* bio error */
331 spinlock_t lock; /* for state/bio_ref updating */
332 unsigned short bio_ref; /* bio reference count */