Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/ceph/
Dlibceph.h217 extern struct ceph_client *ceph_create_client(struct ceph_options *opt,
/linux-2.6.39/net/ceph/
Dceph_common.c434 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private) in ceph_create_client() function
472 EXPORT_SYMBOL(ceph_create_client);
/linux-2.6.39/fs/ceph/
Dsuper.c432 fsc->client = ceph_create_client(opt, fsc); in create_fs_client()
/linux-2.6.39/drivers/block/
Drbd.c263 rbdc->client = ceph_create_client(opt, rbdc); in rbd_client_create()