Home
last modified time | relevance | path

Searched refs:rbd_device (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/block/
Drbd.c292 struct rbd_device *rbd_dev;
334 struct rbd_device { struct
363 struct rbd_device *parent; argument
429 static int rbd_dev_image_probe(struct rbd_device *rbd_dev, int depth);
487 void rbd_warn(struct rbd_device *rbd_dev, const char *fmt, ...) in rbd_warn()
529 static void rbd_dev_remove_parent(struct rbd_device *rbd_dev);
531 static int rbd_dev_refresh(struct rbd_device *rbd_dev);
532 static int rbd_dev_v2_header_onetime(struct rbd_device *rbd_dev);
533 static int rbd_dev_header_info(struct rbd_device *rbd_dev);
534 static int rbd_dev_v2_parent_info(struct rbd_device *rbd_dev);
[all …]