Lines Matching refs:hashval
454 if ((hash = be32_to_cpu(blp[mid].hashval)) == args->hashval)
456 if (hash < args->hashval)
461 while (mid >= 0 && be32_to_cpu(blp[mid].hashval) >= args->hashval) {
555 blp[mid].hashval = cpu_to_be32(args->hashval);
713 if ((hash = be32_to_cpu(blp[mid].hashval)) == args->hashval)
715 if (hash < args->hashval)
728 while (mid > 0 && be32_to_cpu(blp[mid - 1].hashval) == args->hashval) {
757 be32_to_cpu(blp[mid].hashval) == hash);
914 return be32_to_cpu(la->hashval) < be32_to_cpu(lb->hashval) ? -1 :
915 (be32_to_cpu(la->hashval) > be32_to_cpu(lb->hashval) ? 1 : 0);
1179 blp[0].hashval = cpu_to_be32(xfs_dir_hash_dot);
1194 blp[1].hashval = cpu_to_be32(xfs_dir_hash_dotdot);
1248 blp[2 + i].hashval = cpu_to_be32(xfs_dir2_hashname(mp, &name));