Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzap.c98 zp->zap_ptrtbl.zt_shift = ZAP_EMBEDDED_PTRTBL_SHIFT(zap); in fzap_upgrade()
108 for (i = 0; i < (1<<zp->zap_ptrtbl.zt_shift); i++) in fzap_upgrade()
208 tbl->zt_shift++; in zap_table_grow()
213 tbl->zt_numblks, 1<<(tbl->zt_shift-10)); in zap_table_grow()
338 if (zap_f_phys(zap)->zap_ptrtbl.zt_shift >= zap_hashbits(zap) - 2) in zap_grow_ptrtbl()
351 ASSERT3U(zap_f_phys(zap)->zap_ptrtbl.zt_shift, ==, in zap_grow_ptrtbl()
368 zap_f_phys(zap)->zap_ptrtbl.zt_shift++; in zap_grow_ptrtbl()
370 ASSERT3U(1ULL << zap_f_phys(zap)->zap_ptrtbl.zt_shift, ==, in zap_grow_ptrtbl()
558 (1ULL << zap_f_phys(zap)->zap_ptrtbl.zt_shift)); in zap_idx_to_blk()
591 idx = ZAP_HASH_IDX(h, zap_f_phys(zap)->zap_ptrtbl.zt_shift); in zap_deref_leaf()
[all …]
Dzap_leaf.c846 n = zap_f_phys(zap)->zap_ptrtbl.zt_shift - in zap_leaf_stats()
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzap_impl.h123 uint64_t zt_shift; /* bits to index it */ member
/freebsd-10-stable/sys/cddl/boot/zfs/
Dzfsimpl.h1178 uint64_t zt_shift; /* bits to index it */ member
/freebsd-10-stable/sys/boot/zfs/
Dzfsimpl.c1404 off_t off = ptrtbl[hash >> (64 - zh.zap_ptrtbl.zt_shift)] << zl.l_bs; in fzap_lookup()