Searched refs:ceph_monc_init (Results 1 – 3 of 3) sorted by relevance
110 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl);
1162 int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl) in ceph_monc_init() function1238 EXPORT_SYMBOL(ceph_monc_init);
742 err = ceph_monc_init(&client->monc, client); in ceph_create_client()