Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/ceph/
Dlibceph.h47 struct ceph_options { struct
125 struct ceph_options *options;
283 extern struct ceph_options *ceph_parse_options(char *options,
289 extern void ceph_destroy_options(struct ceph_options *opt);
290 extern int ceph_compare_options(struct ceph_options *new_opt,
292 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private);
/Linux-v5.4/net/ceph/
Dceph_common.c131 int ceph_compare_options(struct ceph_options *new_opt, in ceph_compare_options()
134 struct ceph_options *opt1 = new_opt; in ceph_compare_options()
135 struct ceph_options *opt2 = client->options; in ceph_compare_options()
136 int ofs = offsetof(struct ceph_options, mon_addr); in ceph_compare_options()
306 void ceph_destroy_options(struct ceph_options *opt) in ceph_destroy_options()
364 struct ceph_options *
370 struct ceph_options *opt; in ceph_parse_options()
579 struct ceph_options *opt = client->options; in ceph_print_client_options()
641 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private) in ceph_create_client()
Dmon_client.c1018 struct ceph_options *opt = monc->client->options; in build_initial_monmap()
Dosd_client.c3274 struct ceph_options *opts = osdc->client->options; in handle_timeout()
4679 struct ceph_options *opts = osdc->client->options; in ceph_osdc_unwatch()
/Linux-v5.4/fs/ceph/
Dsuper.c434 struct ceph_options *new_opt, in compare_mount_options()
463 struct ceph_options **popt, in parse_mount_options()
658 struct ceph_options *opt) in create_fs_client()
1032 struct ceph_options *opt = new->client->options; in ceph_compare_super()
1085 struct ceph_options *opt = NULL; in ceph_mount()
Ddebugfs.c177 struct ceph_options *opt = fsc->client->options; in mds_sessions_show()
Dmds_client.c1078 struct ceph_options *opt = mdsc->fsc->client->options; in create_session_open_msg()
4204 struct ceph_options *opts = mdsc->fsc->client->options; in wait_requests()
4341 struct ceph_options *opts = mdsc->fsc->client->options; in ceph_mdsc_close_sessions()
/Linux-v5.4/drivers/block/
Drbd.c745 static struct rbd_client *rbd_client_create(struct ceph_options *ceph_opts) in rbd_client_create()
797 static struct rbd_client *rbd_client_find(struct ceph_options *ceph_opts) in rbd_client_find()
1004 static struct rbd_client *rbd_get_client(struct ceph_options *ceph_opts) in rbd_get_client()
6501 struct ceph_options **ceph_opts, in rbd_add_parse_args()
6511 struct ceph_options *copts; in rbd_add_parse_args()
7044 struct ceph_options *ceph_opts = NULL; in do_rbd_add()