Searched defs:hsfs_kstats (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_subr.c140 static const hsfs_ksindex_t hsfs_kstats[] = { variable
403 size = (sizeof (hsfs_kstats)) / (sizeof (hsfs_ksindex_t));
430 fsp->hsfs_kstats = hsfs_setup_named_kstats(fsp, fsid, "hsfs_read_stats",
431 hsfs_kstats, hsfs_kstats_update);
439 if (fsp->hsfs_kstats != NULL) {
440 data = fsp->hsfs_kstats->ks_data;
441 kstat_delete(fsp->hsfs_kstats);
443 (sizeof (hsfs_kstats)) / (sizeof (hsfs_ksindex_t)));
445 fsp->hsfs_kstats = NULL;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h285 kstat_t *hsfs_kstats; member in struct:hsfs

Completed in 46 milliseconds