Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c174 struct xfs_da3_intnode *to3 = (struct xfs_da3_intnode *)to; in xfs_da3_node_hdr_to_disk() local
177 to3->hdr.info.hdr.forw = cpu_to_be32(from->forw); in xfs_da3_node_hdr_to_disk()
178 to3->hdr.info.hdr.back = cpu_to_be32(from->back); in xfs_da3_node_hdr_to_disk()
179 to3->hdr.info.hdr.magic = cpu_to_be16(from->magic); in xfs_da3_node_hdr_to_disk()
180 to3->hdr.__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk()
181 to3->hdr.__level = cpu_to_be16(from->level); in xfs_da3_node_hdr_to_disk()