Lines Matching refs:ceph_msg
17 struct ceph_msg;
28 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m);
47 struct ceph_msg * (*alloc_msg) (struct ceph_connection *con,
51 void (*reencode_message) (struct ceph_msg *msg);
53 int (*sign_message) (struct ceph_msg *msg);
54 int (*check_message_signature) (struct ceph_msg *msg);
215 struct ceph_msg { struct
296 struct ceph_msg *out_msg; /* sending message (== tail of
312 struct ceph_msg *in_msg;
350 extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg);
352 extern void ceph_msg_revoke(struct ceph_msg *msg);
353 extern void ceph_msg_revoke_incoming(struct ceph_msg *msg);
359 extern void ceph_msg_data_add_pages(struct ceph_msg *msg, struct page **pages,
361 extern void ceph_msg_data_add_pagelist(struct ceph_msg *msg,
364 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos,
367 void ceph_msg_data_add_bvecs(struct ceph_msg *msg,
370 struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items,
372 extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags,
375 extern struct ceph_msg *ceph_msg_get(struct ceph_msg *msg);
376 extern void ceph_msg_put(struct ceph_msg *msg);
378 extern void ceph_msg_dump(struct ceph_msg *msg);