Lines Matching refs:hashval
425 if ((hash = be32_to_cpu(blp[mid].hashval)) == args->hashval) in xfs_dir2_block_addname()
427 if (hash < args->hashval) in xfs_dir2_block_addname()
432 while (mid >= 0 && be32_to_cpu(blp[mid].hashval) >= args->hashval) { in xfs_dir2_block_addname()
526 blp[mid].hashval = cpu_to_be32(args->hashval); in xfs_dir2_block_addname()
686 if ((hash = be32_to_cpu(blp[mid].hashval)) == args->hashval) in xfs_dir2_block_lookup_int()
688 if (hash < args->hashval) in xfs_dir2_block_lookup_int()
701 while (mid > 0 && be32_to_cpu(blp[mid - 1].hashval) == args->hashval) { in xfs_dir2_block_lookup_int()
730 be32_to_cpu(blp[mid].hashval) == hash); in xfs_dir2_block_lookup_int()
886 return be32_to_cpu(la->hashval) < be32_to_cpu(lb->hashval) ? -1 : in xfs_dir2_block_sort()
887 (be32_to_cpu(la->hashval) > be32_to_cpu(lb->hashval) ? 1 : 0); in xfs_dir2_block_sort()
1160 blp[0].hashval = cpu_to_be32(xfs_dir_hash_dot); in xfs_dir2_sf_to_block()
1174 blp[1].hashval = cpu_to_be32(xfs_dir_hash_dotdot); in xfs_dir2_sf_to_block()
1227 blp[2 + i].hashval = cpu_to_be32(mp->m_dirnameops-> in xfs_dir2_sf_to_block()