Lines Matching refs:ceph_options
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()
707 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private) in ceph_create_client()