Lines Matching refs:ceph_options
131 int ceph_compare_options(struct ceph_options *new_opt,
134 struct ceph_options *opt1 = new_opt;
135 struct ceph_options *opt2 = client->options;
136 int ofs = offsetof(struct ceph_options, mon_addr);
314 struct ceph_options *ceph_alloc_options(void)
316 struct ceph_options *opt;
340 void ceph_destroy_options(struct ceph_options *opt)
404 int ceph_parse_mon_ips(const char *buf, size_t len, struct ceph_options *opt,
422 int ceph_parse_param(struct fs_parameter *param, struct ceph_options *opt,
586 struct ceph_options *opt = client->options;
671 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private)