Lines Matching refs:hash
110 * disk, but didn't hash it, so we need to
111 * continue to not hash it. (The
273 mze_insert(zap_t *zap, int chunkid, uint64_t hash)
282 mze->mze_hash = hash;
319 mze_find_unused_cd(zap_t *zap, uint64_t hash)
330 mze_tofind.mze_hash = hash;
335 mze && mze->mze_hash == hash; mze = AVL_NEXT(avl, mze)) {
609 /* XXX destroy the avl later, so we can use the stored hash value */
1337 * (28-bit) hash value so we can fit 4 bits of cd into the low 32-bits
1340 * [ collision differentiator | zap_hashbits()-bit hash value ]