Searched refs:icnodehdr (Results 1 – 2 of 2) sorted by relevance
560 struct xfs_da3_icnode_hdr icnodehdr; in xfs_da3_root_split() local562 dp->d_ops->node_hdr_from_disk(&icnodehdr, oldroot); in xfs_da3_root_split()564 size = (int)((char *)&btree[icnodehdr.count] - (char *)oldroot); in xfs_da3_root_split()565 level = icnodehdr.level; in xfs_da3_root_split()
1066 struct xfs_da3_icnode_hdr icnodehdr; in xfs_attr3_leaf_to_node() local1105 dp->d_ops->node_hdr_from_disk(&icnodehdr, node); in xfs_attr3_leaf_to_node()1115 icnodehdr.count = 1; in xfs_attr3_leaf_to_node()1116 dp->d_ops->node_hdr_to_disk(node, &icnodehdr); in xfs_attr3_leaf_to_node()