Lines Matching refs:ceph_mon_client

37 static int __validate_auth(struct ceph_mon_client *monc);
175 static void __send_prepared_auth_request(struct ceph_mon_client *monc, int len) in __send_prepared_auth_request()
188 static void __close_session(struct ceph_mon_client *monc) in __close_session()
205 static void pick_new_mon(struct ceph_mon_client *monc) in pick_new_mon()
239 static void __open_session(struct ceph_mon_client *monc) in __open_session()
279 static void reopen_session(struct ceph_mon_client *monc) in reopen_session()
289 void ceph_monc_reopen_session(struct ceph_mon_client *monc) in ceph_monc_reopen_session()
296 static void un_backoff(struct ceph_mon_client *monc) in un_backoff()
307 static void __schedule_delayed(struct ceph_mon_client *monc) in __schedule_delayed()
332 static void __send_subscribe(struct ceph_mon_client *monc) in __send_subscribe()
382 static void handle_subscribe_ack(struct ceph_mon_client *monc, in handle_subscribe_ack()
420 static bool __ceph_monc_want_map(struct ceph_mon_client *monc, int sub, in __ceph_monc_want_map()
441 bool ceph_monc_want_map(struct ceph_mon_client *monc, int sub, u32 epoch, in ceph_monc_want_map()
459 static void __ceph_monc_got_map(struct ceph_mon_client *monc, int sub, in __ceph_monc_got_map()
474 void ceph_monc_got_map(struct ceph_mon_client *monc, int sub, u32 epoch) in ceph_monc_got_map()
482 void ceph_monc_renew_subs(struct ceph_mon_client *monc) in ceph_monc_renew_subs()
496 int ceph_monc_wait_osdmap(struct ceph_mon_client *monc, u32 epoch, in ceph_monc_wait_osdmap()
527 int ceph_monc_open_session(struct ceph_mon_client *monc) in ceph_monc_open_session()
539 static void ceph_monc_handle_map(struct ceph_mon_client *monc, in ceph_monc_handle_map()
610 alloc_generic_request(struct ceph_mon_client *monc, gfp_t gfp) in alloc_generic_request()
629 struct ceph_mon_client *monc = req->monc; in register_generic_request()
638 static void send_generic_request(struct ceph_mon_client *monc, in send_generic_request()
650 struct ceph_mon_client *monc = req->monc; in __finish_generic_request()
676 struct ceph_mon_client *monc = req->monc; in cancel_generic_request()
710 struct ceph_mon_client *monc = con->private; in get_generic_reply()
738 static void handle_statfs_reply(struct ceph_mon_client *monc, in handle_statfs_reply()
773 int ceph_monc_do_statfs(struct ceph_mon_client *monc, u64 data_pool, in ceph_monc_do_statfs()
816 static void handle_get_version_reply(struct ceph_mon_client *monc, in handle_get_version_reply()
853 __ceph_monc_get_version(struct ceph_mon_client *monc, const char *what, in __ceph_monc_get_version()
901 int ceph_monc_get_version(struct ceph_mon_client *monc, const char *what, in ceph_monc_get_version()
925 int ceph_monc_get_version_async(struct ceph_mon_client *monc, const char *what, in ceph_monc_get_version_async()
939 static void handle_command_ack(struct ceph_mon_client *monc, in handle_command_ack()
973 int do_mon_command_vargs(struct ceph_mon_client *monc, const char *fmt, in do_mon_command_vargs()
1014 int do_mon_command(struct ceph_mon_client *monc, const char *fmt, ...) in do_mon_command()
1025 int ceph_monc_blocklist_add(struct ceph_mon_client *monc, in ceph_monc_blocklist_add()
1065 static void __resend_generic_request(struct ceph_mon_client *monc) in __resend_generic_request()
1085 struct ceph_mon_client *monc = in delayed_work()
1086 container_of(work, struct ceph_mon_client, delayed_work.work); in delayed_work()
1134 static int build_initial_monmap(struct ceph_mon_client *monc) in build_initial_monmap()
1162 int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl) in ceph_monc_init()
1240 void ceph_monc_stop(struct ceph_mon_client *monc) in ceph_monc_stop()
1273 static void finish_hunting(struct ceph_mon_client *monc) in finish_hunting()
1284 static void finish_auth(struct ceph_mon_client *monc, int auth_err, in finish_auth()
1313 static void handle_auth_reply(struct ceph_mon_client *monc, in handle_auth_reply()
1334 static int __validate_auth(struct ceph_mon_client *monc) in __validate_auth()
1349 int ceph_monc_validate_auth(struct ceph_mon_client *monc) in ceph_monc_validate_auth()
1364 struct ceph_mon_client *monc = con->private; in mon_get_auth_request()
1384 struct ceph_mon_client *monc = con->private; in mon_handle_auth_reply_more()
1405 struct ceph_mon_client *monc = con->private; in mon_handle_auth_done()
1428 struct ceph_mon_client *monc = con->private; in mon_handle_auth_bad_method()
1447 struct ceph_mon_client *monc = con->private; in mon_dispatch()
1498 struct ceph_mon_client *monc = con->private; in mon_alloc_msg()
1556 struct ceph_mon_client *monc = con->private; in mon_fault()