Searched refs:ceph_msg (Results 1 – 6 of 6) sorted by relevance
| /include/linux/ceph/ |
| D | messenger.h | 18 struct ceph_msg; 30 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m); 49 struct ceph_msg * (*alloc_msg) (struct ceph_connection *con, 53 void (*reencode_message) (struct ceph_msg *msg); 55 int (*sign_message) (struct ceph_msg *msg); 56 int (*check_message_signature) (struct ceph_msg *msg); 265 struct ceph_msg { struct 497 struct ceph_msg *in_msg; 498 struct ceph_msg *out_msg; /* sending message (== tail of 536 struct ceph_msg *msg, size_t length); [all …]
|
| D | msgpool.h | 23 struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, int front_len, 25 extern void ceph_msgpool_put(struct ceph_msgpool *, struct ceph_msg *);
|
| D | auth.h | 16 struct ceph_msg; 29 struct ceph_msg *msg); 31 struct ceph_msg *msg); 85 struct ceph_msg *msg); 87 struct ceph_msg *msg); 145 struct ceph_msg *msg) in ceph_auth_sign_message() 154 struct ceph_msg *msg) in ceph_auth_check_message_signature()
|
| D | mon_client.h | 61 struct ceph_msg *request; /* original request */ 62 struct ceph_msg *reply; /* and reply */ 78 struct ceph_msg *m_auth, *m_auth_reply, *m_subscribe, *m_subscribe_ack;
|
| D | osd_client.h | 20 struct ceph_msg; 248 struct ceph_msg *r_request, *r_reply; 453 struct ceph_msg *msg);
|
| D | libceph.h | 127 int (*extra_mon_dispatch)(struct ceph_client *, struct ceph_msg *);
|