Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap.c359 if (zap_f_phys(zap)->zap_ptrtbl.zt_numblks == 0) { in zap_grow_ptrtbl()
367 ASSERT0(zap_f_phys(zap)->zap_ptrtbl.zt_blk); in zap_grow_ptrtbl()
381 zap_f_phys(zap)->zap_ptrtbl.zt_blk = newblk; in zap_grow_ptrtbl()
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()
386 zap_f_phys(zap)->zap_ptrtbl.zt_numblks << in zap_grow_ptrtbl()
591 if (zap_f_phys(zap)->zap_ptrtbl.zt_blk == 0) { in zap_set_idx_to_blk()
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()
1349 zap_f_phys(zap)->zap_ptrtbl.zt_blks_copied; in fzap_get_stats()
[all …]
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.h127 } zap_ptrtbl; member