Lines Matching refs:ceph_msg
250 struct ceph_msg *msg = monc->m_subscribe; in __send_subscribe()
299 struct ceph_msg *msg) in handle_subscribe_ack()
456 struct ceph_msg *msg) in ceph_monc_handle_map()
621 static struct ceph_msg *get_generic_reply(struct ceph_connection *con, in get_generic_reply()
628 struct ceph_msg *m; in get_generic_reply()
654 struct ceph_msg *msg) in handle_statfs_reply()
732 struct ceph_msg *msg) in handle_get_version_reply()
855 struct ceph_msg *msg) in handle_command_ack()
1140 struct ceph_msg *msg) in handle_auth_reply()
1210 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch()
1262 static struct ceph_msg *mon_alloc_msg(struct ceph_connection *con, in mon_alloc_msg()
1269 struct ceph_msg *m = NULL; in mon_alloc_msg()