Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/ceph/
Dlibceph.h199 extern struct ceph_client *ceph_create_client(struct ceph_options *opt,
/linux-4.1.27/net/ceph/
Dceph_common.c542 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private, in ceph_create_client() function
596 EXPORT_SYMBOL(ceph_create_client);
/linux-4.1.27/fs/ceph/
Dsuper.c513 fsc->client = ceph_create_client(opt, fsc, supported_features, in create_fs_client()
/linux-4.1.27/drivers/block/
Drbd.c668 rbdc->client = ceph_create_client(ceph_opts, rbdc, 0, 0); in rbd_client_create()