Symbol: ceph_options
drivers/block/rbd.c
1411
struct ceph_options *opt = rbd_dev->rbd_client->client->options;
drivers/block/rbd.c
6436
struct ceph_options **ceph_opts,
drivers/block/rbd.c
704
static struct rbd_client *rbd_client_create(struct ceph_options *ceph_opts)
drivers/block/rbd.c
7090
struct ceph_options *ceph_opts = NULL;
drivers/block/rbd.c
756
static struct rbd_client *rbd_client_find(struct ceph_options *ceph_opts)
drivers/block/rbd.c
847
struct ceph_options *copts;
drivers/block/rbd.c
900
static struct rbd_client *rbd_get_client(struct ceph_options *ceph_opts)
fs/ceph/debugfs.c
319
struct ceph_options *opt = fsc->client->options;
fs/ceph/mds_client.c
1547
struct ceph_options *opt = mdsc->fsc->client->options;
fs/ceph/mds_client.c
5620
struct ceph_options *opts = mdsc->fsc->client->options;
fs/ceph/mds_client.c
5982
struct ceph_options *opts = mdsc->fsc->client->options;
fs/ceph/super.c
1235
struct ceph_options *opt = new->client->options;
fs/ceph/super.c
228
struct ceph_options *copts;
fs/ceph/super.c
277
struct ceph_options *opts = pctx->copts;
fs/ceph/super.c
648
struct ceph_options *new_opt,
fs/ceph/super.c
807
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
1138
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;