Lines Matching refs:btree2
868 struct xfs_da_node_entry *btree2; in xfs_da3_node_rebalance() local
886 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
893 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_rebalance()
894 (be32_to_cpu(btree2[nodehdr2.count - 1].hashval) < in xfs_da3_node_rebalance()
900 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
918 btree_s = &btree2[0]; in xfs_da3_node_rebalance()
919 btree_d = &btree2[count]; in xfs_da3_node_rebalance()
930 btree_d = &btree2[0]; in xfs_da3_node_rebalance()
940 btree_s = &btree2[0]; in xfs_da3_node_rebalance()
953 btree_s = &btree2[count]; in xfs_da3_node_rebalance()
954 btree_d = &btree2[0]; in xfs_da3_node_rebalance()
971 (sizeof(btree2[0]) * nodehdr2.count))); in xfs_da3_node_rebalance()
983 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
986 blk2->hashval = be32_to_cpu(btree2[nodehdr2.count - 1].hashval); in xfs_da3_node_rebalance()
1765 struct xfs_da_node_entry *btree2; in xfs_da3_node_order() local
1774 btree2 = node2hdr.btree; in xfs_da3_node_order()
1777 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_order()
1778 (be32_to_cpu(btree2[node2hdr.count - 1].hashval) < in xfs_da3_node_order()