Searched refs:ceph_create_client (Results 1 – 4 of 4) sorted by relevance
200 extern struct ceph_client *ceph_create_client(struct ceph_options *opt,
579 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private, in ceph_create_client() function630 EXPORT_SYMBOL(ceph_create_client);
526 fsc->client = ceph_create_client(opt, fsc, supported_features, in create_fs_client()
667 rbdc->client = ceph_create_client(ceph_opts, rbdc, 0, 0); in rbd_client_create()