Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_da_btree.c560 struct xfs_da3_icnode_hdr icnodehdr; in xfs_da3_root_split() local
562 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()
Dxfs_attr_leaf.c1066 struct xfs_da3_icnode_hdr icnodehdr; in xfs_attr3_leaf_to_node() local
1105 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()