Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_da_btree.c884 struct xfs_da_node_entry *btree2; in xfs_da3_node_rebalance() local
902 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
909 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_rebalance()
910 (be32_to_cpu(btree2[nodehdr2.count - 1].hashval) < in xfs_da3_node_rebalance()
916 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
934 btree_s = &btree2[0]; in xfs_da3_node_rebalance()
935 btree_d = &btree2[count]; in xfs_da3_node_rebalance()
946 btree_d = &btree2[0]; in xfs_da3_node_rebalance()
956 btree_s = &btree2[0]; in xfs_da3_node_rebalance()
969 btree_s = &btree2[count]; in xfs_da3_node_rebalance()
[all …]