Home
last modified time | relevance | path

Searched refs:DM_SLICE_STAT_USE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dlibdiskmgt.h299 DM_SLICE_STAT_USE = 0 enumerator
H A Dentry.c444 if (stat_type == DM_SLICE_STAT_USE) { in dm_get_stats()
555 *dev_stats = dm_get_stats(devp, DM_SLICE_STAT_USE, errp); in dm_get_slice_stats()
H A Dslice.c201 if (stat_type != DM_SLICE_STAT_USE) { in slice_get_stats()
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_diskmgt.c492 nvlist_t *stats = dm_get_stats(slice, DM_SLICE_STAT_USE, error); in get_slice_use()