Lines Matching refs:hashval
611 btree[0].hashval = cpu_to_be32(blk1->hashval); in xfs_da3_root_split()
613 btree[1].hashval = cpu_to_be32(blk2->hashval); in xfs_da3_root_split()
770 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_rebalance()
771 (be32_to_cpu(btree2[nodehdr2.count - 1].hashval) < in xfs_da3_node_rebalance()
772 be32_to_cpu(btree1[nodehdr1.count - 1].hashval)))) { in xfs_da3_node_rebalance()
863 blk1->hashval = be32_to_cpu(btree1[nodehdr1.count - 1].hashval); in xfs_da3_node_rebalance()
864 blk2->hashval = be32_to_cpu(btree2[nodehdr2.count - 1].hashval); in xfs_da3_node_rebalance()
910 btree[oldblk->index].hashval = cpu_to_be32(newblk->hashval); in xfs_da3_node_add()
924 oldblk->hashval = be32_to_cpu(btree[nodehdr.count - 1].hashval); in xfs_da3_node_add()
1255 return be32_to_cpu(btree[nodehdr.count - 1].hashval); in xfs_da3_node_lasthash()
1302 if (be32_to_cpu(btree[blk->index].hashval) == lasthash) in xfs_da3_fixhashpath()
1304 blk->hashval = lasthash; in xfs_da3_fixhashpath()
1305 btree[blk->index].hashval = cpu_to_be32(lasthash); in xfs_da3_fixhashpath()
1310 lasthash = be32_to_cpu(btree[nodehdr.count - 1].hashval); in xfs_da3_fixhashpath()
1360 drop_blk->hashval = be32_to_cpu(btree[index - 1].hashval); in xfs_da3_node_remove()
1398 if ((be32_to_cpu(drop_btree[0].hashval) < in xfs_da3_node_unbalance()
1399 be32_to_cpu(save_btree[0].hashval)) || in xfs_da3_node_unbalance()
1400 (be32_to_cpu(drop_btree[drop_hdr.count - 1].hashval) < in xfs_da3_node_unbalance()
1401 be32_to_cpu(save_btree[save_hdr.count - 1].hashval))) { in xfs_da3_node_unbalance()
1433 save_blk->hashval = be32_to_cpu(save_btree[save_hdr.count - 1].hashval); in xfs_da3_node_unbalance()
1463 xfs_dahash_t hashval; in xfs_da3_node_lookup_int() local
1499 blk->hashval = xfs_attr_leaf_lasthash(blk->bp, NULL); in xfs_da3_node_lookup_int()
1506 blk->hashval = xfs_dir2_leafn_lasthash(args->dp, in xfs_da3_node_lookup_int()
1522 blk->hashval = be32_to_cpu(btree[max - 1].hashval); in xfs_da3_node_lookup_int()
1528 hashval = args->hashval; in xfs_da3_node_lookup_int()
1531 btreehashval = be32_to_cpu(btree[probe].hashval); in xfs_da3_node_lookup_int()
1532 if (btreehashval < hashval) in xfs_da3_node_lookup_int()
1534 else if (btreehashval > hashval) in xfs_da3_node_lookup_int()
1541 (be32_to_cpu(btree[probe].hashval) == hashval)); in xfs_da3_node_lookup_int()
1548 be32_to_cpu(btree[probe].hashval) >= hashval) { in xfs_da3_node_lookup_int()
1552 be32_to_cpu(btree[probe].hashval) < hashval) { in xfs_da3_node_lookup_int()
1587 (blk->hashval == args->hashval)) { in xfs_da3_node_lookup_int()
1633 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_order()
1634 (be32_to_cpu(btree2[node2hdr.count - 1].hashval) < in xfs_da3_node_order()
1635 be32_to_cpu(btree1[node1hdr.count - 1].hashval)))) { in xfs_da3_node_order()
1914 blk->hashval = be32_to_cpu(btree[nodehdr.count - 1].hashval); in xfs_da3_path_shift()
1926 blk->hashval = xfs_attr_leaf_lasthash(blk->bp, NULL); in xfs_da3_path_shift()
1933 blk->hashval = xfs_dir2_leafn_lasthash(args->dp, in xfs_da3_path_shift()
2195 dead_hash = be32_to_cpu(ents[leafhdr.count - 1].hashval); in xfs_da3_swap_lastblock()
2203 dead_hash = be32_to_cpu(btree[deadhdr.count - 1].hashval); in xfs_da3_swap_lastblock()
2271 be32_to_cpu(btree[entno].hashval) < dead_hash; in xfs_da3_swap_lastblock()