Home
last modified time | relevance | path

Searched refs:ceph_msg (Results 1 – 6 of 6) sorted by relevance

/include/linux/ceph/
A Dmessenger.h18 struct ceph_msg;
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;
536 struct ceph_msg *msg, size_t length);
614 void ceph_msg_data_add_iter(struct ceph_msg *msg,
622 extern struct ceph_msg *ceph_msg_get(struct ceph_msg *msg);
623 extern void ceph_msg_put(struct ceph_msg *msg);
[all …]
A Dmsgpool.h23 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 *);
A Dauth.h16 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()
A Dmon_client.h61 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;
A Dosd_client.h20 struct ceph_msg;
248 struct ceph_msg *r_request, *r_reply;
453 struct ceph_msg *msg);
A Dlibceph.h127 int (*extra_mon_dispatch)(struct ceph_client *, struct ceph_msg *);

Completed in 11 milliseconds