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

/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h49 /* These macros are for indexing into the zfs_all_blkstats_t. */
66 } zfs_all_blkstats_t; typedef in typeref:struct:zfs_all_blkstats
110 zfs_all_blkstats_t *dp_blkstats;
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c217 kmem_alloc(sizeof (zfs_all_blkstats_t), KM_SLEEP);
219 bzero(dp->dp_blkstats, sizeof (zfs_all_blkstats_t));
1590 count_block(zfs_all_blkstats_t *zab, const blkptr_t *bp)
H A Ddsl_pool.c219 kmem_free(dp->dp_blkstats, sizeof (zfs_all_blkstats_t));
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2156 zfs_all_blkstats_t stats;
2178 mdb_vread(&stats, sizeof (zfs_all_blkstats_t), addr) == -1) {

Completed in 58 milliseconds