Searched defs:discard_cmd (Results 1 – 1 of 1) sorted by relevance
267 struct discard_cmd { struct268 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 */[all …]