Home
last modified time | relevance | path

Searched refs:ceph_create_client (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/net/ceph/
H A Dceph_common.c671 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private) in ceph_create_client() function
722 EXPORT_SYMBOL(ceph_create_client);
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dlibceph.h306 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private);
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsuper.c648 fsc->client = ceph_create_client(opt, fsc); in create_fs_client()
/OK3568_Linux_fs/kernel/drivers/block/
H A Drbd.c769 rbdc->client = ceph_create_client(ceph_opts, rbdc); in rbd_client_create()