Lines Matching refs:zt_shift

122 	zp->zap_ptrtbl.zt_shift = ZAP_EMBEDDED_PTRTBL_SHIFT(zap);  in fzap_upgrade()
132 for (int i = 0; i < (1<<zp->zap_ptrtbl.zt_shift); i++) in fzap_upgrade()
233 tbl->zt_shift++; in zap_table_grow()
238 tbl->zt_numblks, 1<<(tbl->zt_shift-10)); in zap_table_grow()
357 if (zap_f_phys(zap)->zap_ptrtbl.zt_shift >= zap_hashbits(zap) - 2) in zap_grow_ptrtbl()
366 ASSERT3U(zap_f_phys(zap)->zap_ptrtbl.zt_shift, ==, in zap_grow_ptrtbl()
384 zap_f_phys(zap)->zap_ptrtbl.zt_shift++; in zap_grow_ptrtbl()
386 ASSERT3U(1ULL << zap_f_phys(zap)->zap_ptrtbl.zt_shift, ==, in zap_grow_ptrtbl()
567 (1ULL << zap_f_phys(zap)->zap_ptrtbl.zt_shift)); in zap_idx_to_blk()
606 uint64_t idx = ZAP_HASH_IDX(h, zap_f_phys(zap)->zap_ptrtbl.zt_shift); in zap_deref_leaf()
627 ASSERT3U(old_prefix_len, <=, zap_f_phys(zap)->zap_ptrtbl.zt_shift); in zap_expand_leaf()
634 old_prefix_len == zap_f_phys(zap)->zap_ptrtbl.zt_shift) { in zap_expand_leaf()
649 zap_f_phys(zap)->zap_ptrtbl.zt_shift) { in zap_expand_leaf()
666 ASSERT3U(old_prefix_len, <, zap_f_phys(zap)->zap_ptrtbl.zt_shift); in zap_expand_leaf()
670 int prefix_diff = zap_f_phys(zap)->zap_ptrtbl.zt_shift - in zap_expand_leaf()
710 int shift = zap_f_phys(zap)->zap_ptrtbl.zt_shift; in zap_put_leaf_maybe_grow_ptrtbl()
734 if (zap_f_phys(zap)->zap_ptrtbl.zt_shift == shift) in zap_put_leaf_maybe_grow_ptrtbl()
965 zap_f_phys(zap)->zap_ptrtbl.zt_shift); in fzap_prefetch()
1320 zs->zs_ptrtbl_len = 1ULL << zap_f_phys(zap)->zap_ptrtbl.zt_shift; in fzap_get_stats()
1326 zs->zs_ptrtbl_zt_shift = zap_f_phys(zap)->zap_ptrtbl.zt_shift; in fzap_get_stats()