Home
last modified time | relevance | path

Searched refs:ceph_create_client (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/ceph/
H A Dlibceph.h306 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private);
/kernel/linux/linux-6.6/include/linux/ceph/
H A Dlibceph.h304 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private);
/kernel/linux/linux-5.10/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); variable
/kernel/linux/linux-6.6/net/ceph/
H A Dceph_common.c707 struct ceph_client *ceph_create_client(struct ceph_options *opt, void *private) in ceph_create_client() function
758 EXPORT_SYMBOL(ceph_create_client); variable
/kernel/linux/linux-5.10/fs/ceph/
H A Dsuper.c648 fsc->client = ceph_create_client(opt, fsc); in create_fs_client()
/kernel/linux/linux-6.6/fs/ceph/
H A Dsuper.c815 fsc->client = ceph_create_client(opt, fsc); in create_fs_client()
/kernel/linux/linux-5.10/drivers/block/
H A Drbd.c768 rbdc->client = ceph_create_client(ceph_opts, rbdc); in rbd_client_create()
/kernel/linux/linux-6.6/drivers/block/
H A Drbd.c717 rbdc->client = ceph_create_client(ceph_opts, rbdc); in rbd_client_create()

Completed in 27 milliseconds