Lines Matching refs:ceph_msg
467 static int parse_reply_info(struct ceph_msg *msg, in parse_reply_info()
1028 static struct ceph_msg *create_session_msg(u32 op, u64 seq) in create_session_msg()
1030 struct ceph_msg *msg; in create_session_msg()
1071 static struct ceph_msg *create_session_open_msg(struct ceph_mds_client *mdsc, u64 seq) in create_session_open_msg()
1073 struct ceph_msg *msg; in create_session_open_msg()
1157 struct ceph_msg *msg; in __open_session()
1584 struct ceph_msg *msg; in send_renew_caps()
1614 struct ceph_msg *msg; in send_flushmsg_ack()
1666 struct ceph_msg *msg; in request_close_session()
1858 struct ceph_msg *msg = NULL; in ceph_send_cap_releases()
2282 static struct ceph_msg *create_request_message(struct ceph_mds_client *mdsc, in create_request_message()
2286 struct ceph_msg *msg; in create_request_message()
2434 struct ceph_msg *msg; in __prepare_send_request()
2785 static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg) in handle_reply()
2988 struct ceph_msg *msg) in handle_forward()
3063 struct ceph_msg *msg) in handle_session()
3253 struct ceph_msg *reply; in send_reconnect_partial()
3576 struct ceph_msg *reply; in send_mds_reconnect()
3863 struct ceph_msg *msg) in handle_lease()
3971 struct ceph_msg *msg; in ceph_mdsc_lease_send_msg()
4458 void ceph_mdsc_handle_fsmap(struct ceph_mds_client *mdsc, struct ceph_msg *msg) in ceph_mdsc_handle_fsmap()
4537 void ceph_mdsc_handle_mdsmap(struct ceph_mds_client *mdsc, struct ceph_msg *msg) in ceph_mdsc_handle_mdsmap()
4630 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch()
4747 static struct ceph_msg *mds_alloc_msg(struct ceph_connection *con, in mds_alloc_msg()
4750 struct ceph_msg *msg; in mds_alloc_msg()
4768 static int mds_sign_message(struct ceph_msg *msg) in mds_sign_message()
4776 static int mds_check_message_signature(struct ceph_msg *msg) in mds_check_message_signature()