ceph_opts         745 drivers/block/rbd.c static struct rbd_client *rbd_client_create(struct ceph_options *ceph_opts)
ceph_opts         758 drivers/block/rbd.c 	rbdc->client = ceph_create_client(ceph_opts, rbdc);
ceph_opts         761 drivers/block/rbd.c 	ceph_opts = NULL; /* Now rbdc->client is responsible for ceph_opts */
ceph_opts         779 drivers/block/rbd.c 	if (ceph_opts)
ceph_opts         780 drivers/block/rbd.c 		ceph_destroy_options(ceph_opts);
ceph_opts         797 drivers/block/rbd.c static struct rbd_client *rbd_client_find(struct ceph_options *ceph_opts)
ceph_opts         802 drivers/block/rbd.c 	if (ceph_opts->flags & CEPH_OPT_NOSHARE)
ceph_opts         807 drivers/block/rbd.c 		if (!ceph_compare_options(ceph_opts, client_node->client)) {
ceph_opts        1004 drivers/block/rbd.c static struct rbd_client *rbd_get_client(struct ceph_options *ceph_opts)
ceph_opts        1010 drivers/block/rbd.c 	rbdc = rbd_client_find(ceph_opts);
ceph_opts        1012 drivers/block/rbd.c 		ceph_destroy_options(ceph_opts);
ceph_opts        1026 drivers/block/rbd.c 		rbdc = rbd_client_create(ceph_opts);
ceph_opts        6505 drivers/block/rbd.c 				struct ceph_options **ceph_opts,
ceph_opts        6599 drivers/block/rbd.c 	*ceph_opts = copts;
ceph_opts        7056 drivers/block/rbd.c 	struct ceph_options *ceph_opts = NULL;
ceph_opts        7066 drivers/block/rbd.c 	rc = rbd_add_parse_args(buf, &ceph_opts, &rbd_opts, &spec);
ceph_opts        7070 drivers/block/rbd.c 	rbdc = rbd_get_client(ceph_opts);