Lines Matching refs:btree1
868 struct xfs_da_node_entry *btree1; in xfs_da3_node_rebalance() local
886 btree1 = nodehdr1.btree; in xfs_da3_node_rebalance()
894 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_rebalance()
896 be32_to_cpu(btree1[nodehdr1.count - 1].hashval)))) { in xfs_da3_node_rebalance()
902 btree1 = nodehdr1.btree; in xfs_da3_node_rebalance()
932 btree_s = &btree1[nodehdr1.count - count]; in xfs_da3_node_rebalance()
944 btree_d = &btree1[nodehdr1.count]; in xfs_da3_node_rebalance()
985 btree1 = nodehdr1.btree; in xfs_da3_node_rebalance()
988 blk1->hashval = be32_to_cpu(btree1[nodehdr1.count - 1].hashval); in xfs_da3_node_rebalance()
1767 struct xfs_da_node_entry *btree1; in xfs_da3_node_order() local
1776 btree1 = node1hdr.btree; in xfs_da3_node_order()
1780 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_order()
1782 be32_to_cpu(btree1[node1hdr.count - 1].hashval)))) { in xfs_da3_node_order()