Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzap.c99 zp->zap_ptrtbl.zt_shift = ZAP_EMBEDDED_PTRTBL_SHIFT(zap); in fzap_upgrade()
109 for (i = 0; i < (1<<zp->zap_ptrtbl.zt_shift); i++) in fzap_upgrade()
329 if (zap_f_phys(zap)->zap_ptrtbl.zt_shift >= zap_hashbits(zap) - 2) in zap_grow_ptrtbl()
332 if (zap_f_phys(zap)->zap_ptrtbl.zt_numblks == 0) { in zap_grow_ptrtbl()
342 ASSERT3U(zap_f_phys(zap)->zap_ptrtbl.zt_shift, ==, in zap_grow_ptrtbl()
344 ASSERT0(zap_f_phys(zap)->zap_ptrtbl.zt_blk); in zap_grow_ptrtbl()
357 zap_f_phys(zap)->zap_ptrtbl.zt_blk = newblk; in zap_grow_ptrtbl()
358 zap_f_phys(zap)->zap_ptrtbl.zt_numblks = 1; in zap_grow_ptrtbl()
359 zap_f_phys(zap)->zap_ptrtbl.zt_shift++; in zap_grow_ptrtbl()
361 ASSERT3U(1ULL << zap_f_phys(zap)->zap_ptrtbl.zt_shift, ==, in zap_grow_ptrtbl()
[all …]
H A Dzap_leaf.c846 n = zap_f_phys(zap)->zap_ptrtbl.zt_shift - in zap_leaf_stats()
/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_impl.h95 } zap_ptrtbl; member
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h125 } zap_ptrtbl; member
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c734 if (zap->zap_ptrtbl.zt_numblks != 0) { in fzap_lookup()
738 idx = ZAP_HASH_IDX(hash, zap->zap_ptrtbl.zt_shift); in fzap_lookup()