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

/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzap_impl.h204 int zap_hashbits(zap_t *zap);
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_micro.c57 zap_hashbits(zap_t *zap) function
129 h &= ~((1ULL << (64 - zap_hashbits(zap))) - 1);
1274 * [ collision differentiator | zap_hashbits()-bit hash value ]
1276 return ((zc->zc_hash >> (64 - zap_hashbits(zc->zc_zap))) |
1277 ((uint64_t)zc->zc_cd << zap_hashbits(zc->zc_zap)));
1304 hb = zap_hashbits(zc->zc_zap);
H A Dzap.c328 if (zap_f_phys(zap)->zap_ptrtbl.zt_shift >= zap_hashbits(zap) - 2)

Completed in 54 milliseconds