Lines Matching refs:btree2
869 struct xfs_da_node_entry *btree2; in xfs_da3_node_rebalance() local
887 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
894 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_rebalance()
895 (be32_to_cpu(btree2[nodehdr2.count - 1].hashval) < in xfs_da3_node_rebalance()
903 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
921 btree_s = &btree2[0]; in xfs_da3_node_rebalance()
922 btree_d = &btree2[count]; in xfs_da3_node_rebalance()
933 btree_d = &btree2[0]; in xfs_da3_node_rebalance()
943 btree_s = &btree2[0]; in xfs_da3_node_rebalance()
956 btree_s = &btree2[count]; in xfs_da3_node_rebalance()
957 btree_d = &btree2[0]; in xfs_da3_node_rebalance()
974 (sizeof(btree2[0]) * nodehdr2.count))); in xfs_da3_node_rebalance()
986 btree2 = nodehdr2.btree; in xfs_da3_node_rebalance()
989 blk2->hashval = be32_to_cpu(btree2[nodehdr2.count - 1].hashval); in xfs_da3_node_rebalance()
1768 struct xfs_da_node_entry *btree2; in xfs_da3_node_order() local
1777 btree2 = node2hdr.btree; in xfs_da3_node_order()
1780 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_order()
1781 (be32_to_cpu(btree2[node2hdr.count - 1].hashval) < in xfs_da3_node_order()