Searched defs:ceph_opts (Results 1 - 1 of 1) sorted by last modified time

/drivers/block/
H A Drbd.c648 * consumes ceph_opts. Caller holds client_mutex.
650 static struct rbd_client *rbd_client_create(struct ceph_options *ceph_opts) argument
663 rbdc->client = ceph_create_client(ceph_opts, rbdc, 0, 0);
666 ceph_opts = NULL; /* Now rbdc->client is responsible for ceph_opts */
684 if (ceph_opts)
685 ceph_destroy_options(ceph_opts);
702 static struct rbd_client *rbd_client_find(struct ceph_options *ceph_opts) argument
707 if (ceph_opts->flags & CEPH_OPT_NOSHARE)
712 if (!ceph_compare_options(ceph_opts, client_nod
815 rbd_get_client(struct ceph_options *ceph_opts) argument
4883 rbd_add_parse_args(const char *buf, struct ceph_options **ceph_opts, struct rbd_options **opts, struct rbd_spec **rbd_spec) argument
5402 struct ceph_options *ceph_opts = NULL; local
[all...]

Completed in 64 milliseconds