Searched refs:zap_f_phys (Results 1 – 4 of 4) sorted by relevance
54 extern inline zap_phys_t *zap_f_phys(zap_t *zap);83 zap_phys_t *zp = zap_f_phys(zap); in fzap_upgrade()353 zap_f_phys(zap)->zap_ptrtbl.zt_numblks = 1; in zap_grow_ptrtbl()354 zap_f_phys(zap)->zap_ptrtbl.zt_shift++; in zap_grow_ptrtbl()373 zap_f_phys(zap)->zap_num_entries += delta; in zap_increment_num_entries()382 zap_f_phys(zap)->zap_freeblk += nblocks; in zap_allocate_blocks()416 zap_f_phys(zap)->zap_num_leafs++; in zap_create_leaf()426 *count = zap_f_phys(zap)->zap_num_entries; in fzap_count()935 zap_f_phys(zap)->zap_ptrtbl.zt_shift); in fzap_prefetch()1295 zs->zs_magic = zap_f_phys(zap)->zap_magic; in fzap_get_stats()[all …]
56 return (zap_f_phys(zap)->zap_flags); in zap_getflags()447 zap->zap_salt = zap_f_phys(zap)->zap_salt; in mzap_open()448 zap->zap_normflags = zap_f_phys(zap)->zap_normflags; in mzap_open()458 &zap_f_phys(zap)->zap_salt); in mzap_open()466 (uintptr_t)zap_f_phys(zap), ==, in mzap_open()
811 int n = zap_f_phys(zap)->zap_ptrtbl.zt_shift - in zap_leaf_stats()
111 ((uint64_t *)zap_f_phys(zap)) \174 zap_f_phys(zap_t *zap) in zap_f_phys() function