Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_dir2_leaf.c41 struct xfs_dir3_leaf *from3 = (struct xfs_dir3_leaf *)from; in xfs_dir2_leaf_hdr_from_disk() local
43 to->forw = be32_to_cpu(from3->hdr.info.hdr.forw); in xfs_dir2_leaf_hdr_from_disk()
44 to->back = be32_to_cpu(from3->hdr.info.hdr.back); in xfs_dir2_leaf_hdr_from_disk()
45 to->magic = be16_to_cpu(from3->hdr.info.hdr.magic); in xfs_dir2_leaf_hdr_from_disk()
46 to->count = be16_to_cpu(from3->hdr.count); in xfs_dir2_leaf_hdr_from_disk()
47 to->stale = be16_to_cpu(from3->hdr.stale); in xfs_dir2_leaf_hdr_from_disk()
48 to->ents = from3->__ents; in xfs_dir2_leaf_hdr_from_disk()
Dxfs_dir2_node.c251 struct xfs_dir3_free *from3 = (struct xfs_dir3_free *)from; in xfs_dir2_free_hdr_from_disk() local
253 to->magic = be32_to_cpu(from3->hdr.hdr.magic); in xfs_dir2_free_hdr_from_disk()
254 to->firstdb = be32_to_cpu(from3->hdr.firstdb); in xfs_dir2_free_hdr_from_disk()
255 to->nvalid = be32_to_cpu(from3->hdr.nvalid); in xfs_dir2_free_hdr_from_disk()
256 to->nused = be32_to_cpu(from3->hdr.nused); in xfs_dir2_free_hdr_from_disk()
257 to->bests = from3->bests; in xfs_dir2_free_hdr_from_disk()
Dxfs_da_btree.c133 struct xfs_da3_intnode *from3 = (struct xfs_da3_intnode *)from; in xfs_da3_node_hdr_from_disk() local
135 to->forw = be32_to_cpu(from3->hdr.info.hdr.forw); in xfs_da3_node_hdr_from_disk()
136 to->back = be32_to_cpu(from3->hdr.info.hdr.back); in xfs_da3_node_hdr_from_disk()
137 to->magic = be16_to_cpu(from3->hdr.info.hdr.magic); in xfs_da3_node_hdr_from_disk()
138 to->count = be16_to_cpu(from3->hdr.__count); in xfs_da3_node_hdr_from_disk()
139 to->level = be16_to_cpu(from3->hdr.__level); in xfs_da3_node_hdr_from_disk()
140 to->btree = from3->__btree; in xfs_da3_node_hdr_from_disk()