Lines Matching refs:hash
152 /* Verify that we can look up this name by hash. */
158 /* ENOENT means the hash lookup failed and the dir is corrupt */
205 xfs_dahash_t hash;
216 /* Check the hash of the entry. */
221 /* Valid hash pointer? */
278 hash = be32_to_cpu(ent->hashval);
287 if (calc_hash != hash)
496 __u32 hash;
543 /* Check hash value order, count stale entries. */
545 hash = be32_to_cpu(leafhdr.ents[i].hashval);
546 if (i > 0 && lasthash > hash)
548 lasthash = hash;
827 * Check that every dirent we see can also be looked up by hash.
834 * Look up every name in this directory by hash.