Lines Matching refs:ceph_msg
576 static int parse_reply_info(struct ceph_mds_session *s, struct ceph_msg *msg, in parse_reply_info()
1187 struct ceph_msg *ceph_create_session_msg(u32 op, u64 seq) in ceph_create_session_msg()
1189 struct ceph_msg *msg; in ceph_create_session_msg()
1283 static struct ceph_msg *create_session_open_msg(struct ceph_mds_client *mdsc, u64 seq) in create_session_open_msg()
1285 struct ceph_msg *msg; in create_session_open_msg()
1396 struct ceph_msg *msg; in __open_session()
1845 struct ceph_msg *msg; in send_renew_caps()
1875 struct ceph_msg *msg; in send_flushmsg_ack()
1926 struct ceph_msg *msg; in request_close_session()
2120 struct ceph_msg *msg = NULL; in ceph_send_cap_releases()
2549 static struct ceph_msg *create_request_message(struct ceph_mds_client *mdsc, in create_request_message()
2553 struct ceph_msg *msg; in create_request_message()
2710 struct ceph_msg *msg; in __prepare_send_request()
3123 static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg) in handle_reply()
3322 struct ceph_msg *msg) in handle_forward()
3401 struct ceph_msg *msg) in handle_session()
3609 struct ceph_msg *reply; in send_reconnect_partial()
3971 struct ceph_msg *reply; in send_mds_reconnect()
4264 struct ceph_msg *msg) in handle_lease()
4372 struct ceph_msg *msg; in ceph_mdsc_lease_send_msg()
4669 struct ceph_msg *msg; in send_flush_mdlog()
4933 void ceph_mdsc_handle_fsmap(struct ceph_mds_client *mdsc, struct ceph_msg *msg) in ceph_mdsc_handle_fsmap()
5012 void ceph_mdsc_handle_mdsmap(struct ceph_mds_client *mdsc, struct ceph_msg *msg) in ceph_mdsc_handle_mdsmap()
5101 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch()
5218 static struct ceph_msg *mds_alloc_msg(struct ceph_connection *con, in mds_alloc_msg()
5221 struct ceph_msg *msg; in mds_alloc_msg()
5239 static int mds_sign_message(struct ceph_msg *msg) in mds_sign_message()
5247 static int mds_check_message_signature(struct ceph_msg *msg) in mds_check_message_signature()