Lines Matching refs:ceph_msg
18 struct ceph_msg;
29 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m);
48 struct ceph_msg * (*alloc_msg) (struct ceph_connection *con,
52 void (*reencode_message) (struct ceph_msg *msg);
54 int (*sign_message) (struct ceph_msg *msg);
55 int (*check_message_signature) (struct ceph_msg *msg);
233 struct ceph_msg { struct
459 struct ceph_msg *in_msg;
460 struct ceph_msg *out_msg; /* sending message (== tail of
498 struct ceph_msg *msg, size_t length);
557 extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg);
559 extern void ceph_msg_revoke(struct ceph_msg *msg);
560 extern void ceph_msg_revoke_incoming(struct ceph_msg *msg);
566 void ceph_msg_data_add_pages(struct ceph_msg *msg, struct page **pages,
568 extern void ceph_msg_data_add_pagelist(struct ceph_msg *msg,
571 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos,
574 void ceph_msg_data_add_bvecs(struct ceph_msg *msg,
577 struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items,
579 extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags,
582 extern struct ceph_msg *ceph_msg_get(struct ceph_msg *msg);
583 extern void ceph_msg_put(struct ceph_msg *msg);
585 extern void ceph_msg_dump(struct ceph_msg *msg);