Home
last modified time | relevance | path

Searched refs:zt_shift (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzap.c119 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()
365 ASSERT3U(zap_f_phys(zap)->zap_ptrtbl.zt_shift, ==, in zap_grow_ptrtbl()
383 zap_f_phys(zap)->zap_ptrtbl.zt_shift++; in zap_grow_ptrtbl()
576 (1ULL << zap_f_phys(zap)->zap_ptrtbl.zt_shift)); in zap_idx_to_blk()
658 zap_f_phys(zap)->zap_ptrtbl.zt_shift) { in zap_expand_leaf()
679 int prefix_diff = zap_f_phys(zap)->zap_ptrtbl.zt_shift - in zap_expand_leaf()
721 int shift = zap_f_phys(zap)->zap_ptrtbl.zt_shift; in zap_put_leaf_maybe_grow_ptrtbl()
745 if (zap_f_phys(zap)->zap_ptrtbl.zt_shift == shift) in zap_put_leaf_maybe_grow_ptrtbl()
[all …]
H A Dzap_leaf.c809 int n = zap_f_phys(zap)->zap_ptrtbl.zt_shift - in zap_leaf_stats()
/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Dzap_impl.h124 uint64_t zt_shift; /* bits to index it */ member
/freebsd-13.1/sys/cddl/boot/zfs/
H A Dzfsimpl.h1479 uint64_t zt_shift; /* bits to index it */ member
/freebsd-13.1/stand/libsa/zfs/
H A Dzfsimpl.c2649 idx = ZAP_HASH_IDX(h, zap->zap_phys->zap_ptrtbl.zt_shift); in zap_deref_leaf()