Lines Matching full:zs
1400 zap_stats_ptrtbl(zap_t *zap, uint64_t *tbl, int len, zap_stats_t *zs) in zap_stats_ptrtbl() argument
1418 zap_leaf_stats(zap, l, zs); in zap_stats_ptrtbl()
1425 fzap_get_stats(zap_t *zap, zap_stats_t *zs) in fzap_get_stats() argument
1428 zs->zs_blocksize = 1ULL << bs; in fzap_get_stats()
1433 zs->zs_num_leafs = zap_f_phys(zap)->zap_num_leafs; in fzap_get_stats()
1434 zs->zs_num_entries = zap_f_phys(zap)->zap_num_entries; in fzap_get_stats()
1435 zs->zs_num_blocks = zap_f_phys(zap)->zap_freeblk; in fzap_get_stats()
1436 zs->zs_block_type = zap_f_phys(zap)->zap_block_type; in fzap_get_stats()
1437 zs->zs_magic = zap_f_phys(zap)->zap_magic; in fzap_get_stats()
1438 zs->zs_salt = zap_f_phys(zap)->zap_salt; in fzap_get_stats()
1443 zs->zs_ptrtbl_len = 1ULL << zap_f_phys(zap)->zap_ptrtbl.zt_shift; in fzap_get_stats()
1444 zs->zs_ptrtbl_nextblk = zap_f_phys(zap)->zap_ptrtbl.zt_nextblk; in fzap_get_stats()
1445 zs->zs_ptrtbl_blks_copied = in fzap_get_stats()
1447 zs->zs_ptrtbl_zt_blk = zap_f_phys(zap)->zap_ptrtbl.zt_blk; in fzap_get_stats()
1448 zs->zs_ptrtbl_zt_numblks = zap_f_phys(zap)->zap_ptrtbl.zt_numblks; in fzap_get_stats()
1449 zs->zs_ptrtbl_zt_shift = zap_f_phys(zap)->zap_ptrtbl.zt_shift; in fzap_get_stats()
1454 1 << ZAP_EMBEDDED_PTRTBL_SHIFT(zap), zs); in fzap_get_stats()
1471 1<<(bs-3), zs); in fzap_get_stats()