ceph_create_client
rbdc->client = ceph_create_client(ceph_opts, rbdc);
fsc->client = ceph_create_client(opt, fsc);
struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private);
EXPORT_SYMBOL(ceph_create_client);