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