ceph_msg         1138 fs/ceph/caps.c 	struct ceph_msg *msg;
ceph_msg         3802 fs/ceph/caps.c 		      struct ceph_msg *msg)
ceph_msg          467 fs/ceph/mds_client.c static int parse_reply_info(struct ceph_msg *msg,
ceph_msg         1030 fs/ceph/mds_client.c static struct ceph_msg *create_session_msg(u32 op, u64 seq)
ceph_msg         1032 fs/ceph/mds_client.c 	struct ceph_msg *msg;
ceph_msg         1073 fs/ceph/mds_client.c static struct ceph_msg *create_session_open_msg(struct ceph_mds_client *mdsc, u64 seq)
ceph_msg         1075 fs/ceph/mds_client.c 	struct ceph_msg *msg;
ceph_msg         1159 fs/ceph/mds_client.c 	struct ceph_msg *msg;
ceph_msg         1586 fs/ceph/mds_client.c 	struct ceph_msg *msg;
ceph_msg         1616 fs/ceph/mds_client.c 	struct ceph_msg *msg;
ceph_msg         1668 fs/ceph/mds_client.c 	struct ceph_msg *msg;
ceph_msg         1860 fs/ceph/mds_client.c 	struct ceph_msg *msg = NULL;
ceph_msg         2284 fs/ceph/mds_client.c static struct ceph_msg *create_request_message(struct ceph_mds_client *mdsc,
ceph_msg         2288 fs/ceph/mds_client.c 	struct ceph_msg *msg;
ceph_msg         2436 fs/ceph/mds_client.c 	struct ceph_msg *msg;
ceph_msg         2788 fs/ceph/mds_client.c static void handle_reply(struct ceph_mds_session *session, struct ceph_msg *msg)
ceph_msg         2991 fs/ceph/mds_client.c 			   struct ceph_msg *msg)
ceph_msg         3066 fs/ceph/mds_client.c 			   struct ceph_msg *msg)
ceph_msg         3254 fs/ceph/mds_client.c 	struct ceph_msg *reply;
ceph_msg         3577 fs/ceph/mds_client.c 	struct ceph_msg *reply;
ceph_msg         3864 fs/ceph/mds_client.c 			 struct ceph_msg *msg)
ceph_msg         3972 fs/ceph/mds_client.c 	struct ceph_msg *msg;
ceph_msg         4459 fs/ceph/mds_client.c void ceph_mdsc_handle_fsmap(struct ceph_mds_client *mdsc, struct ceph_msg *msg)
ceph_msg         4538 fs/ceph/mds_client.c void ceph_mdsc_handle_mdsmap(struct ceph_mds_client *mdsc, struct ceph_msg *msg)
ceph_msg         4631 fs/ceph/mds_client.c static void dispatch(struct ceph_connection *con, struct ceph_msg *msg)
ceph_msg         4748 fs/ceph/mds_client.c static struct ceph_msg *mds_alloc_msg(struct ceph_connection *con,
ceph_msg         4751 fs/ceph/mds_client.c 	struct ceph_msg *msg;
ceph_msg         4769 fs/ceph/mds_client.c static int mds_sign_message(struct ceph_msg *msg)
ceph_msg         4777 fs/ceph/mds_client.c static int mds_check_message_signature(struct ceph_msg *msg)
ceph_msg          271 fs/ceph/mds_client.h 	struct ceph_msg  *r_request;  /* original request */
ceph_msg          273 fs/ceph/mds_client.h 	struct ceph_msg  *r_reply;
ceph_msg          457 fs/ceph/mds_client.h 			     struct ceph_msg *msg, int mds);
ceph_msg          514 fs/ceph/mds_client.h 				    struct ceph_msg *msg);
ceph_msg          516 fs/ceph/mds_client.h 				   struct ceph_msg *msg);
ceph_msg           39 fs/ceph/quota.c 		       struct ceph_msg *msg)
ceph_msg          844 fs/ceph/snap.c 		      struct ceph_msg *msg)
ceph_msg          661 fs/ceph/super.c static int extra_mon_dispatch(struct ceph_client *client, struct ceph_msg *msg)
ceph_msg          871 fs/ceph/super.h 			     struct ceph_msg *msg);
ceph_msg         1035 fs/ceph/super.h 			     struct ceph_msg *msg);
ceph_msg         1171 fs/ceph/super.h 			      struct ceph_msg *msg);
ceph_msg           16 include/linux/ceph/auth.h struct ceph_msg;
ceph_msg           29 include/linux/ceph/auth.h 			    struct ceph_msg *msg);
ceph_msg           31 include/linux/ceph/auth.h 				       struct ceph_msg *msg);
ceph_msg           82 include/linux/ceph/auth.h 			    struct ceph_msg *msg);
ceph_msg           84 include/linux/ceph/auth.h 				       struct ceph_msg *msg);
ceph_msg          135 include/linux/ceph/auth.h 					 struct ceph_msg *msg)
ceph_msg          144 include/linux/ceph/auth.h 				      struct ceph_msg *msg)
ceph_msg          131 include/linux/ceph/libceph.h 	int (*extra_mon_dispatch)(struct ceph_client *, struct ceph_msg *);
ceph_msg           17 include/linux/ceph/messenger.h struct ceph_msg;
ceph_msg           28 include/linux/ceph/messenger.h 	void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m);
ceph_msg           47 include/linux/ceph/messenger.h 	struct ceph_msg * (*alloc_msg) (struct ceph_connection *con,
ceph_msg           51 include/linux/ceph/messenger.h 	void (*reencode_message) (struct ceph_msg *msg);
ceph_msg           53 include/linux/ceph/messenger.h 	int (*sign_message) (struct ceph_msg *msg);
ceph_msg           54 include/linux/ceph/messenger.h 	int (*check_message_signature) (struct ceph_msg *msg);
ceph_msg          297 include/linux/ceph/messenger.h 	struct ceph_msg *out_msg;        /* sending message (== tail of
ceph_msg          313 include/linux/ceph/messenger.h 	struct ceph_msg *in_msg;
ceph_msg          351 include/linux/ceph/messenger.h extern void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg);
ceph_msg          353 include/linux/ceph/messenger.h extern void ceph_msg_revoke(struct ceph_msg *msg);
ceph_msg          354 include/linux/ceph/messenger.h extern void ceph_msg_revoke_incoming(struct ceph_msg *msg);
ceph_msg          360 include/linux/ceph/messenger.h void ceph_msg_data_add_pages(struct ceph_msg *msg, struct page **pages,
ceph_msg          362 include/linux/ceph/messenger.h extern void ceph_msg_data_add_pagelist(struct ceph_msg *msg,
ceph_msg          365 include/linux/ceph/messenger.h void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos,
ceph_msg          368 include/linux/ceph/messenger.h void ceph_msg_data_add_bvecs(struct ceph_msg *msg,
ceph_msg          371 include/linux/ceph/messenger.h struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items,
ceph_msg          373 include/linux/ceph/messenger.h extern struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags,
ceph_msg          376 include/linux/ceph/messenger.h extern struct ceph_msg *ceph_msg_get(struct ceph_msg *msg);
ceph_msg          377 include/linux/ceph/messenger.h extern void ceph_msg_put(struct ceph_msg *msg);
ceph_msg          379 include/linux/ceph/messenger.h extern void ceph_msg_dump(struct ceph_msg *msg);
ceph_msg           61 include/linux/ceph/mon_client.h 	struct ceph_msg *request;  /* original request */
ceph_msg           62 include/linux/ceph/mon_client.h 	struct ceph_msg *reply;    /* and reply */
ceph_msg           78 include/linux/ceph/mon_client.h 	struct ceph_msg *m_auth, *m_auth_reply, *m_subscribe, *m_subscribe_ack;
ceph_msg           23 include/linux/ceph/msgpool.h struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, int front_len,
ceph_msg           25 include/linux/ceph/msgpool.h extern void ceph_msgpool_put(struct ceph_msgpool *, struct ceph_msg *);
ceph_msg           19 include/linux/ceph/osd_client.h struct ceph_msg;
ceph_msg          188 include/linux/ceph/osd_client.h 	struct ceph_msg  *r_request, *r_reply;
ceph_msg          387 include/linux/ceph/osd_client.h 				   struct ceph_msg *msg);
ceph_msg          389 include/linux/ceph/osd_client.h 				 struct ceph_msg *msg);
ceph_msg          805 net/ceph/auth_x.c static int calc_signature(struct ceph_x_authorizer *au, struct ceph_msg *msg,
ceph_msg          871 net/ceph/auth_x.c 			       struct ceph_msg *msg)
ceph_msg          890 net/ceph/auth_x.c 					  struct ceph_msg *msg)
ceph_msg          236 net/ceph/messenger.c 	ceph_msg_cache = KMEM_CACHE(ceph_msg, 0);
ceph_msg          627 net/ceph/messenger.c static void ceph_msg_remove(struct ceph_msg *msg)
ceph_msg          636 net/ceph/messenger.c 		struct ceph_msg *msg = list_first_entry(head, struct ceph_msg,
ceph_msg         1123 net/ceph/messenger.c static void ceph_msg_data_cursor_init(struct ceph_msg *msg, size_t length)
ceph_msg         1227 net/ceph/messenger.c static void prepare_message_data(struct ceph_msg *msg, u32 data_len)
ceph_msg         1240 net/ceph/messenger.c 	struct ceph_msg *m = con->out_msg;
ceph_msg         1263 net/ceph/messenger.c 	struct ceph_msg *m;
ceph_msg         1280 net/ceph/messenger.c 	m = list_first_entry(&con->out_queue, struct ceph_msg, list_head);
ceph_msg         1561 net/ceph/messenger.c 	struct ceph_msg *msg = con->out_msg;
ceph_msg         2268 net/ceph/messenger.c 	struct ceph_msg *m;
ceph_msg         2280 net/ceph/messenger.c 		m = list_first_entry(list, struct ceph_msg, list_head);
ceph_msg         2321 net/ceph/messenger.c 	struct ceph_msg *msg = con->in_msg;
ceph_msg         2367 net/ceph/messenger.c 	struct ceph_msg *m = con->in_msg;
ceph_msg         2528 net/ceph/messenger.c 	struct ceph_msg *msg = con->in_msg;
ceph_msg         3070 net/ceph/messenger.c static void msg_con_set(struct ceph_msg *msg, struct ceph_connection *con)
ceph_msg         3094 net/ceph/messenger.c void ceph_con_send(struct ceph_connection *con, struct ceph_msg *msg)
ceph_msg         3134 net/ceph/messenger.c void ceph_msg_revoke(struct ceph_msg *msg)
ceph_msg         3180 net/ceph/messenger.c void ceph_msg_revoke_incoming(struct ceph_msg *msg)
ceph_msg         3245 net/ceph/messenger.c static struct ceph_msg_data *ceph_msg_data_add(struct ceph_msg *msg)
ceph_msg         3261 net/ceph/messenger.c void ceph_msg_data_add_pages(struct ceph_msg *msg, struct page **pages,
ceph_msg         3280 net/ceph/messenger.c void ceph_msg_data_add_pagelist(struct ceph_msg *msg,
ceph_msg         3298 net/ceph/messenger.c void ceph_msg_data_add_bio(struct ceph_msg *msg, struct ceph_bio_iter *bio_pos,
ceph_msg         3313 net/ceph/messenger.c void ceph_msg_data_add_bvecs(struct ceph_msg *msg,
ceph_msg         3330 net/ceph/messenger.c struct ceph_msg *ceph_msg_new2(int type, int front_len, int max_data_items,
ceph_msg         3333 net/ceph/messenger.c 	struct ceph_msg *m;
ceph_msg         3386 net/ceph/messenger.c struct ceph_msg *ceph_msg_new(int type, int front_len, gfp_t flags,
ceph_msg         3400 net/ceph/messenger.c static int ceph_alloc_middle(struct ceph_connection *con, struct ceph_msg *msg)
ceph_msg         3435 net/ceph/messenger.c 	struct ceph_msg *msg;
ceph_msg         3482 net/ceph/messenger.c static void ceph_msg_free(struct ceph_msg *m)
ceph_msg         3492 net/ceph/messenger.c 	struct ceph_msg *m = container_of(kref, struct ceph_msg, kref);
ceph_msg         3515 net/ceph/messenger.c struct ceph_msg *ceph_msg_get(struct ceph_msg *msg)
ceph_msg         3524 net/ceph/messenger.c void ceph_msg_put(struct ceph_msg *msg)
ceph_msg         3532 net/ceph/messenger.c void ceph_msg_dump(struct ceph_msg *msg)
ceph_msg          261 net/ceph/mon_client.c 	struct ceph_msg *msg = monc->m_subscribe;
ceph_msg          310 net/ceph/mon_client.c 				 struct ceph_msg *msg)
ceph_msg          467 net/ceph/mon_client.c 				 struct ceph_msg *msg)
ceph_msg          633 net/ceph/mon_client.c static struct ceph_msg *get_generic_reply(struct ceph_connection *con,
ceph_msg          640 net/ceph/mon_client.c 	struct ceph_msg *m;
ceph_msg          666 net/ceph/mon_client.c 				struct ceph_msg *msg)
ceph_msg          744 net/ceph/mon_client.c 				     struct ceph_msg *msg)
ceph_msg          867 net/ceph/mon_client.c 			       struct ceph_msg *msg)
ceph_msg         1161 net/ceph/mon_client.c 			      struct ceph_msg *msg)
ceph_msg         1231 net/ceph/mon_client.c static void dispatch(struct ceph_connection *con, struct ceph_msg *msg)
ceph_msg         1283 net/ceph/mon_client.c static struct ceph_msg *mon_alloc_msg(struct ceph_connection *con,
ceph_msg         1290 net/ceph/mon_client.c 	struct ceph_msg *m = NULL;
ceph_msg           15 net/ceph/msgpool.c 	struct ceph_msg *msg;
ceph_msg           31 net/ceph/msgpool.c 	struct ceph_msg *msg = element;
ceph_msg           59 net/ceph/msgpool.c struct ceph_msg *ceph_msgpool_get(struct ceph_msgpool *pool, int front_len,
ceph_msg           62 net/ceph/msgpool.c 	struct ceph_msg *msg;
ceph_msg           81 net/ceph/msgpool.c void ceph_msgpool_put(struct ceph_msgpool *pool, struct ceph_msg *msg)
ceph_msg          553 net/ceph/osd_client.c 	struct ceph_msg *request_msg = req->r_request;
ceph_msg          554 net/ceph/osd_client.c 	struct ceph_msg *reply_msg = req->r_reply;
ceph_msg          617 net/ceph/osd_client.c 	struct ceph_msg *msg;
ceph_msg          956 net/ceph/osd_client.c static void ceph_osdc_msg_data_add(struct ceph_msg *msg,
ceph_msg         1941 net/ceph/osd_client.c 	struct ceph_msg *request_msg = req->r_request;
ceph_msg         1942 net/ceph/osd_client.c 	struct ceph_msg *reply_msg = req->r_reply;
ceph_msg         2042 net/ceph/osd_client.c 				   struct ceph_msg *msg)
ceph_msg         2118 net/ceph/osd_client.c static void encode_request_finish(struct ceph_msg *msg)
ceph_msg         2822 net/ceph/osd_client.c 			struct ceph_msg *msg; /* for ceph_msg_put() */
ceph_msg         3513 net/ceph/osd_client.c static int decode_MOSDOpReply(const struct ceph_msg *msg, struct MOSDOpReply *m)
ceph_msg         3593 net/ceph/osd_client.c static void handle_reply(struct ceph_osd *osd, struct ceph_msg *msg)
ceph_msg         3955 net/ceph/osd_client.c void ceph_osdc_handle_map(struct ceph_osd_client *osdc, struct ceph_msg *msg)
ceph_msg         4128 net/ceph/osd_client.c static int decode_MOSDBackoff(const struct ceph_msg *msg, struct MOSDBackoff *m)
ceph_msg         4178 net/ceph/osd_client.c static struct ceph_msg *create_backoff_message(
ceph_msg         4182 net/ceph/osd_client.c 	struct ceph_msg *msg;
ceph_msg         4220 net/ceph/osd_client.c 	struct ceph_msg *msg;
ceph_msg         4333 net/ceph/osd_client.c static void handle_backoff(struct ceph_osd *osd, struct ceph_msg *msg)
ceph_msg         4378 net/ceph/osd_client.c 				struct ceph_msg *msg)
ceph_msg         5408 net/ceph/osd_client.c static void dispatch(struct ceph_connection *con, struct ceph_msg *msg)
ceph_msg         5441 net/ceph/osd_client.c static struct ceph_msg *get_reply(struct ceph_connection *con,
ceph_msg         5447 net/ceph/osd_client.c 	struct ceph_msg *m = NULL;
ceph_msg         5503 net/ceph/osd_client.c static struct ceph_msg *alloc_msg_with_page_vector(struct ceph_msg_header *hdr)
ceph_msg         5505 net/ceph/osd_client.c 	struct ceph_msg *m;
ceph_msg         5530 net/ceph/osd_client.c static struct ceph_msg *alloc_msg(struct ceph_connection *con,
ceph_msg         5635 net/ceph/osd_client.c static void osd_reencode_message(struct ceph_msg *msg)
ceph_msg         5643 net/ceph/osd_client.c static int osd_sign_message(struct ceph_msg *msg)
ceph_msg         5651 net/ceph/osd_client.c static int osd_check_message_signature(struct ceph_msg *msg)