ceph_mds_reply_head
struct ceph_mds_reply_head *head = msg->front.iov_base;
p = msg->front.iov_base + sizeof(struct ceph_mds_reply_head);
end = p + msg->front.iov_len - sizeof(struct ceph_mds_reply_head);
struct ceph_mds_reply_head *head;