Searched refs:zt_shift (Results 1 – 5 of 5) sorted by relevance
92 zp->zap_ptrtbl.zt_shift = ZAP_EMBEDDED_PTRTBL_SHIFT(zap); in fzap_upgrade()102 for (int i = 0; i < (1<<zp->zap_ptrtbl.zt_shift); i++) in fzap_upgrade()203 tbl->zt_shift++; in zap_table_grow()208 tbl->zt_numblks, 1<<(tbl->zt_shift-10)); in zap_table_grow()336 ASSERT3U(zap_f_phys(zap)->zap_ptrtbl.zt_shift, ==, in zap_grow_ptrtbl()354 zap_f_phys(zap)->zap_ptrtbl.zt_shift++; in zap_grow_ptrtbl()537 (1ULL << zap_f_phys(zap)->zap_ptrtbl.zt_shift)); in zap_idx_to_blk()619 zap_f_phys(zap)->zap_ptrtbl.zt_shift) { in zap_expand_leaf()680 int shift = zap_f_phys(zap)->zap_ptrtbl.zt_shift; in zap_put_leaf_maybe_grow_ptrtbl()704 if (zap_f_phys(zap)->zap_ptrtbl.zt_shift == shift) in zap_put_leaf_maybe_grow_ptrtbl()[all …]
811 int n = zap_f_phys(zap)->zap_ptrtbl.zt_shift - in zap_leaf_stats()
125 uint64_t zt_shift; /* bits to index it */ member
1297 uint64_t zt_shift; /* bits to index it */ member
2141 off_t off = ptrtbl[hash >> (64 - zh.zap_ptrtbl.zt_shift)] << zl.l_bs; in fzap_lookup()