Searched refs:ceph_options (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ceph/ |
H A D | libceph.h | 47 struct ceph_options { struct 121 struct ceph_options *options; 294 struct ceph_options *ceph_alloc_options(void); 295 int ceph_parse_mon_ips(const char *buf, size_t len, struct ceph_options *opt, 297 int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt, 301 extern void ceph_destroy_options(struct ceph_options *opt); 302 extern int ceph_compare_options(struct ceph_options *new_opt, 304 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private);
|
/linux/net/ceph/ |
H A D | ceph_common.c | 131 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() 308 struct ceph_options *ceph_alloc_options(void) in ceph_alloc_options() 310 struct ceph_options *opt; in ceph_alloc_options() 336 void ceph_destroy_options(struct ceph_options *opt) in ceph_destroy_options() 400 int ceph_parse_mon_ips(const char *buf, size_t len, struct ceph_options *opt, in ceph_parse_mon_ips() 418 int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt, in ceph_parse_param() 607 struct ceph_options *opt = client->options; in ceph_print_client_options() [all …]
|
H A D | mon_client.c | 1138 struct ceph_options *opt = monc->client->options; in build_initial_monmap()
|
H A D | osd_client.c | 1579 struct ceph_options *opt = osdc->client->options; in pick_closest_replica() 3452 struct ceph_options *opts = osdc->client->options; in handle_timeout() 4830 struct ceph_options *opts = osdc->client->options; in ceph_osdc_unwatch()
|
/linux/fs/ceph/ |
H A D | super.c | 225 struct ceph_options *copts; 288 struct ceph_options *opts = pctx->copts; in ceph_parse_new_source() 659 struct ceph_options *new_opt, in compare_mount_options() 818 struct ceph_options *opt) in create_fs_client() 1246 struct ceph_options *opt = new->client->options; in ceph_compare_super()
|
H A D | mds_client.c | 1545 struct ceph_options *opt = mdsc->fsc->client->options; in create_session_full_msg() 5556 struct ceph_options *opts = mdsc->fsc->client->options; in wait_requests() 5909 struct ceph_options *opts = mdsc->fsc->client->options; in ceph_mdsc_close_sessions()
|