Home
last modified time | relevance | path

Searched refs:zap_f_phys (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap.c113 zap_phys_t *zp = zap_f_phys(zap); in fzap_upgrade()
383 zap_f_phys(zap)->zap_ptrtbl.zt_numblks = 1; in zap_grow_ptrtbl()
384 zap_f_phys(zap)->zap_ptrtbl.zt_shift++; in zap_grow_ptrtbl()
403 zap_f_phys(zap)->zap_num_entries += delta; in zap_increment_num_entries()
412 zap_f_phys(zap)->zap_freeblk += nblocks; in zap_allocate_blocks()
446 zap_f_phys(zap)->zap_num_leafs++; in zap_create_leaf()
456 *count = zap_f_phys(zap)->zap_num_entries; in fzap_count()
649 zap_f_phys(zap)->zap_ptrtbl.zt_shift) { in zap_expand_leaf()
965 zap_f_phys(zap)->zap_ptrtbl.zt_shift); in fzap_prefetch()
1314 zs->zs_magic = zap_f_phys(zap)->zap_magic; in fzap_get_stats()
[all …]
H A Dzap_micro.c56 return (zap_f_phys(zap)->zap_flags); in zap_getflags()
435 zap->zap_salt = zap_f_phys(zap)->zap_salt; in mzap_open()
436 zap->zap_normflags = zap_f_phys(zap)->zap_normflags; in mzap_open()
446 &zap_f_phys(zap)->zap_salt); in mzap_open()
454 (uintptr_t)zap_f_phys(zap), ==, in mzap_open()
H A Dzap_leaf.c811 int n = zap_f_phys(zap)->zap_ptrtbl.zt_shift - in zap_leaf_stats()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h111 ((uint64_t *)zap_f_phys(zap)) \
174 zap_f_phys(zap_t *zap) in zap_f_phys() function