Lines Matching refs:hashval

751 	btree[0].hashval = cpu_to_be32(blk1->hashval);  in xfs_da3_root_split()
753 btree[1].hashval = cpu_to_be32(blk2->hashval); in xfs_da3_root_split()
909 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_rebalance()
910 (be32_to_cpu(btree2[nodehdr2.count - 1].hashval) < in xfs_da3_node_rebalance()
911 be32_to_cpu(btree1[nodehdr1.count - 1].hashval)))) { in xfs_da3_node_rebalance()
1001 blk1->hashval = be32_to_cpu(btree1[nodehdr1.count - 1].hashval); in xfs_da3_node_rebalance()
1002 blk2->hashval = be32_to_cpu(btree2[nodehdr2.count - 1].hashval); in xfs_da3_node_rebalance()
1048 btree[oldblk->index].hashval = cpu_to_be32(newblk->hashval); in xfs_da3_node_add()
1063 oldblk->hashval = be32_to_cpu(btree[nodehdr.count - 1].hashval); in xfs_da3_node_add()
1387 return be32_to_cpu(nodehdr.btree[nodehdr.count - 1].hashval); in xfs_da3_node_lasthash()
1434 if (be32_to_cpu(btree[blk->index].hashval) == lasthash) in xfs_da3_fixhashpath()
1436 blk->hashval = lasthash; in xfs_da3_fixhashpath()
1437 btree[blk->index].hashval = cpu_to_be32(lasthash); in xfs_da3_fixhashpath()
1442 lasthash = be32_to_cpu(btree[nodehdr.count - 1].hashval); in xfs_da3_fixhashpath()
1492 drop_blk->hashval = be32_to_cpu(btree[index - 1].hashval); in xfs_da3_node_remove()
1530 if ((be32_to_cpu(drop_btree[0].hashval) < in xfs_da3_node_unbalance()
1531 be32_to_cpu(save_btree[0].hashval)) || in xfs_da3_node_unbalance()
1532 (be32_to_cpu(drop_btree[drop_hdr.count - 1].hashval) < in xfs_da3_node_unbalance()
1533 be32_to_cpu(save_btree[save_hdr.count - 1].hashval))) { in xfs_da3_node_unbalance()
1565 save_blk->hashval = be32_to_cpu(save_btree[save_hdr.count - 1].hashval); in xfs_da3_node_unbalance()
1595 xfs_dahash_t hashval; in xfs_da3_node_lookup_int() local
1633 blk->hashval = xfs_attr_leaf_lasthash(blk->bp, NULL); in xfs_da3_node_lookup_int()
1640 blk->hashval = xfs_dir2_leaf_lasthash(args->dp, in xfs_da3_node_lookup_int()
1675 blk->hashval = be32_to_cpu(btree[max - 1].hashval); in xfs_da3_node_lookup_int()
1681 hashval = args->hashval; in xfs_da3_node_lookup_int()
1684 btreehashval = be32_to_cpu(btree[probe].hashval); in xfs_da3_node_lookup_int()
1685 if (btreehashval < hashval) in xfs_da3_node_lookup_int()
1687 else if (btreehashval > hashval) in xfs_da3_node_lookup_int()
1694 (be32_to_cpu(btree[probe].hashval) == hashval)); in xfs_da3_node_lookup_int()
1701 be32_to_cpu(btree[probe].hashval) >= hashval) { in xfs_da3_node_lookup_int()
1705 be32_to_cpu(btree[probe].hashval) < hashval) { in xfs_da3_node_lookup_int()
1747 (blk->hashval == args->hashval)) { in xfs_da3_node_lookup_int()
1793 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_order()
1794 (be32_to_cpu(btree2[node2hdr.count - 1].hashval) < in xfs_da3_node_order()
1795 be32_to_cpu(btree1[node1hdr.count - 1].hashval)))) { in xfs_da3_node_order()
2073 blk->hashval = be32_to_cpu(btree[nodehdr.count - 1].hashval); in xfs_da3_path_shift()
2085 blk->hashval = xfs_attr_leaf_lasthash(blk->bp, NULL); in xfs_da3_path_shift()
2092 blk->hashval = xfs_dir2_leaf_lasthash(args->dp, in xfs_da3_path_shift()
2334 dead_hash = be32_to_cpu(ents[leafhdr.count - 1].hashval); in xfs_da3_swap_lastblock()
2342 dead_hash = be32_to_cpu(btree[deadhdr.count - 1].hashval); in xfs_da3_swap_lastblock()
2405 be32_to_cpu(btree[entno].hashval) < dead_hash; in xfs_da3_swap_lastblock()