Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_dir2_leaf.c72 struct xfs_dir3_leaf *to3 = (struct xfs_dir3_leaf *)to; in xfs_dir2_leaf_hdr_to_disk() local
77 to3->hdr.info.hdr.forw = cpu_to_be32(from->forw); in xfs_dir2_leaf_hdr_to_disk()
78 to3->hdr.info.hdr.back = cpu_to_be32(from->back); in xfs_dir2_leaf_hdr_to_disk()
79 to3->hdr.info.hdr.magic = cpu_to_be16(from->magic); in xfs_dir2_leaf_hdr_to_disk()
80 to3->hdr.count = cpu_to_be16(from->count); in xfs_dir2_leaf_hdr_to_disk()
81 to3->hdr.stale = cpu_to_be16(from->stale); in xfs_dir2_leaf_hdr_to_disk()
Dxfs_dir2_node.c278 struct xfs_dir3_free *to3 = (struct xfs_dir3_free *)to; in xfs_dir2_free_hdr_to_disk() local
282 to3->hdr.hdr.magic = cpu_to_be32(from->magic); in xfs_dir2_free_hdr_to_disk()
283 to3->hdr.firstdb = cpu_to_be32(from->firstdb); in xfs_dir2_free_hdr_to_disk()
284 to3->hdr.nvalid = cpu_to_be32(from->nvalid); in xfs_dir2_free_hdr_to_disk()
285 to3->hdr.nused = cpu_to_be32(from->nused); in xfs_dir2_free_hdr_to_disk()
Dxfs_da_btree.c160 struct xfs_da3_intnode *to3 = (struct xfs_da3_intnode *)to; in xfs_da3_node_hdr_to_disk() local
163 to3->hdr.info.hdr.forw = cpu_to_be32(from->forw); in xfs_da3_node_hdr_to_disk()
164 to3->hdr.info.hdr.back = cpu_to_be32(from->back); in xfs_da3_node_hdr_to_disk()
165 to3->hdr.info.hdr.magic = cpu_to_be16(from->magic); in xfs_da3_node_hdr_to_disk()
166 to3->hdr.__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk()
167 to3->hdr.__level = cpu_to_be16(from->level); in xfs_da3_node_hdr_to_disk()