Searched refs:icnodehdr (Results 1 – 2 of 2) sorted by relevance
546 struct xfs_da3_icnode_hdr icnodehdr; in xfs_da3_root_split() local548 dp->d_ops->node_hdr_from_disk(&icnodehdr, oldroot); in xfs_da3_root_split()550 size = (int)((char *)&btree[icnodehdr.count] - (char *)oldroot); in xfs_da3_root_split()551 level = icnodehdr.level; in xfs_da3_root_split()
970 struct xfs_da3_icnode_hdr icnodehdr; in xfs_attr3_leaf_to_node() local1009 dp->d_ops->node_hdr_from_disk(&icnodehdr, node); in xfs_attr3_leaf_to_node()1019 icnodehdr.count = 1; in xfs_attr3_leaf_to_node()1020 dp->d_ops->node_hdr_to_disk(node, &icnodehdr); in xfs_attr3_leaf_to_node()