Lines Matching refs:msg
45 int (*sign_message) (struct ceph_connection *con, struct ceph_msg *msg);
48 struct ceph_msg *msg);
279 extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg);
281 extern void ceph_msg_revoke(struct ceph_msg *msg);
282 extern void ceph_msg_revoke_incoming(struct ceph_msg *msg);
286 extern void ceph_msg_data_add_pages(struct ceph_msg *msg, struct page **pages,
288 extern void ceph_msg_data_add_pagelist(struct ceph_msg *msg,
291 extern void ceph_msg_data_add_bio(struct ceph_msg *msg, struct bio *bio,
298 extern struct ceph_msg *ceph_msg_get(struct ceph_msg *msg);
299 extern void ceph_msg_put(struct ceph_msg *msg);
301 extern void ceph_msg_dump(struct ceph_msg *msg);