Lines Matching refs:ceph_msg

327 static int parse_reply_info(struct ceph_msg *msg,  in parse_reply_info()
887 static struct ceph_msg *create_session_msg(u32 op, u64 seq) in create_session_msg()
889 struct ceph_msg *msg; in create_session_msg()
930 static struct ceph_msg *create_session_open_msg(struct ceph_mds_client *mdsc, u64 seq) in create_session_open_msg()
932 struct ceph_msg *msg; in create_session_open_msg()
1016 struct ceph_msg *msg; in __open_session()
1400 struct ceph_msg *msg; in send_renew_caps()
1430 struct ceph_msg *msg; in send_flushmsg_ack()
1482 struct ceph_msg *msg; in request_close_session()
1674 struct ceph_msg *msg = NULL; in ceph_send_cap_releases()
2028 static struct ceph_msg *create_request_message(struct ceph_mds_client *mdsc, in create_request_message()
2032 struct ceph_msg *msg; in create_request_message()
2179 struct ceph_msg *msg; in __prepare_send_request()
2526 static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg) in handle_reply()
2721 struct ceph_msg *msg) in handle_forward()
2772 struct ceph_msg *msg) in handle_session()
3118 struct ceph_msg *reply; in send_mds_reconnect()
3388 struct ceph_msg *msg) in handle_lease()
3496 struct ceph_msg *msg; in ceph_mdsc_lease_send_msg()
3929 void ceph_mdsc_handle_fsmap(struct ceph_mds_client *mdsc, struct ceph_msg *msg) in ceph_mdsc_handle_fsmap()
4008 void ceph_mdsc_handle_mdsmap(struct ceph_mds_client *mdsc, struct ceph_msg *msg) in ceph_mdsc_handle_mdsmap()
4101 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch()
4218 static struct ceph_msg *mds_alloc_msg(struct ceph_connection *con, in mds_alloc_msg()
4221 struct ceph_msg *msg; in mds_alloc_msg()
4239 static int mds_sign_message(struct ceph_msg *msg) in mds_sign_message()
4247 static int mds_check_message_signature(struct ceph_msg *msg) in mds_check_message_signature()