Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/libxfs/
Dxfs_da_btree.c887 struct xfs_da3_icnode_hdr nodehdr2; in xfs_da3_node_rebalance() local
899 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr2, node2); in xfs_da3_node_rebalance()
901 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
907 if (nodehdr1.count > 0 && nodehdr2.count > 0 && in xfs_da3_node_rebalance()
909 (be32_to_cpu(btree2[nodehdr2.count - 1].hashval) < in xfs_da3_node_rebalance()
913 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr2, node2); in xfs_da3_node_rebalance()
915 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
919 count = (nodehdr1.count - nodehdr2.count) / 2; in xfs_da3_node_rebalance()
930 tmp = nodehdr2.count; in xfs_da3_node_rebalance()
942 nodehdr2.count += count; in xfs_da3_node_rebalance()
[all …]