Searched refs:from3 (Results 1 – 3 of 3) sorted by relevance
42 struct xfs_dir3_leaf *from3 = (struct xfs_dir3_leaf *)from; in xfs_dir2_leaf_hdr_from_disk() local44 to->forw = be32_to_cpu(from3->hdr.info.hdr.forw); in xfs_dir2_leaf_hdr_from_disk()45 to->back = be32_to_cpu(from3->hdr.info.hdr.back); in xfs_dir2_leaf_hdr_from_disk()46 to->magic = be16_to_cpu(from3->hdr.info.hdr.magic); in xfs_dir2_leaf_hdr_from_disk()47 to->count = be16_to_cpu(from3->hdr.count); in xfs_dir2_leaf_hdr_from_disk()48 to->stale = be16_to_cpu(from3->hdr.stale); in xfs_dir2_leaf_hdr_from_disk()49 to->ents = from3->__ents; in xfs_dir2_leaf_hdr_from_disk()
254 struct xfs_dir3_free *from3 = (struct xfs_dir3_free *)from; in xfs_dir2_free_hdr_from_disk() local256 to->magic = be32_to_cpu(from3->hdr.hdr.magic); in xfs_dir2_free_hdr_from_disk()257 to->firstdb = be32_to_cpu(from3->hdr.firstdb); in xfs_dir2_free_hdr_from_disk()258 to->nvalid = be32_to_cpu(from3->hdr.nvalid); in xfs_dir2_free_hdr_from_disk()259 to->nused = be32_to_cpu(from3->hdr.nused); in xfs_dir2_free_hdr_from_disk()260 to->bests = from3->bests; in xfs_dir2_free_hdr_from_disk()
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()
Completed in 14 milliseconds