Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dlibceph.h200 extern struct ceph_client *ceph_create_client(struct ceph_options *opt,
/linux-4.4.14/net/ceph/
Dceph_common.c579 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private, in ceph_create_client() function
630 EXPORT_SYMBOL(ceph_create_client);
/linux-4.4.14/fs/ceph/
Dsuper.c526 fsc->client = ceph_create_client(opt, fsc, supported_features, in create_fs_client()
/linux-4.4.14/drivers/block/
Drbd.c667 rbdc->client = ceph_create_client(ceph_opts, rbdc, 0, 0); in rbd_client_create()