Lines Matching refs:btree1
936 struct xfs_da_node_entry *btree1; in xfs_da3_node_rebalance() local
954 btree1 = nodehdr1.btree; in xfs_da3_node_rebalance()
962 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_rebalance()
964 be32_to_cpu(btree1[nodehdr1.count - 1].hashval)))) { in xfs_da3_node_rebalance()
968 btree1 = nodehdr1.btree; in xfs_da3_node_rebalance()
998 btree_s = &btree1[nodehdr1.count - count]; in xfs_da3_node_rebalance()
1010 btree_d = &btree1[nodehdr1.count]; in xfs_da3_node_rebalance()
1051 btree1 = nodehdr1.btree; in xfs_da3_node_rebalance()
1054 blk1->hashval = be32_to_cpu(btree1[nodehdr1.count - 1].hashval); in xfs_da3_node_rebalance()
1870 struct xfs_da_node_entry *btree1; in xfs_da3_node_order() local
1879 btree1 = node1hdr.btree; in xfs_da3_node_order()
1883 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_order()
1885 be32_to_cpu(btree1[node1hdr.count - 1].hashval)))) { in xfs_da3_node_order()