Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/ceph/
Dlibceph.h312 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private);
/Linux-v5.15/net/ceph/
Dceph_common.c727 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private) in ceph_create_client() function
778 EXPORT_SYMBOL(ceph_create_client);
/Linux-v5.15/fs/ceph/
Dsuper.c647 fsc->client = ceph_create_client(opt, fsc); in create_fs_client()
/Linux-v5.15/drivers/block/
Drbd.c718 rbdc->client = ceph_create_client(ceph_opts, rbdc); in rbd_client_create()