Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/ceph/
Dmessenger.h17 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);
233 struct ceph_msg { struct
312 struct ceph_msg *out_msg; /* sending message (== tail of
328 struct ceph_msg *in_msg;
364 extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg);
[all …]
Dauth.h16 struct ceph_msg;
29 struct ceph_msg *msg);
31 struct ceph_msg *msg);
82 struct ceph_msg *msg);
84 struct ceph_msg *msg);
135 struct ceph_msg *msg) in ceph_auth_sign_message()
144 struct ceph_msg *msg) in ceph_auth_check_message_signature()
Dmsgpool.h22 extern struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *,
24 extern void ceph_msgpool_put(struct ceph_msgpool *, struct ceph_msg *);
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;
Dosd_client.h19 struct ceph_msg;
181 struct ceph_msg *r_request, *r_reply;
380 struct ceph_msg *msg);
382 struct ceph_msg *msg);
Dlibceph.h128 int (*extra_mon_dispatch)(struct ceph_client *, struct ceph_msg *);
/linux-4.19.296/fs/ceph/
Dmds_client.h260 struct ceph_msg *r_request; /* original request */
262 struct ceph_msg *r_reply;
410 struct ceph_msg *msg, int mds);
454 struct ceph_msg *msg);
456 struct ceph_msg *msg);
Dmds_client.c327 static int parse_reply_info(struct ceph_msg *msg, in parse_reply_info()
887 static struct ceph_msg *create_session_msg(u32 op, u64 seq) in create_session_msg()
889 struct ceph_msg *msg; in create_session_msg()
930 static struct ceph_msg *create_session_open_msg(struct ceph_mds_client *mdsc, u64 seq) in create_session_open_msg()
932 struct ceph_msg *msg; in create_session_open_msg()
1016 struct ceph_msg *msg; in __open_session()
1409 struct ceph_msg *msg; in send_renew_caps()
1439 struct ceph_msg *msg; in send_flushmsg_ack()
1491 struct ceph_msg *msg; in request_close_session()
1683 struct ceph_msg *msg = NULL; in ceph_send_cap_releases()
[all …]
Dsuper.h836 struct ceph_msg *msg);
972 struct ceph_msg *msg);
1108 struct ceph_msg *msg);
Dquota.c43 struct ceph_msg *msg) in ceph_handle_quota()
Dsnap.c846 struct ceph_msg *msg) in ceph_handle_snap()
Dsuper.c621 static int extra_mon_dispatch(struct ceph_client *client, struct ceph_msg *msg) in extra_mon_dispatch()
Dcaps.c1141 struct ceph_msg *msg; in send_cap_msg()
3778 struct ceph_msg *msg) in ceph_handle_caps()