Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzap_micro.c56 zap_hashbits(zap_t *zap) in zap_hashbits() function
128 h &= ~((1ULL << (64 - zap_hashbits(zap))) - 1); in zap_hash()
1257 return ((zc->zc_hash >> (64 - zap_hashbits(zc->zc_zap))) | in zap_cursor_serialize()
1258 ((uint64_t)zc->zc_cd << zap_hashbits(zc->zc_zap))); in zap_cursor_serialize()
1285 hb = zap_hashbits(zc->zc_zap); in zap_cursor_retrieve()
HDzap.c328 if (zap_f_phys(zap)->zap_ptrtbl.zt_shift >= zap_hashbits(zap) - 2) in zap_grow_ptrtbl()
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzap_impl.h203 int zap_hashbits(zap_t *zap);