Lines Matching refs:btree2
883 struct xfs_da_node_entry *btree2; in xfs_da3_node_rebalance() local
901 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
908 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_rebalance()
909 (be32_to_cpu(btree2[nodehdr2.count - 1].hashval) < in xfs_da3_node_rebalance()
915 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
933 btree_s = &btree2[0]; in xfs_da3_node_rebalance()
934 btree_d = &btree2[count]; in xfs_da3_node_rebalance()
945 btree_d = &btree2[0]; in xfs_da3_node_rebalance()
955 btree_s = &btree2[0]; in xfs_da3_node_rebalance()
968 btree_s = &btree2[count]; in xfs_da3_node_rebalance()
969 btree_d = &btree2[0]; in xfs_da3_node_rebalance()
986 (sizeof(btree2[0]) * nodehdr2.count))); in xfs_da3_node_rebalance()
998 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
1001 blk2->hashval = be32_to_cpu(btree2[nodehdr2.count - 1].hashval); in xfs_da3_node_rebalance()
1780 struct xfs_da_node_entry *btree2; in xfs_da3_node_order() local
1789 btree2 = node2hdr.btree; in xfs_da3_node_order()
1792 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_order()
1793 (be32_to_cpu(btree2[node2hdr.count - 1].hashval) < in xfs_da3_node_order()