Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap.c129 zp->zap_ptrtbl.zt_shift = ZAP_EMBEDDED_PTRTBL_SHIFT(zap); in fzap_upgrade()
139 for (int i = 0; i < (1<<zp->zap_ptrtbl.zt_shift); i++) in fzap_upgrade()
241 tbl->zt_shift++; in zap_table_grow()
246 (u_longlong_t)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()
591 (1ULL << zap_f_phys(zap)->zap_ptrtbl.zt_shift)); in zap_idx_to_blk()
662 uint64_t idx = ZAP_HASH_IDX(h, zap_f_phys(zap)->zap_ptrtbl.zt_shift); in check_sibling_ptrtbl_range()
[all …]
H A Dzap_leaf.c819 uint_t n = zap_f_phys(zap)->zap_ptrtbl.zt_shift - in zap_leaf_stats()
/freebsd/usr.sbin/makefs/zfs/
H A Dzap.c390 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()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap_impl.h123 uint64_t zt_shift; /* bits to index it */ member
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1592 uint64_t zt_shift; /* bits to index it */ member
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2630 idx = ZAP_HASH_IDX(h, zap->zap_phys->zap_ptrtbl.zt_shift); in zap_deref_leaf()