Symbol: ceph_options
drivers/block/rbd.c
1404
struct ceph_options *opt = rbd_dev->rbd_client->client->options;
drivers/block/rbd.c
6419
struct ceph_options **ceph_opts,
drivers/block/rbd.c
697
static struct rbd_client *rbd_client_create(struct ceph_options *ceph_opts)
drivers/block/rbd.c
7081
struct ceph_options *ceph_opts = NULL;
drivers/block/rbd.c
749
static struct rbd_client *rbd_client_find(struct ceph_options *ceph_opts)
drivers/block/rbd.c
840
struct ceph_options *copts;
drivers/block/rbd.c
893
static struct rbd_client *rbd_get_client(struct ceph_options *ceph_opts)
fs/ceph/debugfs.c
352
struct ceph_options *opt = fsc->client->options;
fs/ceph/mds_client.c
1594
struct ceph_options *opt = mdsc->fsc->client->options;
fs/ceph/mds_client.c
6354
struct ceph_options *opts = mdsc->fsc->client->options;
fs/ceph/mds_client.c
6716
struct ceph_options *opts = mdsc->fsc->client->options;
fs/ceph/super.c
1243
struct ceph_options *opt = new->client->options;
fs/ceph/super.c
229
struct ceph_options *copts;
fs/ceph/super.c
278
struct ceph_options *opts = pctx->copts;
fs/ceph/super.c
649
struct ceph_options *new_opt,
fs/ceph/super.c
808
struct ceph_options *opt)
include/linux/ceph/libceph.h
121
struct ceph_options *options;
include/linux/ceph/libceph.h
294
struct ceph_options *ceph_alloc_options(void);
include/linux/ceph/libceph.h
295
int ceph_parse_mon_ips(const char *buf, size_t len, struct ceph_options *opt,
include/linux/ceph/libceph.h
297
int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt,
include/linux/ceph/libceph.h
301
extern void ceph_destroy_options(struct ceph_options *opt);
include/linux/ceph/libceph.h
302
extern int ceph_compare_options(struct ceph_options *new_opt,
include/linux/ceph/libceph.h
304
struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private);
net/ceph/ceph_common.c
131
int ceph_compare_options(struct ceph_options *new_opt,
net/ceph/ceph_common.c
134
struct ceph_options *opt1 = new_opt;
net/ceph/ceph_common.c
135
struct ceph_options *opt2 = client->options;
net/ceph/ceph_common.c
136
int ofs = offsetof(struct ceph_options, mon_addr);
net/ceph/ceph_common.c
308
struct ceph_options *ceph_alloc_options(void)
net/ceph/ceph_common.c
310
struct ceph_options *opt;
net/ceph/ceph_common.c
335
void ceph_destroy_options(struct ceph_options *opt)
net/ceph/ceph_common.c
399
int ceph_parse_mon_ips(const char *buf, size_t len, struct ceph_options *opt,
net/ceph/ceph_common.c
417
int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt,
net/ceph/ceph_common.c
606
struct ceph_options *opt = client->options;
net/ceph/ceph_common.c
706
struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private)
net/ceph/mon_client.c
1140
struct ceph_options *opt = monc->client->options;
net/ceph/osd_client.c
1553
struct ceph_options *opt = osdc->client->options;
net/ceph/osd_client.c
3433
struct ceph_options *opts = osdc->client->options;
net/ceph/osd_client.c
4814
struct ceph_options *opts = osdc->client->options;