Lines Matching refs:ceph_mon_client

35 static int __validate_auth(struct ceph_mon_client *monc);
104 static void __send_prepared_auth_request(struct ceph_mon_client *monc, int len) in __send_prepared_auth_request()
117 static void __close_session(struct ceph_mon_client *monc) in __close_session()
132 static int __open_session(struct ceph_mon_client *monc) in __open_session()
163 static bool __sub_expired(struct ceph_mon_client *monc) in __sub_expired()
171 static void __schedule_delayed(struct ceph_mon_client *monc) in __schedule_delayed()
186 static void __send_subscribe(struct ceph_mon_client *monc) in __send_subscribe()
238 static void handle_subscribe_ack(struct ceph_mon_client *monc, in handle_subscribe_ack()
268 int ceph_monc_got_mdsmap(struct ceph_mon_client *monc, u32 got) in ceph_monc_got_mdsmap()
277 int ceph_monc_got_osdmap(struct ceph_mon_client *monc, u32 got) in ceph_monc_got_osdmap()
289 void ceph_monc_request_next_osdmap(struct ceph_mon_client *monc) in ceph_monc_request_next_osdmap()
303 int ceph_monc_open_session(struct ceph_mon_client *monc) in ceph_monc_open_session()
326 static void ceph_monc_handle_map(struct ceph_mon_client *monc, in ceph_monc_handle_map()
363 struct ceph_mon_client *monc, u64 tid) in __lookup_generic_req()
380 static void __insert_generic_request(struct ceph_mon_client *monc, in __insert_generic_request()
429 struct ceph_mon_client *monc = con->private; in get_generic_reply()
453 static int do_generic_request(struct ceph_mon_client *monc, in do_generic_request()
482 static void handle_statfs_reply(struct ceph_mon_client *monc, in handle_statfs_reply()
515 int ceph_monc_do_statfs(struct ceph_mon_client *monc, struct ceph_statfs *buf) in ceph_monc_do_statfs()
572 static void handle_poolop_reply(struct ceph_mon_client *monc, in handle_poolop_reply()
611 int ceph_monc_do_poolop(struct ceph_mon_client *monc, u32 op, in ceph_monc_do_poolop()
656 int ceph_monc_create_snapid(struct ceph_mon_client *monc, in ceph_monc_create_snapid()
665 int ceph_monc_delete_snapid(struct ceph_mon_client *monc, in ceph_monc_delete_snapid()
676 static void __resend_generic_request(struct ceph_mon_client *monc) in __resend_generic_request()
695 struct ceph_mon_client *monc = in delayed_work()
696 container_of(work, struct ceph_mon_client, delayed_work.work); in delayed_work()
719 static int build_initial_monmap(struct ceph_mon_client *monc) in build_initial_monmap()
744 int ceph_monc_init(struct ceph_mon_client *monc, struct ceph_client *cl) in ceph_monc_init()
818 void ceph_monc_stop(struct ceph_mon_client *monc) in ceph_monc_stop()
843 static void handle_auth_reply(struct ceph_mon_client *monc, in handle_auth_reply()
875 static int __validate_auth(struct ceph_mon_client *monc) in __validate_auth()
890 int ceph_monc_validate_auth(struct ceph_mon_client *monc) in ceph_monc_validate_auth()
906 struct ceph_mon_client *monc = con->private; in dispatch()
956 struct ceph_mon_client *monc = con->private; in mon_alloc_msg()
993 struct ceph_mon_client *monc = con->private; in mon_fault()