Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/ceph/
Dlibceph.h42 struct ceph_options { struct
119 struct ceph_options *options;
191 extern struct ceph_options *ceph_parse_options(char *options,
196 extern void ceph_destroy_options(struct ceph_options *opt);
197 extern int ceph_compare_options(struct ceph_options *new_opt,
199 extern struct ceph_client *ceph_create_client(struct ceph_options *opt,
/linux-4.1.27/net/ceph/
Dceph_common.c125 int ceph_compare_options(struct ceph_options *new_opt, in ceph_compare_options()
128 struct ceph_options *opt1 = new_opt; in ceph_compare_options()
129 struct ceph_options *opt2 = client->options; in ceph_compare_options()
130 int ofs = offsetof(struct ceph_options, mon_addr); in ceph_compare_options()
269 void ceph_destroy_options(struct ceph_options *opt) in ceph_destroy_options()
327 struct ceph_options *
333 struct ceph_options *opt; in ceph_parse_options()
495 struct ceph_options *opt = client->options; in ceph_print_client_options()
542 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private, in ceph_create_client()
Dmon_client.c756 struct ceph_options *opt = monc->client->options; in build_initial_monmap()
/linux-4.1.27/fs/ceph/
Dsuper.c304 struct ceph_options *new_opt, in compare_mount_options()
324 struct ceph_options **popt, in parse_mount_options()
497 struct ceph_options *opt) in create_fs_client()
864 struct ceph_options *opt = new->client->options; in ceph_compare_super()
921 struct ceph_options *opt = NULL; in ceph_mount()
Ddebugfs.c164 struct ceph_options *opt = fsc->client->options; in mds_sessions_show()
Dmds_client.c844 struct ceph_options *opt = mdsc->fsc->client->options; in create_session_open_msg()
/linux-4.1.27/drivers/block/
Drbd.c655 static struct rbd_client *rbd_client_create(struct ceph_options *ceph_opts) in rbd_client_create()
707 static struct rbd_client *rbd_client_find(struct ceph_options *ceph_opts) in rbd_client_find()
820 static struct rbd_client *rbd_get_client(struct ceph_options *ceph_opts) in rbd_get_client()
4875 struct ceph_options **ceph_opts, in rbd_add_parse_args()
4886 struct ceph_options *copts; in rbd_add_parse_args()
5406 struct ceph_options *ceph_opts = NULL; in do_rbd_add()