Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/block/
Drbd.c204 struct rbd_client { struct
389 struct rbd_client *rbd_client; member
756 static struct rbd_client *rbd_client_create(struct ceph_options *ceph_opts) in rbd_client_create()
758 struct rbd_client *rbdc; in rbd_client_create()
762 rbdc = kmalloc(sizeof(struct rbd_client), GFP_KERNEL); in rbd_client_create()
797 static struct rbd_client *__rbd_get_client(struct rbd_client *rbdc) in __rbd_get_client()
808 static struct rbd_client *rbd_client_find(struct ceph_options *ceph_opts) in rbd_client_find()
810 struct rbd_client *client_node; in rbd_client_find()
927 struct rbd_client *rbdc = container_of(kref, struct rbd_client, kref); in rbd_client_release()
942 static void rbd_put_client(struct rbd_client *rbdc) in rbd_put_client()
[all …]