Lines Matching defs:mdsc

928 struct ceph_mds_session *__ceph_lookup_mds_session(struct ceph_mds_client *mdsc,  in __ceph_lookup_mds_session()
936 static bool __have_session(struct ceph_mds_client *mdsc, int mds) in __have_session()
944 static int __verify_registered_session(struct ceph_mds_client *mdsc, in __verify_registered_session()
957 static struct ceph_mds_session *register_session(struct ceph_mds_client *mdsc, in register_session()
1029 static void __unregister_session(struct ceph_mds_client *mdsc, in __unregister_session()
1053 void ceph_mdsc_iterate_sessions(struct ceph_mds_client *mdsc, in ceph_mdsc_iterate_sessions()
1154 static void __register_request(struct ceph_mds_client *mdsc, in __register_request()
1192 static void __unregister_request(struct ceph_mds_client *mdsc, in __unregister_request()
1270 static int __choose_mds(struct ceph_mds_client *mdsc, in __choose_mds()
1523 static struct ceph_msg *create_session_open_msg(struct ceph_mds_client *mdsc, u64 seq) in create_session_open_msg()
1633 static int __open_session(struct ceph_mds_client *mdsc, in __open_session()
1664 __open_export_target_session(struct ceph_mds_client *mdsc, int target) in __open_export_target_session()
1686 ceph_mdsc_open_export_target_session(struct ceph_mds_client *mdsc, int target) in ceph_mdsc_open_export_target_session()
1699 static void __open_export_target_sessions(struct ceph_mds_client *mdsc, in __open_export_target_sessions()
1719 void ceph_mdsc_open_export_target_sessions(struct ceph_mds_client *mdsc, in ceph_mdsc_open_export_target_sessions()
1741 static void dispose_cap_releases(struct ceph_mds_client *mdsc, in dispose_cap_releases()
1753 static void cleanup_session_requests(struct ceph_mds_client *mdsc, in cleanup_session_requests()
1985 static int send_renew_caps(struct ceph_mds_client *mdsc, in send_renew_caps()
2015 static int send_flushmsg_ack(struct ceph_mds_client *mdsc, in send_flushmsg_ack()
2035 static void renewed_caps(struct ceph_mds_client *mdsc, in renewed_caps()
2085 static int __close_session(struct ceph_mds_client *mdsc, in __close_session()
2206 int ceph_trim_caps(struct ceph_mds_client *mdsc, in ceph_trim_caps()
2227 static int check_caps_flush(struct ceph_mds_client *mdsc, in check_caps_flush()
2252 static void wait_caps_flush(struct ceph_mds_client *mdsc, in wait_caps_flush()
2266 static void ceph_send_cap_releases(struct ceph_mds_client *mdsc, in ceph_send_cap_releases()
2373 void ceph_flush_cap_releases(struct ceph_mds_client *mdsc, in ceph_flush_cap_releases()
2404 struct ceph_mds_client *mdsc = in ceph_cap_reclaim_work() local
2411 void ceph_queue_cap_reclaim_work(struct ceph_mds_client *mdsc) in ceph_queue_cap_reclaim_work()
2423 void ceph_reclaim_caps_nr(struct ceph_mds_client *mdsc, int nr) in ceph_reclaim_caps_nr()
2482 ceph_mdsc_create_request(struct ceph_mds_client *mdsc, int op, int mode) in ceph_mdsc_create_request()
2518 static struct ceph_mds_request *__get_oldest_req(struct ceph_mds_client *mdsc) in __get_oldest_req()
2526 static inline u64 __get_oldest_tid(struct ceph_mds_client *mdsc) in __get_oldest_tid()
2863 struct ceph_mds_client *mdsc = session->s_mdsc; in create_request_message() local
3083 static void complete_request(struct ceph_mds_client *mdsc, in complete_request()
3101 struct ceph_mds_client *mdsc = session->s_mdsc; in __prepare_send_request() local
3230 static void __do_request(struct ceph_mds_client *mdsc, in __do_request()
3435 static void __wake_requests(struct ceph_mds_client *mdsc, in __wake_requests()
3456 static void kick_requests(struct ceph_mds_client *mdsc, int mds) in kick_requests()
3478 int ceph_mdsc_submit_request(struct ceph_mds_client *mdsc, struct inode *dir, in ceph_mdsc_submit_request()
3526 int ceph_mdsc_wait_request(struct ceph_mds_client *mdsc, in ceph_mdsc_wait_request()
3581 int ceph_mdsc_do_request(struct ceph_mds_client *mdsc, in ceph_mdsc_do_request()
3626 struct ceph_mds_client *mdsc = session->s_mdsc; in handle_reply() local
3834 static void handle_forward(struct ceph_mds_client *mdsc, in handle_forward()
3935 struct ceph_mds_client *mdsc = session->s_mdsc; in handle_session() local
4143 static void replay_unsafe_requests(struct ceph_mds_client *mdsc, in replay_unsafe_requests()
4476 static int encode_snap_realms(struct ceph_mds_client *mdsc, in encode_snap_realms()
4546 static void send_mds_reconnect(struct ceph_mds_client *mdsc, in send_mds_reconnect()
4719 static void check_new_map(struct ceph_mds_client *mdsc, in check_new_map()
4892 static void handle_lease(struct ceph_mds_client *mdsc, in handle_lease()
5043 static void maybe_recover_session(struct ceph_mds_client *mdsc) in maybe_recover_session()
5106 static void schedule_delayed(struct ceph_mds_client *mdsc, unsigned long delay) in schedule_delayed()
5119 struct ceph_mds_client *mdsc = in delayed_work() local
5178 struct ceph_mds_client *mdsc; in ceph_mdsc_init() local
5253 static void wait_requests(struct ceph_mds_client *mdsc) in wait_requests()
5307 void ceph_mdsc_pre_umount(struct ceph_mds_client *mdsc) in ceph_mdsc_pre_umount()
5329 static void flush_mdlog_and_wait_mdsc_unsafe_requests(struct ceph_mds_client *mdsc, in flush_mdlog_and_wait_mdsc_unsafe_requests()
5393 void ceph_mdsc_sync(struct ceph_mds_client *mdsc) in ceph_mdsc_sync()
5426 static bool done_closing_sessions(struct ceph_mds_client *mdsc, int skipped) in done_closing_sessions()
5436 void ceph_mdsc_close_sessions(struct ceph_mds_client *mdsc) in ceph_mdsc_close_sessions()
5492 void ceph_mdsc_force_umount(struct ceph_mds_client *mdsc) in ceph_mdsc_force_umount()
5526 static void ceph_mdsc_stop(struct ceph_mds_client *mdsc) in ceph_mdsc_stop()
5548 struct ceph_mds_client *mdsc = fsc->mdsc; in ceph_mdsc_destroy() local
5566 void ceph_mdsc_handle_fsmap(struct ceph_mds_client *mdsc, struct ceph_msg *msg) in ceph_mdsc_handle_fsmap()
5638 void ceph_mdsc_handle_mdsmap(struct ceph_mds_client *mdsc, struct ceph_msg *msg) in ceph_mdsc_handle_mdsmap()
5723 struct ceph_mds_client *mdsc = s->s_mdsc; in mds_peer_reset() local
5733 struct ceph_mds_client *mdsc = s->s_mdsc; in mds_dispatch() local
5792 struct ceph_mds_client *mdsc = s->s_mdsc; in mds_get_authorizer() local
5809 struct ceph_mds_client *mdsc = s->s_mdsc; in mds_add_authorizer_challenge() local
5819 struct ceph_mds_client *mdsc = s->s_mdsc; in mds_verify_authorizer_reply() local
5831 struct ceph_mds_client *mdsc = s->s_mdsc; in mds_invalidate_authorizer() local