Searched refs:zap_f_phys (Results 1 – 5 of 5) sorted by relevance
122 zap_phys_t *zp = zap_f_phys(zap); in fzap_upgrade()347 if (zap_f_phys(zap)->zap_ptrtbl.zt_shift >= zap_hashbits(zap) - 2) in zap_grow_ptrtbl()350 if (zap_f_phys(zap)->zap_ptrtbl.zt_numblks == 0) { in zap_grow_ptrtbl()356 ASSERT3U(zap_f_phys(zap)->zap_ptrtbl.zt_shift, ==, in zap_grow_ptrtbl()358 ASSERT0(zap_f_phys(zap)->zap_ptrtbl.zt_blk); in zap_grow_ptrtbl()372 zap_f_phys(zap)->zap_ptrtbl.zt_blk = newblk; in zap_grow_ptrtbl()373 zap_f_phys(zap)->zap_ptrtbl.zt_numblks = 1; in zap_grow_ptrtbl()374 zap_f_phys(zap)->zap_ptrtbl.zt_shift++; in zap_grow_ptrtbl()376 ASSERT3U(1ULL << zap_f_phys(zap)->zap_ptrtbl.zt_shift, ==, in zap_grow_ptrtbl()377 zap_f_phys(zap)->zap_ptrtbl.zt_numblks << in zap_grow_ptrtbl()[all …]
292 zap->zap_salt = zap_f_phys(zap)->zap_salt; in mzap_open()293 zap->zap_normflags = zap_f_phys(zap)->zap_normflags; in mzap_open()303 &zap_f_phys(zap)->zap_salt); in mzap_open()311 (uintptr_t)zap_f_phys(zap), ==, in mzap_open()
487 return (zap_f_phys(zap)->zap_flags); in zap_getflags()
820 uint_t n = zap_f_phys(zap)->zap_ptrtbl.zt_shift - in zap_leaf_stats()
111 ((uint64_t *)zap_f_phys(zap)) \178 zap_f_phys(zap_t *zap) in zap_f_phys() function