Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdiskmgt/common/
H A Dlibdiskmgt.h296 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, in dm_get_slice_stats()
H A Dslice.c198 if (stat_type != DM_SLICE_STAT_USE) { in slice_get_stats()
/titanic_50/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_diskmgt.c488 nvlist_t *stats = dm_get_stats(slice, DM_SLICE_STAT_USE, error); in get_slice_use()