Lines Matching defs:discard_cmd
267 struct discard_cmd { struct
268 struct rb_node rb_node; /* rb node located in rb-tree */
269 union {
278 struct list_head list; /* command list */
279 struct completion wait; /* compleation */
280 struct block_device *bdev; /* bdev */
281 unsigned short ref; /* reference count */
282 unsigned char state; /* state */
283 unsigned char issuing; /* issuing discard */
284 int error; /* bio error */
285 spinlock_t lock; /* for state/bio_ref updating */
286 unsigned short bio_ref; /* bio reference count */