Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Drbd.c198 struct rbd_client { struct
342 struct rbd_client *rbd_client; member
655 static struct rbd_client *rbd_client_create(struct ceph_options *ceph_opts) in rbd_client_create()
657 struct rbd_client *rbdc; in rbd_client_create()
661 rbdc = kmalloc(sizeof(struct rbd_client), GFP_KERNEL); in rbd_client_create()
696 static struct rbd_client *__rbd_get_client(struct rbd_client *rbdc) in __rbd_get_client()
707 static struct rbd_client *rbd_client_find(struct ceph_options *ceph_opts) in rbd_client_find()
709 struct rbd_client *client_node; in rbd_client_find()
820 static struct rbd_client *rbd_get_client(struct ceph_options *ceph_opts) in rbd_get_client()
822 struct rbd_client *rbdc; in rbd_get_client()
[all …]