Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/ceph/
Dlibceph.h46 struct ceph_options { struct
116 struct ceph_options *options;
274 extern struct ceph_options *ceph_parse_options(char *options,
279 extern void ceph_destroy_options(struct ceph_options *opt);
280 extern int ceph_compare_options(struct ceph_options *new_opt,
282 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private);
/Linux-v4.19/net/ceph/
Dceph_common.c129 int ceph_compare_options(struct ceph_options *new_opt, in ceph_compare_options()
132 struct ceph_options *opt1 = new_opt; in ceph_compare_options()
133 struct ceph_options *opt2 = client->options; in ceph_compare_options()
134 int ofs = offsetof(struct ceph_options, mon_addr); in ceph_compare_options()
286 void ceph_destroy_options(struct ceph_options *opt) in ceph_destroy_options()
344 struct ceph_options *
350 struct ceph_options *opt; in ceph_parse_options()
554 struct ceph_options *opt = client->options; in ceph_print_client_options()
614 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private) in ceph_create_client()
Dmon_client.c997 struct ceph_options *opt = monc->client->options; in build_initial_monmap()
Dosd_client.c3163 struct ceph_options *opts = osdc->client->options; in handle_timeout()
4562 struct ceph_options *opts = osdc->client->options; in ceph_osdc_unwatch()
/Linux-v4.19/fs/ceph/
Dsuper.c394 struct ceph_options *new_opt, in compare_mount_options()
423 struct ceph_options **popt, in parse_mount_options()
609 struct ceph_options *opt) in create_fs_client()
983 struct ceph_options *opt = new->client->options; in ceph_compare_super()
1036 struct ceph_options *opt = NULL; in ceph_mount()
Ddebugfs.c164 struct ceph_options *opt = fsc->client->options; in mds_sessions_show()
Dmds_client.c937 struct ceph_options *opt = mdsc->fsc->client->options; in create_session_open_msg()
3686 struct ceph_options *opts = mdsc->fsc->client->options; in wait_requests()
3820 struct ceph_options *opts = mdsc->fsc->client->options; in ceph_mdsc_close_sessions()
/Linux-v4.19/drivers/block/
Drbd.c657 static struct rbd_client *rbd_client_create(struct ceph_options *ceph_opts) in rbd_client_create()
709 static struct rbd_client *rbd_client_find(struct ceph_options *ceph_opts) in rbd_client_find()
916 static struct rbd_client *rbd_get_client(struct ceph_options *ceph_opts) in rbd_get_client()
5309 struct ceph_options **ceph_opts, in rbd_add_parse_args()
5319 struct ceph_options *copts; in rbd_add_parse_args()
5830 struct ceph_options *ceph_opts = NULL; in do_rbd_add()