Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Drbd.c655 static struct rbd_client *rbd_client_create(struct ceph_options *ceph_opts) in rbd_client_create() argument
668 rbdc->client = ceph_create_client(ceph_opts, rbdc, 0, 0); in rbd_client_create()
671 ceph_opts = NULL; /* Now rbdc->client is responsible for ceph_opts */ in rbd_client_create()
689 if (ceph_opts) in rbd_client_create()
690 ceph_destroy_options(ceph_opts); in rbd_client_create()
707 static struct rbd_client *rbd_client_find(struct ceph_options *ceph_opts) in rbd_client_find() argument
712 if (ceph_opts->flags & CEPH_OPT_NOSHARE) in rbd_client_find()
717 if (!ceph_compare_options(ceph_opts, client_node->client)) { in rbd_client_find()
820 static struct rbd_client *rbd_get_client(struct ceph_options *ceph_opts) in rbd_get_client() argument
825 rbdc = rbd_client_find(ceph_opts); in rbd_get_client()
[all …]