Lines Matching defs:ceph_mon_client
59 struct ceph_mon_client { struct
60 struct ceph_client *client;
61 struct ceph_monmap *monmap;
63 struct mutex mutex;
64 struct delayed_work delayed_work;
66 struct ceph_auth_client *auth;
67 struct ceph_msg *m_auth, *m_auth_reply, *m_subscribe, *m_subscribe_ack;
68 int pending_auth;
70 bool hunting;
71 int cur_mon; /* last monitor i contacted */
95 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl); argument