Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/ceph/
Dlibceph.h46 struct ceph_options { struct
130 struct ceph_options *options;
302 struct ceph_options *ceph_alloc_options(void);
303 int ceph_parse_mon_ips(const char *buf, size_t len, struct ceph_options *opt,
305 int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt,
309 extern void ceph_destroy_options(struct ceph_options *opt);
310 extern int ceph_compare_options(struct ceph_options *new_opt,
312 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private);
/Linux-v5.15/net/ceph/
Dceph_common.c131 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()
332 struct ceph_options *ceph_alloc_options(void) in ceph_alloc_options()
334 struct ceph_options *opt; in ceph_alloc_options()
360 void ceph_destroy_options(struct ceph_options *opt) in ceph_destroy_options()
424 int ceph_parse_mon_ips(const char *buf, size_t len, struct ceph_options *opt, in ceph_parse_mon_ips()
442 int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt, in ceph_parse_param()
629 struct ceph_options *opt = client->options; in ceph_print_client_options()
[all …]
Dmon_client.c1130 struct ceph_options *opt = monc->client->options; in build_initial_monmap()
Dosd_client.c1518 struct ceph_options *opt = osdc->client->options; in pick_closest_replica()
3335 struct ceph_options *opts = osdc->client->options; in handle_timeout()
4759 struct ceph_options *opts = osdc->client->options; in ceph_osdc_unwatch()
/Linux-v5.15/fs/ceph/
Dsuper.c205 struct ceph_options *copts;
491 struct ceph_options *new_opt, in compare_mount_options()
636 struct ceph_options *opt) in create_fs_client()
1004 struct ceph_options *opt = new->client->options; in ceph_compare_super()
Ddebugfs.c305 struct ceph_options *opt = fsc->client->options; in mds_sessions_show()
Dmds_client.c1271 struct ceph_options *opt = mdsc->fsc->client->options; in create_session_open_msg()
4726 struct ceph_options *opts = mdsc->fsc->client->options; in wait_requests()
4888 struct ceph_options *opts = mdsc->fsc->client->options; in ceph_mdsc_close_sessions()
/Linux-v5.15/drivers/block/
Drbd.c705 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()
849 struct ceph_options *copts;
902 static struct rbd_client *rbd_get_client(struct ceph_options *ceph_opts) in rbd_get_client()
1393 struct ceph_options *opt = rbd_dev->rbd_client->client->options; in rbd_osd_format_read()
6412 struct ceph_options **ceph_opts, in rbd_add_parse_args()
6981 struct ceph_options *ceph_opts = NULL; in do_rbd_add()