Searched refs:from3 (Results 1 – 1 of 1) sorted by relevance
147 struct xfs_da3_intnode *from3 = (struct xfs_da3_intnode *)from; in xfs_da3_node_hdr_from_disk() local149 to->forw = be32_to_cpu(from3->hdr.info.hdr.forw); in xfs_da3_node_hdr_from_disk()150 to->back = be32_to_cpu(from3->hdr.info.hdr.back); in xfs_da3_node_hdr_from_disk()151 to->magic = be16_to_cpu(from3->hdr.info.hdr.magic); in xfs_da3_node_hdr_from_disk()152 to->count = be16_to_cpu(from3->hdr.__count); in xfs_da3_node_hdr_from_disk()153 to->level = be16_to_cpu(from3->hdr.__level); in xfs_da3_node_hdr_from_disk()154 to->btree = from3->__btree; in xfs_da3_node_hdr_from_disk()