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);
216 struct ceph_msg { struct
297 struct ceph_msg *out_msg; /* sending message (== tail of
313 struct ceph_msg *in_msg;
351 extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg);
353 extern void ceph_msg_revoke(struct ceph_msg *msg);
354 extern void ceph_msg_revoke_incoming(struct ceph_msg *msg);
360 void ceph_msg_data_add_pages(struct ceph_msg *msg, struct page **pages,
362 extern void ceph_msg_data_add_pagelist(struct ceph_msg *msg,
365 void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos,
368 void ceph_msg_data_add_bvecs(struct ceph_msg *msg,
371 struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items,
373 extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags,
376 extern struct ceph_msg *ceph_msg_get(struct ceph_msg *msg);
377 extern void ceph_msg_put(struct ceph_msg *msg);
379 extern void ceph_msg_dump(struct ceph_msg *msg);