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()
1409 struct ceph_msg *msg; in send_renew_caps()
1439 struct ceph_msg *msg; in send_flushmsg_ack()
1491 struct ceph_msg *msg; in request_close_session()
1683 struct ceph_msg *msg = NULL; in ceph_send_cap_releases()
2073 static struct ceph_msg *create_request_message(struct ceph_mds_client *mdsc, in create_request_message()
2077 struct ceph_msg *msg; in create_request_message()
2227 struct ceph_msg *msg; in __prepare_send_request()
2573 static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg) in handle_reply()
2768 struct ceph_msg *msg) in handle_forward()
2819 struct ceph_msg *msg) in handle_session()
3165 struct ceph_msg *reply; in send_mds_reconnect()
3435 struct ceph_msg *msg) in handle_lease()
3543 struct ceph_msg *msg; in ceph_mdsc_lease_send_msg()
3991 void ceph_mdsc_handle_fsmap(struct ceph_mds_client *mdsc, struct ceph_msg *msg) in ceph_mdsc_handle_fsmap()
4070 void ceph_mdsc_handle_mdsmap(struct ceph_mds_client *mdsc, struct ceph_msg *msg) in ceph_mdsc_handle_mdsmap()
4163 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch()
4280 static struct ceph_msg *mds_alloc_msg(struct ceph_connection *con, in mds_alloc_msg()
4283 struct ceph_msg *msg; in mds_alloc_msg()
4301 static int mds_sign_message(struct ceph_msg *msg) in mds_sign_message()
4309 static int mds_check_message_signature(struct ceph_msg *msg) in mds_check_message_signature()