Home
last modified time | relevance | path

Searched refs:icnodehdr (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_da_btree.c578 struct xfs_da3_icnode_hdr icnodehdr; in xfs_da3_root_split() local
580 dp->d_ops->node_hdr_from_disk(&icnodehdr, oldroot); in xfs_da3_root_split()
582 size = (int)((char *)&btree[icnodehdr.count] - (char *)oldroot); in xfs_da3_root_split()
583 level = icnodehdr.level; in xfs_da3_root_split()
Dxfs_attr_leaf.c1084 struct xfs_da3_icnode_hdr icnodehdr; in xfs_attr3_leaf_to_node() local
1123 dp->d_ops->node_hdr_from_disk(&icnodehdr, node); in xfs_attr3_leaf_to_node()
1133 icnodehdr.count = 1; in xfs_attr3_leaf_to_node()
1134 dp->d_ops->node_hdr_to_disk(node, &icnodehdr); in xfs_attr3_leaf_to_node()