Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap.c112 zap_phys_t *zp = zap_f_phys(zap); in fzap_upgrade()
382 zap_f_phys(zap)->zap_ptrtbl.zt_numblks = 1; in zap_grow_ptrtbl()
383 zap_f_phys(zap)->zap_ptrtbl.zt_shift++; in zap_grow_ptrtbl()
402 zap_f_phys(zap)->zap_num_entries += delta; in zap_increment_num_entries()
411 zap_f_phys(zap)->zap_freeblk += nblocks; in zap_allocate_blocks()
445 zap_f_phys(zap)->zap_num_leafs++; in zap_create_leaf()
455 *count = zap_f_phys(zap)->zap_num_entries; in fzap_count()
658 zap_f_phys(zap)->zap_ptrtbl.zt_shift) { in zap_expand_leaf()
984 zap_f_phys(zap)->zap_ptrtbl.zt_shift); in fzap_prefetch()
1340 zs->zs_magic = zap_f_phys(zap)->zap_magic; in fzap_get_stats()
[all …]
H A Dzap_micro.c54 return (zap_f_phys(zap)->zap_flags); in zap_getflags()
469 zap->zap_salt = zap_f_phys(zap)->zap_salt; in mzap_open()
470 zap->zap_normflags = zap_f_phys(zap)->zap_normflags; in mzap_open()
480 &zap_f_phys(zap)->zap_salt); in mzap_open()
488 (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()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzap_impl.h110 ((uint64_t *)zap_f_phys(zap)) \
173 zap_f_phys(zap_t *zap) in zap_f_phys() function