Lines Matching refs:ceph_msg
15 struct ceph_msg;
26 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m);
42 struct ceph_msg * (*alloc_msg) (struct ceph_connection *con,
45 int (*sign_message) (struct ceph_connection *con, struct ceph_msg *msg);
48 struct ceph_msg *msg);
148 struct ceph_msg { struct
228 struct ceph_msg *out_msg; /* sending message (== tail of
242 struct ceph_msg *in_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,
295 extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags,
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);