Lines Matching refs:hashval
544 ASSERT(index == 0 || be32_to_cpu(ents[index - 1].hashval) <= args->hashval); in xfs_dir2_leafn_add()
546 be32_to_cpu(ents[index].hashval) >= args->hashval); in xfs_dir2_leafn_add()
572 lep->hashval = cpu_to_be32(args->hashval); in xfs_dir2_leafn_add()
625 return be32_to_cpu(leafhdr.ents[leafhdr.count - 1].hashval); in xfs_dir2_leaf_lasthash()
685 index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval; in xfs_dir2_leafn_lookup_for_addname()
835 index < leafhdr.count && be32_to_cpu(lep->hashval) == args->hashval; in xfs_dir2_leafn_lookup_for_entry()
1056 (be32_to_cpu(ents2[0].hashval) < be32_to_cpu(ents1[0].hashval) || in xfs_dir2_leafn_order()
1057 be32_to_cpu(ents2[hdr2.count - 1].hashval) < in xfs_dir2_leafn_order()
1058 be32_to_cpu(ents1[hdr1.count - 1].hashval))) in xfs_dir2_leafn_order()
1122 midhash = be32_to_cpu(ents2[mid - hdr1.count].hashval); in xfs_dir2_leafn_rebalance()
1124 midhash = be32_to_cpu(ents1[mid].hashval); in xfs_dir2_leafn_rebalance()
1125 isleft = args->hashval <= midhash; in xfs_dir2_leafn_rebalance()
1477 oldblk->hashval = xfs_dir2_leaf_lasthash(dp, oldblk->bp, NULL); in xfs_dir2_leafn_split()
1478 newblk->hashval = xfs_dir2_leaf_lasthash(dp, newblk->bp, NULL); in xfs_dir2_leafn_split()
1662 drop_blk->hashval = be32_to_cpu(dents[drophdr.count - 1].hashval); in xfs_dir2_leafn_unbalance()
1671 save_blk->hashval = be32_to_cpu(sents[savehdr.count - 1].hashval); in xfs_dir2_leafn_unbalance()