Lines Matching refs:btree1
882 struct xfs_da_node_entry *btree1;
900 btree1 = nodehdr1.btree;
908 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) ||
910 be32_to_cpu(btree1[nodehdr1.count - 1].hashval)))) {
914 btree1 = nodehdr1.btree;
944 btree_s = &btree1[nodehdr1.count - count];
956 btree_d = &btree1[nodehdr1.count];
997 btree1 = nodehdr1.btree;
1000 blk1->hashval = be32_to_cpu(btree1[nodehdr1.count - 1].hashval);
1779 struct xfs_da_node_entry *btree1;
1788 btree1 = node1hdr.btree;
1792 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) ||
1794 be32_to_cpu(btree1[node1hdr.count - 1].hashval)))) {