Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dlibceph.h43 struct ceph_options { struct
118 struct ceph_options *options;
192 extern struct ceph_options *ceph_parse_options(char *options,
197 extern void ceph_destroy_options(struct ceph_options *opt);
198 extern int ceph_compare_options(struct ceph_options *new_opt,
200 extern struct ceph_client *ceph_create_client(struct ceph_options *opt,
/linux-4.4.14/net/ceph/
Dceph_common.c124 int ceph_compare_options(struct ceph_options *new_opt, in ceph_compare_options()
127 struct ceph_options *opt1 = new_opt; in ceph_compare_options()
128 struct ceph_options *opt2 = client->options; in ceph_compare_options()
129 int ofs = offsetof(struct ceph_options, mon_addr); in ceph_compare_options()
279 void ceph_destroy_options(struct ceph_options *opt) in ceph_destroy_options()
337 struct ceph_options *
343 struct ceph_options *opt; in ceph_parse_options()
528 struct ceph_options *opt = client->options; in ceph_print_client_options()
579 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private, in ceph_create_client()
Dmon_client.c177 struct ceph_options *opt = monc->client->options; in __schedule_delayed()
755 struct ceph_options *opt = monc->client->options; in delayed_work()
784 struct ceph_options *opt = monc->client->options; in build_initial_monmap()
Dosd_client.c1586 struct ceph_options *opts = osdc->client->options; in handle_timeout()
/linux-4.4.14/fs/ceph/
Dsuper.c315 struct ceph_options *new_opt, in compare_mount_options()
335 struct ceph_options **popt, in parse_mount_options()
510 struct ceph_options *opt) in create_fs_client()
886 struct ceph_options *opt = new->client->options; in ceph_compare_super()
943 struct ceph_options *opt = NULL; in ceph_mount()
Ddebugfs.c164 struct ceph_options *opt = fsc->client->options; in mds_sessions_show()
Dmds_client.c864 struct ceph_options *opt = mdsc->fsc->client->options; in create_session_open_msg()
3493 struct ceph_options *opts = mdsc->fsc->client->options; in wait_requests()
3625 struct ceph_options *opts = mdsc->fsc->client->options; in ceph_mdsc_close_sessions()
/linux-4.4.14/drivers/block/
Drbd.c654 static struct rbd_client *rbd_client_create(struct ceph_options *ceph_opts) in rbd_client_create()
706 static struct rbd_client *rbd_client_find(struct ceph_options *ceph_opts) in rbd_client_find()
822 static struct rbd_client *rbd_get_client(struct ceph_options *ceph_opts) in rbd_get_client()
3163 struct ceph_options *opts = osdc->client->options; in rbd_obj_watch_request_helper()
4867 struct ceph_options **ceph_opts, in rbd_add_parse_args()
4878 struct ceph_options *copts; in rbd_add_parse_args()
4977 struct ceph_options *opts = rbdc->client->options; in rbd_add_get_pool_id()
5400 struct ceph_options *ceph_opts = NULL; in do_rbd_add()