Lines Matching defs:ceph_mon_client
70 struct ceph_mon_client { struct
71 struct ceph_client *client;
72 struct ceph_monmap *monmap;
74 struct mutex mutex;
75 struct delayed_work delayed_work;
77 struct ceph_auth_client *auth;
78 struct ceph_msg *m_auth, *m_auth_reply, *m_subscribe, *m_subscribe_ack;
79 int pending_auth;
81 bool hunting;
82 int cur_mon; /* last monitor i contacted */
83 unsigned long sub_renew_after;
84 unsigned long sub_renew_sent;
85 struct ceph_connection con;
87 bool had_a_connection;
111 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl); argument