Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c73 struct xfs_dir3_leaf *to3 = (struct xfs_dir3_leaf *)to; in xfs_dir2_leaf_hdr_to_disk() local
78 to3->hdr.info.hdr.forw = cpu_to_be32(from->forw); in xfs_dir2_leaf_hdr_to_disk()
79 to3->hdr.info.hdr.back = cpu_to_be32(from->back); in xfs_dir2_leaf_hdr_to_disk()
80 to3->hdr.info.hdr.magic = cpu_to_be16(from->magic); in xfs_dir2_leaf_hdr_to_disk()
81 to3->hdr.count = cpu_to_be16(from->count); in xfs_dir2_leaf_hdr_to_disk()
82 to3->hdr.stale = cpu_to_be16(from->stale); in xfs_dir2_leaf_hdr_to_disk()
H A Dxfs_dir2_node.c281 struct xfs_dir3_free *to3 = (struct xfs_dir3_free *)to; in xfs_dir2_free_hdr_to_disk() local
285 to3->hdr.hdr.magic = cpu_to_be32(from->magic); in xfs_dir2_free_hdr_to_disk()
286 to3->hdr.firstdb = cpu_to_be32(from->firstdb); in xfs_dir2_free_hdr_to_disk()
287 to3->hdr.nvalid = cpu_to_be32(from->nvalid); in xfs_dir2_free_hdr_to_disk()
288 to3->hdr.nused = cpu_to_be32(from->nused); in xfs_dir2_free_hdr_to_disk()
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()