Searched refs:zfs_all_blkstats_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h59 /* These macros are for indexing into the zfs_all_blkstats_t. */
77 } zfs_all_blkstats_t; typedef in typeref:struct:zfs_all_blkstats
132 zfs_all_blkstats_t *dp_blkstats;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c236 kmem_alloc(sizeof (zfs_all_blkstats_t), KM_SLEEP);
238 bzero(dp->dp_blkstats, sizeof (zfs_all_blkstats_t));
1707 count_block(zfs_all_blkstats_t *zab, const blkptr_t *bp)
H A Ddsl_pool.c335 kmem_free(dp->dp_blkstats, sizeof (zfs_all_blkstats_t));
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2665 zfs_all_blkstats_t stats;
2687 mdb_vread(&stats, sizeof (zfs_all_blkstats_t), addr) == -1) {

Completed in 76 milliseconds