Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/
H A Drbd.c204 struct rbd_client { struct
389 struct rbd_client *rbd_client; member
755 static struct rbd_client *rbd_client_create(struct ceph_options *ceph_opts) in rbd_client_create()
757 struct rbd_client *rbdc; in rbd_client_create()
761 rbdc = kmalloc(sizeof(struct rbd_client), GFP_KERNEL); in rbd_client_create()
796 static struct rbd_client *__rbd_get_client(struct rbd_client *rbdc) in __rbd_get_client()
807 static struct rbd_client *rbd_client_find(struct ceph_options *ceph_opts) in rbd_client_find()
809 struct rbd_client *client_nod in rbd_client_find()
[all...]
/kernel/linux/linux-6.6/drivers/block/
H A Drbd.c204 struct rbd_client { struct
389 struct rbd_client *rbd_client; member
704 static struct rbd_client *rbd_client_create(struct ceph_options *ceph_opts) in rbd_client_create()
706 struct rbd_client *rbdc; in rbd_client_create()
710 rbdc = kmalloc(sizeof(struct rbd_client), GFP_KERNEL); in rbd_client_create()
745 static struct rbd_client *__rbd_get_client(struct rbd_client *rbdc) in __rbd_get_client()
756 static struct rbd_client *rbd_client_find(struct ceph_options *ceph_opts) in rbd_client_find()
758 struct rbd_client *rbd in rbd_client_find()
[all...]

Completed in 10 milliseconds