Lines Matching refs:btree2
883 struct xfs_da_node_entry *btree2;
901 btree2 = nodehdr2.btree;
908 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) ||
909 (be32_to_cpu(btree2[nodehdr2.count - 1].hashval) <
915 btree2 = nodehdr2.btree;
933 btree_s = &btree2[0];
934 btree_d = &btree2[count];
945 btree_d = &btree2[0];
955 btree_s = &btree2[0];
968 btree_s = &btree2[count];
969 btree_d = &btree2[0];
986 (sizeof(btree2[0]) * nodehdr2.count)));
998 btree2 = nodehdr2.btree;
1001 blk2->hashval = be32_to_cpu(btree2[nodehdr2.count - 1].hashval);
1780 struct xfs_da_node_entry *btree2;
1789 btree2 = node2hdr.btree;
1792 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) ||
1793 (be32_to_cpu(btree2[node2hdr.count - 1].hashval) <