Searched defs:zap_hashbits (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c58 zap_hashbits(zap_t *zap) function
130 h &= ~((1ULL << (64 - zap_hashbits(zap))) - 1);
1340 * [ collision differentiator | zap_hashbits()-bit hash value ]
1342 return ((zc->zc_hash >> (64 - zap_hashbits(zc->zc_zap))) |
1343 ((uint64_t)zc->zc_cd << zap_hashbits(zc->zc_zap)));
1370 hb = zap_hashbits(zc->zc_zap);

Completed in 62 milliseconds