Searched refs:zt_shift (Results 1 – 6 of 6) sorted by relevance
119 zp->zap_ptrtbl.zt_shift = ZAP_EMBEDDED_PTRTBL_SHIFT(zap); in fzap_upgrade()129 for (int i = 0; i < (1<<zp->zap_ptrtbl.zt_shift); i++) in fzap_upgrade()231 tbl->zt_shift++; in zap_table_grow()356 ASSERT3U(zap_f_phys(zap)->zap_ptrtbl.zt_shift, ==, in zap_grow_ptrtbl()374 zap_f_phys(zap)->zap_ptrtbl.zt_shift++; in zap_grow_ptrtbl()565 (1ULL << zap_f_phys(zap)->zap_ptrtbl.zt_shift)); in zap_idx_to_blk()648 zap_f_phys(zap)->zap_ptrtbl.zt_shift) { in zap_expand_leaf()669 int prefix_diff = zap_f_phys(zap)->zap_ptrtbl.zt_shift - in zap_expand_leaf()711 int shift = zap_f_phys(zap)->zap_ptrtbl.zt_shift; in zap_put_leaf_maybe_grow_ptrtbl()735 if (zap_f_phys(zap)->zap_ptrtbl.zt_shift == shift) in zap_put_leaf_maybe_grow_ptrtbl()[all …]
801 uint_t n = zap_f_phys(zap)->zap_ptrtbl.zt_shift - in zap_leaf_stats()
390 zt->zt_shift = flsll(ptrcnt) - 1; in zap_fat_write()420 hi = ZAP_HASH_IDX(ent->hash, zt->zt_shift); in zap_fat_write()510 ptrhasht[i] = (i >> (zt->zt_shift - prefixlen)) + 1; in zap_fat_write()
123 uint64_t zt_shift; /* bits to index it */ member
1592 uint64_t zt_shift; /* bits to index it */ member
2630 idx = ZAP_HASH_IDX(h, zap->zap_phys->zap_ptrtbl.zt_shift); in zap_deref_leaf()