Lines Matching refs:btree2
937 struct xfs_da_node_entry *btree2; in xfs_da3_node_rebalance() local
955 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
962 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_rebalance()
963 (be32_to_cpu(btree2[nodehdr2.count - 1].hashval) < in xfs_da3_node_rebalance()
969 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
987 btree_s = &btree2[0]; in xfs_da3_node_rebalance()
988 btree_d = &btree2[count]; in xfs_da3_node_rebalance()
999 btree_d = &btree2[0]; in xfs_da3_node_rebalance()
1009 btree_s = &btree2[0]; in xfs_da3_node_rebalance()
1022 btree_s = &btree2[count]; in xfs_da3_node_rebalance()
1023 btree_d = &btree2[0]; in xfs_da3_node_rebalance()
1040 (sizeof(btree2[0]) * nodehdr2.count))); in xfs_da3_node_rebalance()
1052 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
1055 blk2->hashval = be32_to_cpu(btree2[nodehdr2.count - 1].hashval); in xfs_da3_node_rebalance()
1871 struct xfs_da_node_entry *btree2; in xfs_da3_node_order() local
1880 btree2 = node2hdr.btree; in xfs_da3_node_order()
1883 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_order()
1884 (be32_to_cpu(btree2[node2hdr.count - 1].hashval) < in xfs_da3_node_order()