Searched refs:ceph_mon_client (Results 1 – 5 of 5) sorted by relevance
25 struct ceph_mon_client;32 typedef void (*ceph_monc_request_func_t)(struct ceph_mon_client *monc,37 struct ceph_mon_client *monc;51 struct ceph_mon_client *monc;70 struct ceph_mon_client { struct110 extern int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl); argument111 extern void ceph_monc_stop(struct ceph_mon_client *monc);112 extern void ceph_monc_reopen_session(struct ceph_mon_client *monc);129 bool ceph_monc_want_map(struct ceph_mon_client *monc, int sub, u32 epoch,131 void ceph_monc_got_map(struct ceph_mon_client *monc, int sub, u32 epoch);[all …]
140 struct ceph_mon_client monc;
37 static int __validate_auth(struct ceph_mon_client *monc);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()[all …]
142 struct ceph_mon_client *monc = &client->monc; in monc_show()
53 struct ceph_mon_client *monc = &fsc->client->monc; in ceph_statfs()