Lines Matching refs:ceph_msg

555 	struct ceph_msg *request_msg = req->r_request;  in request_reinit()
556 struct ceph_msg *reply_msg = req->r_reply; in request_reinit()
619 struct ceph_msg *msg; in __ceph_osdc_alloc_messages()
956 static void ceph_osdc_msg_data_add(struct ceph_msg *msg, in ceph_osdc_msg_data_add()
2001 struct ceph_msg *request_msg = req->r_request; in setup_request_data()
2002 struct ceph_msg *reply_msg = req->r_reply; in setup_request_data()
2102 struct ceph_msg *msg) in encode_request_partial()
2178 static void encode_request_finish(struct ceph_msg *msg) in encode_request_finish()
2885 struct ceph_msg *msg; /* for ceph_msg_put() */
3571 static int decode_MOSDOpReply(const struct ceph_msg *msg, struct MOSDOpReply *m) in decode_MOSDOpReply()
3651 static void handle_reply(struct ceph_osd *osd, struct ceph_msg *msg) in handle_reply()
4033 void ceph_osdc_handle_map(struct ceph_osd_client *osdc, struct ceph_msg *msg) in ceph_osdc_handle_map()
4206 static int decode_MOSDBackoff(const struct ceph_msg *msg, struct MOSDBackoff *m) in decode_MOSDBackoff()
4256 static struct ceph_msg *create_backoff_message( in create_backoff_message()
4260 struct ceph_msg *msg; in create_backoff_message()
4298 struct ceph_msg *msg; in handle_backoff_block()
4411 static void handle_backoff(struct ceph_osd *osd, struct ceph_msg *msg) in handle_backoff()
4456 struct ceph_msg *msg) in handle_watch_notify()
5413 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch()
5446 static struct ceph_msg *get_reply(struct ceph_connection *con, in get_reply()
5452 struct ceph_msg *m = NULL; in get_reply()
5508 static struct ceph_msg *alloc_msg_with_page_vector(struct ceph_msg_header *hdr) in alloc_msg_with_page_vector()
5510 struct ceph_msg *m; in alloc_msg_with_page_vector()
5535 static struct ceph_msg *alloc_msg(struct ceph_connection *con, in alloc_msg()
5640 static void osd_reencode_message(struct ceph_msg *msg) in osd_reencode_message()
5648 static int osd_sign_message(struct ceph_msg *msg) in osd_sign_message()
5656 static int osd_check_message_signature(struct ceph_msg *msg) in osd_check_message_signature()