Lines Matching refs:ceph_msg
16 struct ceph_msg;
27 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m);
43 struct ceph_msg * (*alloc_msg) (struct ceph_connection *con,
47 int (*sign_message) (struct ceph_msg *msg);
48 int (*check_message_signature) (struct ceph_msg *msg);
144 struct ceph_msg { struct
224 struct ceph_msg *out_msg; /* sending message (== tail of
240 struct ceph_msg *in_msg;
276 extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg);
278 extern void ceph_msg_revoke(struct ceph_msg *msg);
279 extern void ceph_msg_revoke_incoming(struct ceph_msg *msg);
285 extern void ceph_msg_data_add_pages(struct ceph_msg *msg, struct page **pages,
287 extern void ceph_msg_data_add_pagelist(struct ceph_msg *msg,
290 extern void ceph_msg_data_add_bio(struct ceph_msg *msg, struct bio *bio,
294 extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags,
297 extern struct ceph_msg *ceph_msg_get(struct ceph_msg *msg);
298 extern void ceph_msg_put(struct ceph_msg *msg);
300 extern void ceph_msg_dump(struct ceph_msg *msg);