Lines Matching refs:hashval
642 btree[0].hashval = cpu_to_be32(blk1->hashval); in xfs_da3_root_split()
644 btree[1].hashval = cpu_to_be32(blk2->hashval); in xfs_da3_root_split()
801 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_rebalance()
802 (be32_to_cpu(btree2[nodehdr2.count - 1].hashval) < in xfs_da3_node_rebalance()
803 be32_to_cpu(btree1[nodehdr1.count - 1].hashval)))) { in xfs_da3_node_rebalance()
894 blk1->hashval = be32_to_cpu(btree1[nodehdr1.count - 1].hashval); in xfs_da3_node_rebalance()
895 blk2->hashval = be32_to_cpu(btree2[nodehdr2.count - 1].hashval); in xfs_da3_node_rebalance()
941 btree[oldblk->index].hashval = cpu_to_be32(newblk->hashval); in xfs_da3_node_add()
955 oldblk->hashval = be32_to_cpu(btree[nodehdr.count - 1].hashval); in xfs_da3_node_add()
1286 return be32_to_cpu(btree[nodehdr.count - 1].hashval); in xfs_da3_node_lasthash()
1333 if (be32_to_cpu(btree[blk->index].hashval) == lasthash) in xfs_da3_fixhashpath()
1335 blk->hashval = lasthash; in xfs_da3_fixhashpath()
1336 btree[blk->index].hashval = cpu_to_be32(lasthash); in xfs_da3_fixhashpath()
1341 lasthash = be32_to_cpu(btree[nodehdr.count - 1].hashval); in xfs_da3_fixhashpath()
1391 drop_blk->hashval = be32_to_cpu(btree[index - 1].hashval); in xfs_da3_node_remove()
1429 if ((be32_to_cpu(drop_btree[0].hashval) < in xfs_da3_node_unbalance()
1430 be32_to_cpu(save_btree[0].hashval)) || in xfs_da3_node_unbalance()
1431 (be32_to_cpu(drop_btree[drop_hdr.count - 1].hashval) < in xfs_da3_node_unbalance()
1432 be32_to_cpu(save_btree[save_hdr.count - 1].hashval))) { in xfs_da3_node_unbalance()
1464 save_blk->hashval = be32_to_cpu(save_btree[save_hdr.count - 1].hashval); in xfs_da3_node_unbalance()
1494 xfs_dahash_t hashval; in xfs_da3_node_lookup_int() local
1532 blk->hashval = xfs_attr_leaf_lasthash(blk->bp, NULL); in xfs_da3_node_lookup_int()
1539 blk->hashval = xfs_dir2_leaf_lasthash(args->dp, in xfs_da3_node_lookup_int()
1569 blk->hashval = be32_to_cpu(btree[max - 1].hashval); in xfs_da3_node_lookup_int()
1575 hashval = args->hashval; in xfs_da3_node_lookup_int()
1578 btreehashval = be32_to_cpu(btree[probe].hashval); in xfs_da3_node_lookup_int()
1579 if (btreehashval < hashval) in xfs_da3_node_lookup_int()
1581 else if (btreehashval > hashval) in xfs_da3_node_lookup_int()
1588 (be32_to_cpu(btree[probe].hashval) == hashval)); in xfs_da3_node_lookup_int()
1595 be32_to_cpu(btree[probe].hashval) >= hashval) { in xfs_da3_node_lookup_int()
1599 be32_to_cpu(btree[probe].hashval) < hashval) { in xfs_da3_node_lookup_int()
1641 (blk->hashval == args->hashval)) { in xfs_da3_node_lookup_int()
1687 ((be32_to_cpu(btree2[0].hashval) < be32_to_cpu(btree1[0].hashval)) || in xfs_da3_node_order()
1688 (be32_to_cpu(btree2[node2hdr.count - 1].hashval) < in xfs_da3_node_order()
1689 be32_to_cpu(btree1[node1hdr.count - 1].hashval)))) { in xfs_da3_node_order()
1968 blk->hashval = be32_to_cpu(btree[nodehdr.count - 1].hashval); in xfs_da3_path_shift()
1980 blk->hashval = xfs_attr_leaf_lasthash(blk->bp, NULL); in xfs_da3_path_shift()
1987 blk->hashval = xfs_dir2_leaf_lasthash(args->dp, in xfs_da3_path_shift()
2246 dead_hash = be32_to_cpu(ents[leafhdr.count - 1].hashval); in xfs_da3_swap_lastblock()
2254 dead_hash = be32_to_cpu(btree[deadhdr.count - 1].hashval); in xfs_da3_swap_lastblock()
2322 be32_to_cpu(btree[entno].hashval) < dead_hash; in xfs_da3_swap_lastblock()