Lines Matching refs:ceph_msg
290 static int parse_reply_info(struct ceph_msg *msg, in parse_reply_info()
815 static struct ceph_msg *create_session_msg(u32 op, u64 seq) in create_session_msg()
817 struct ceph_msg *msg; in create_session_msg()
837 static struct ceph_msg *create_session_open_msg(struct ceph_mds_client *mdsc, u64 seq) in create_session_open_msg()
839 struct ceph_msg *msg; in create_session_open_msg()
912 struct ceph_msg *msg; in __open_session()
1006 struct ceph_msg *msg; in cleanup_cap_releases()
1011 struct ceph_msg, list_head); in cleanup_cap_releases()
1017 struct ceph_msg, list_head); in cleanup_cap_releases()
1239 struct ceph_msg *msg; in send_renew_caps()
1269 struct ceph_msg *msg; in send_flushmsg_ack()
1321 struct ceph_msg *msg; in request_close_session()
1435 struct ceph_msg *msg, *partial = NULL; in ceph_add_cap_releases()
1448 struct ceph_msg, in ceph_add_cap_releases()
1560 struct ceph_msg *msg; in ceph_send_cap_releases()
1566 struct ceph_msg, list_head); in ceph_send_cap_releases()
1580 struct ceph_msg *msg; in discard_cap_releases()
1589 struct ceph_msg, list_head); in discard_cap_releases()
1602 struct ceph_msg, list_head); in discard_cap_releases()
1874 static struct ceph_msg *create_request_message(struct ceph_mds_client *mdsc, in create_request_message()
1878 struct ceph_msg *msg; in create_request_message()
2021 struct ceph_msg *msg; in __prepare_send_request()
2336 static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg) in handle_reply()
2516 struct ceph_msg *msg) in handle_forward()
2567 struct ceph_msg *msg) in handle_session()
2851 struct ceph_msg *reply; in send_mds_reconnect()
3094 struct ceph_msg *msg) in handle_lease()
3202 struct ceph_msg *msg; in ceph_mdsc_lease_send_msg()
3631 void ceph_mdsc_handle_map(struct ceph_mds_client *mdsc, struct ceph_msg *msg) in ceph_mdsc_handle_map()
3722 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch()
3823 static struct ceph_msg *mds_alloc_msg(struct ceph_connection *con, in mds_alloc_msg()
3826 struct ceph_msg *msg; in mds_alloc_msg()
3844 static int sign_message(struct ceph_connection *con, struct ceph_msg *msg) in sign_message()
3851 static int check_message_signature(struct ceph_connection *con, struct ceph_msg *msg) in check_message_signature()