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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzap_impl.h207 int zap_hashbits(zap_t *zap);
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzap_micro.c58 zap_hashbits(zap_t *zap) function
128 h &= ~((1ULL << (64 - zap_hashbits(zap))) - 1);
1546 * [ collision differentiator | zap_hashbits()-bit hash value ]
1548 return ((zc->zc_hash >> (64 - zap_hashbits(zc->zc_zap))) |
1549 ((uint64_t)zc->zc_cd << zap_hashbits(zc->zc_zap)));
1573 hb = zap_hashbits(zc->zc_zap);
H A Dzap.c356 if (zap_f_phys(zap)->zap_ptrtbl.zt_shift >= zap_hashbits(zap) - 2)

Completed in 112 milliseconds