Searched defs:rbd_device (Results 1 – 1 of 1) sorted by relevance
334 struct rbd_device { struct335 int dev_id; /* blkdev unique id */337 int major; /* blkdev assigned major */338 int minor;362 struct rbd_device *parent; argument365 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;[all …]