Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c888 struct xfs_da3_icnode_hdr nodehdr2; in xfs_da3_node_rebalance() local
900 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr2, node2); in xfs_da3_node_rebalance()
902 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
908 if (nodehdr1.count > 0 && nodehdr2.count > 0 && in xfs_da3_node_rebalance()
910 (be32_to_cpu(btree2[nodehdr2.count - 1].hashval) < in xfs_da3_node_rebalance()
914 xfs_da3_node_hdr_from_disk(dp->i_mount, &nodehdr2, node2); in xfs_da3_node_rebalance()
916 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
920 count = (nodehdr1.count - nodehdr2.count) / 2; in xfs_da3_node_rebalance()
931 tmp = nodehdr2.count; in xfs_da3_node_rebalance()
943 nodehdr2.count += count; in xfs_da3_node_rebalance()
[all …]