Home
last modified time | relevance | path

Searched refs:ceph_monc_init (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/ceph/
Dmon_client.h110 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl);
/linux-6.1.9/net/ceph/
Dmon_client.c1154 int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl) in ceph_monc_init() function
1230 EXPORT_SYMBOL(ceph_monc_init);
Dceph_common.c742 err = ceph_monc_init(&client->monc, client); in ceph_create_client()