Home
last modified time | relevance | path

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

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