Lines Matching defs:rbd_device
334 struct rbd_device { struct
335 int dev_id; /* blkdev unique id */
337 int major; /* blkdev assigned major */
338 int minor;
362 struct rbd_device *parent; argument
365 struct blk_mq_tag_set tag_set;
368 struct rw_semaphore header_rwsem;
370 struct rbd_mapping mapping;
372 struct list_head node;
375 struct device dev;
376 unsigned long open_count; /* protected by lock */