Searched refs:icnodehdr (Results 1 – 2 of 2) sorted by relevance
547 struct xfs_da3_icnode_hdr icnodehdr; in xfs_da3_root_split() local549 dp->d_ops->node_hdr_from_disk(&icnodehdr, oldroot); in xfs_da3_root_split()551 size = (int)((char *)&btree[icnodehdr.count] - (char *)oldroot); in xfs_da3_root_split()552 level = icnodehdr.level; in xfs_da3_root_split()
964 struct xfs_da3_icnode_hdr icnodehdr; in xfs_attr3_leaf_to_node() local1003 dp->d_ops->node_hdr_from_disk(&icnodehdr, node); in xfs_attr3_leaf_to_node()1013 icnodehdr.count = 1; in xfs_attr3_leaf_to_node()1014 dp->d_ops->node_hdr_to_disk(node, &icnodehdr); in xfs_attr3_leaf_to_node()