Searched refs:icnodehdr (Results 1 – 2 of 2) sorted by relevance
1217 struct xfs_da3_icnode_hdr icnodehdr; in xfs_attr3_leaf_to_node() local1257 xfs_da3_node_hdr_from_disk(mp, &icnodehdr, node); in xfs_attr3_leaf_to_node()1264 icnodehdr.btree[0].hashval = entries[icleafhdr.count - 1].hashval; in xfs_attr3_leaf_to_node()1265 icnodehdr.btree[0].before = cpu_to_be32(blkno); in xfs_attr3_leaf_to_node()1266 icnodehdr.count = 1; in xfs_attr3_leaf_to_node()1267 xfs_da3_node_hdr_to_disk(dp->i_mount, node, &icnodehdr); in xfs_attr3_leaf_to_node()
761 struct xfs_da3_icnode_hdr icnodehdr; in xfs_da3_root_split() local763 xfs_da3_node_hdr_from_disk(dp->i_mount, &icnodehdr, oldroot); in xfs_da3_root_split()764 btree = icnodehdr.btree; in xfs_da3_root_split()765 size = (int)((char *)&btree[icnodehdr.count] - (char *)oldroot); in xfs_da3_root_split()766 level = icnodehdr.level; in xfs_da3_root_split()