Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libdiskmgt/common/
H A Dmapfile-vers56 dm_get_stats;
H A Dlibdiskmgt.h439 nvlist_t *dm_get_stats(dm_descriptor_t desc, int stat_type,
H A Dentry.c407 dm_get_stats(dm_descriptor_t desc, int stat_type, int *errp) in dm_get_stats() function
555 *dev_stats = dm_get_stats(devp, DM_SLICE_STAT_USE, in dm_get_slice_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()