OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zfs_all_blkstats_t
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dsl_pool.h
60
/* These macros are for indexing into the
zfs_all_blkstats_t
. */
78
}
zfs_all_blkstats_t
;
typedef in typeref:struct:zfs_all_blkstats
134
zfs_all_blkstats_t
*dp_blkstats;
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_scan.c
263
kmem_alloc(sizeof (
zfs_all_blkstats_t
), KM_SLEEP);
265
bzero(dp->dp_blkstats, sizeof (
zfs_all_blkstats_t
));
1741
count_block(
zfs_all_blkstats_t
*zab, const blkptr_t *bp)
dsl_pool.c
437
kmem_free(dp->dp_blkstats, sizeof (
zfs_all_blkstats_t
));
Completed in 19 milliseconds
Indexes created Sun Mar 15 00:25:29 UTC 2026