Searched refs:ceph_create_client (Results 1 – 4 of 4) sorted by relevance
314 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private);
707 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private) in ceph_create_client() function758 EXPORT_SYMBOL(ceph_create_client);
781 fsc->client = ceph_create_client(opt, fsc); in create_fs_client()
718 rbdc->client = ceph_create_client(ceph_opts, rbdc); in rbd_client_create()