Searched defs:ceph_mon_client (Results 1 – 1 of 1) sorted by relevance
58 struct ceph_mon_client { struct59 struct ceph_client *client;60 struct ceph_monmap *monmap;62 struct mutex mutex;63 struct delayed_work delayed_work;65 struct ceph_auth_client *auth;66 struct ceph_msg *m_auth, *m_auth_reply, *m_subscribe, *m_subscribe_ack;67 int pending_auth;69 bool hunting;93 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl); argument