hashwant         1501 fs/xfs/libxfs/xfs_dir2_leaf.c 	xfs_dahash_t		hashwant;	/* hash value looking for */
hashwant         1519 fs/xfs/libxfs/xfs_dir2_leaf.c 		hashwant = args->hashval;
hashwant         1522 fs/xfs/libxfs/xfs_dir2_leaf.c 		if ((hash = be32_to_cpu(lep[mid].hashval)) == hashwant)
hashwant         1524 fs/xfs/libxfs/xfs_dir2_leaf.c 		if (hash < hashwant)
hashwant         1532 fs/xfs/libxfs/xfs_dir2_leaf.c 	if (hash == hashwant) {
hashwant         1533 fs/xfs/libxfs/xfs_dir2_leaf.c 		while (mid > 0 && be32_to_cpu(lep[mid - 1].hashval) == hashwant) {
hashwant         1540 fs/xfs/libxfs/xfs_dir2_leaf.c 	else if (hash < hashwant)