Searched refs:ceph_options (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/include/linux/ceph/ |
D | libceph.h | 47 struct ceph_options { struct 131 struct ceph_options *options; 304 struct ceph_options *ceph_alloc_options(void); 305 int ceph_parse_mon_ips(const char *buf, size_t len, struct ceph_options *opt, 307 int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt, 311 extern void ceph_destroy_options(struct ceph_options *opt); 312 extern int ceph_compare_options(struct ceph_options *new_opt, 314 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private);
|
/Linux-v6.1/net/ceph/ |
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 …]
|
D | mon_client.c | 1130 struct ceph_options *opt = monc->client->options; in build_initial_monmap()
|
D | osd_client.c | 1497 struct ceph_options *opt = osdc->client->options; in pick_closest_replica() 3360 struct ceph_options *opts = osdc->client->options; in handle_timeout() 4737 struct ceph_options *opts = osdc->client->options; in ceph_osdc_unwatch()
|
/Linux-v6.1/fs/ceph/ |
D | super.c | 214 struct ceph_options *copts; 614 struct ceph_options *new_opt, in compare_mount_options() 770 struct ceph_options *opt) in create_fs_client() 1142 struct ceph_options *opt = new->client->options; in ceph_compare_super()
|
D | debugfs.c | 315 struct ceph_options *opt = fsc->client->options; in mds_sessions_show()
|
D | mds_client.c | 1371 struct ceph_options *opt = mdsc->fsc->client->options; in create_session_open_msg() 4835 struct ceph_options *opts = mdsc->fsc->client->options; in wait_requests() 5018 struct ceph_options *opts = mdsc->fsc->client->options; in ceph_mdsc_close_sessions()
|
/Linux-v6.1/drivers/block/ |
D | rbd.c | 705 static struct rbd_client *rbd_client_create(struct ceph_options *ceph_opts) in rbd_client_create() 757 static struct rbd_client *rbd_client_find(struct ceph_options *ceph_opts) in rbd_client_find() 848 struct ceph_options *copts; 901 static struct rbd_client *rbd_get_client(struct ceph_options *ceph_opts) in rbd_get_client() 1392 struct ceph_options *opt = rbd_dev->rbd_client->client->options; in rbd_osd_format_read() 6408 struct ceph_options **ceph_opts, in rbd_add_parse_args() 6978 struct ceph_options *ceph_opts = NULL; in do_rbd_add()
|