Lines Matching refs:hash
107 /* Verify that we can look up this name by hash. */
109 /* ENOENT means the hash lookup failed and the dir is corrupt */
167 xfs_dahash_t hash;
178 /* Check the hash of the entry. */
183 /* Valid hash pointer? */
240 hash = be32_to_cpu(ent->hashval);
249 /* Does the directory hash match? */
253 if (calc_hash != hash)
463 __u32 hash;
514 /* Check hash value order, count stale entries. */
516 hash = be32_to_cpu(leafhdr.ents[i].hashval);
517 if (i > 0 && lasthash > hash)
519 lasthash = hash;
785 /* Look up every name in this directory by hash. */