Lines Matching refs:ceph_mon_client
24 struct ceph_mon_client;
31 typedef void (*ceph_monc_request_func_t)(struct ceph_mon_client *monc,
36 struct ceph_mon_client *monc;
58 struct ceph_mon_client { struct
93 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl); argument
94 extern void ceph_monc_stop(struct ceph_mon_client *monc);
102 extern int ceph_monc_got_mdsmap(struct ceph_mon_client *monc, u32 have);
103 extern int ceph_monc_got_osdmap(struct ceph_mon_client *monc, u32 have);
105 extern void ceph_monc_request_next_osdmap(struct ceph_mon_client *monc);
106 extern int ceph_monc_wait_osdmap(struct ceph_mon_client *monc, u32 epoch,
109 extern int ceph_monc_do_statfs(struct ceph_mon_client *monc,
112 extern int ceph_monc_do_get_version(struct ceph_mon_client *monc,
115 extern int ceph_monc_open_session(struct ceph_mon_client *monc);
117 extern int ceph_monc_validate_auth(struct ceph_mon_client *monc);