Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_impl.c273 h &= ~((1ULL << (64 - zap_hashbits(zap))) - 1); in zap_hash()
481 zap_hashbits(zap_t *zap) in zap_hashbits() function
H A Dzap.c1049 int hb = zap_hashbits(zc->zc_zap); in zap_cursor_init_by_dnode_impl()
1213 return ((zc->zc_hash >> (64 - zap_hashbits(zc->zc_zap))) | in zap_cursor_serialize()
1214 ((uint64_t)zc->zc_cd << zap_hashbits(zc->zc_zap))); in zap_cursor_serialize()
H A Dzap_fat.c337 if (zap_f_phys(zap)->zap_ptrtbl.zt_shift >= zap_hashbits(zap) - 2) in zap_grow_ptrtbl()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_impl.h268 int zap_hashbits(zap_t *zap);