Searched defs:monc (Results 1 – 2 of 2) sorted by relevance
108 static void __send_prepared_auth_request(struct ceph_mon_client *monc, int len) in __send_prepared_auth_request()121 static void __close_session(struct ceph_mon_client *monc) in __close_session()138 static void pick_new_mon(struct ceph_mon_client *monc) in pick_new_mon()172 static void __open_session(struct ceph_mon_client *monc) in __open_session()206 static void reopen_session(struct ceph_mon_client *monc) in reopen_session()216 void ceph_monc_reopen_session(struct ceph_mon_client *monc) in ceph_monc_reopen_session()223 static void un_backoff(struct ceph_mon_client *monc) in un_backoff()234 static void __schedule_delayed(struct ceph_mon_client *monc) in __schedule_delayed()259 static void __send_subscribe(struct ceph_mon_client *monc) in __send_subscribe()309 static void handle_subscribe_ack(struct ceph_mon_client *monc, in handle_subscribe_ack()[all …]
140 struct ceph_mon_client *monc = &client->monc; in monc_show() local