Searched refs:rbd_client (Results 1 – 1 of 1) sorted by relevance
204 struct rbd_client { struct389 struct rbd_client *rbd_client; member697 static struct rbd_client *rbd_client_create(struct ceph_options *ceph_opts) in rbd_client_create()699 struct rbd_client *rbdc; in rbd_client_create()703 rbdc = kmalloc_obj(struct rbd_client); in rbd_client_create()738 static struct rbd_client *__rbd_get_client(struct rbd_client *rbdc) in __rbd_get_client()749 static struct rbd_client *rbd_client_find(struct ceph_options *ceph_opts) in rbd_client_find()751 struct rbd_client *rbdc = NULL, *iter; in rbd_client_find()867 struct rbd_client *rbdc = container_of(kref, struct rbd_client, kref); in rbd_client_release()882 static void rbd_put_client(struct rbd_client *rbdc) in rbd_put_client()[all …]