Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Drbd.c198 struct rbd_client { struct
342 struct rbd_client *rbd_client; member
654 static struct rbd_client *rbd_client_create(struct ceph_options *ceph_opts) in rbd_client_create()
656 struct rbd_client *rbdc; in rbd_client_create()
660 rbdc = kmalloc(sizeof(struct rbd_client), GFP_KERNEL); in rbd_client_create()
695 static struct rbd_client *__rbd_get_client(struct rbd_client *rbdc) in __rbd_get_client()
706 static struct rbd_client *rbd_client_find(struct ceph_options *ceph_opts) in rbd_client_find()
708 struct rbd_client *client_node; in rbd_client_find()
822 static struct rbd_client *rbd_get_client(struct ceph_options *ceph_opts) in rbd_get_client()
824 struct rbd_client *rbdc; in rbd_get_client()
[all …]