Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/ceph/
Dmon_client.h110 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl);
/kernel/linux/linux-5.10/net/ceph/
Dmon_client.c1076 int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl) in ceph_monc_init() function
1153 EXPORT_SYMBOL(ceph_monc_init);
Dceph_common.c706 err = ceph_monc_init(&client->monc, client); in ceph_create_client()