/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | libceph.h | 47 struct ceph_options { struct 128 struct ceph_options *options; 296 struct ceph_options *ceph_alloc_options(void); 297 int ceph_parse_mon_ips(const char *buf, size_t len, struct ceph_options *opt, 299 int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt, 303 extern void ceph_destroy_options(struct ceph_options *opt); 304 extern int ceph_compare_options(struct ceph_options *new_opt, 306 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private);
|
/kernel/linux/linux-6.6/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);
|
/kernel/linux/linux-5.10/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() 314 struct ceph_options *ceph_alloc_options(void) in ceph_alloc_options() 316 struct ceph_options *opt; in ceph_alloc_options() 340 void ceph_destroy_options(struct ceph_options *opt) in ceph_destroy_options() 404 int ceph_parse_mon_ips(const char *buf, size_t len, struct ceph_options *opt, in ceph_parse_mon_ips() 422 int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt, in ceph_parse_param() 586 struct ceph_options *op in ceph_print_client_options() [all...] |
H A D | mon_client.c | 1065 struct ceph_options *opt = monc->client->options; in build_initial_monmap()
|
H A D | osd_client.c | 1497 struct ceph_options *opt = osdc->client->options; in pick_closest_replica() 3363 struct ceph_options *opts = osdc->client->options; in handle_timeout() 4736 struct ceph_options *opts = osdc->client->options; in ceph_osdc_unwatch()
|
/kernel/linux/linux-6.6/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 *op in ceph_print_client_options() [all...] |
H A D | mon_client.c | 1130 struct ceph_options *opt = monc->client->options; in build_initial_monmap()
|
H A D | osd_client.c | 1577 struct ceph_options *opt = osdc->client->options; in pick_closest_replica() 3450 struct ceph_options *opts = osdc->client->options; in handle_timeout() 4828 struct ceph_options *opts = osdc->client->options; in ceph_osdc_unwatch()
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | super.c | 206 struct ceph_options *copts; 492 struct ceph_options *new_opt, in compare_mount_options() 637 struct ceph_options *opt) in create_fs_client() 1000 struct ceph_options *opt = new->client->options; in ceph_compare_super()
|
H A D | debugfs.c | 276 struct ceph_options *opt = fsc->client->options; in mds_sessions_show()
|
H A D | mds_client.c | 1290 struct ceph_options *opt = mdsc->fsc->client->options; in create_session_open_msg() 4649 struct ceph_options *opts = mdsc->fsc->client->options; in wait_requests() 4811 struct ceph_options *opts = mdsc->fsc->client->options; in ceph_mdsc_close_sessions()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | super.c | 221 struct ceph_options *copts; 645 struct ceph_options *new_opt, in compare_mount_options() 804 struct ceph_options *opt) in create_fs_client() 1228 struct ceph_options *opt = new->client->options; in ceph_compare_super()
|
H A D | debugfs.c | 321 struct ceph_options *opt = fsc->client->options; in mds_sessions_show()
|
H A D | mds_client.c | 1530 struct ceph_options *opt = mdsc->fsc->client->options; in create_session_open_msg() 5255 struct ceph_options *opts = mdsc->fsc->client->options; in wait_requests() 5438 struct ceph_options *opts = mdsc->fsc->client->options; in ceph_mdsc_close_sessions()
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | rbd.c | 755 static struct rbd_client *rbd_client_create(struct ceph_options *ceph_opts) in rbd_client_create() 807 static struct rbd_client *rbd_client_find(struct ceph_options *ceph_opts) in rbd_client_find() 899 struct ceph_options *copts; 952 static struct rbd_client *rbd_get_client(struct ceph_options *ceph_opts) in rbd_get_client() 1474 struct ceph_options *opt = rbd_dev->rbd_client->client->options; in rbd_osd_format_read() 6507 struct ceph_options **ceph_opts, in rbd_add_parse_args() 7167 struct ceph_options *ceph_opts = NULL; in do_rbd_add()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | rbd.c | 704 static struct rbd_client *rbd_client_create(struct ceph_options *ceph_opts) in rbd_client_create() 756 static struct rbd_client *rbd_client_find(struct ceph_options *ceph_opts) in rbd_client_find() 847 struct ceph_options *copts; 900 static struct rbd_client *rbd_get_client(struct ceph_options *ceph_opts) in rbd_get_client() 1411 struct ceph_options *opt = rbd_dev->rbd_client->client->options; in rbd_osd_format_read() 6434 struct ceph_options **ceph_opts, in rbd_add_parse_args() 7093 struct ceph_options *ceph_opts = NULL; in do_rbd_add()
|