Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dmon_client.h93 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl);
/linux-4.4.14/net/ceph/
Dmon_client.c806 int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl) in ceph_monc_init() function
886 EXPORT_SYMBOL(ceph_monc_init);
Dceph_common.c614 err = ceph_monc_init(&client->monc, client); in ceph_create_client()