Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libzpool/common/
H A Dutil.c143 VERIFY(spa_get_stats(spa_name(spa), &config, NULL, 0) == 0); in show_pool_stats()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h602 extern int spa_get_stats(const char *pool, nvlist_t **config, char *altroot,
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c1642 error = spa_get_stats(zc->zc_name, &config, zc->zc_value, in zfs_ioc_pool_stats()
H A Dspa.c3230 spa_get_stats(const char *name, nvlist_t **config, in spa_get_stats() function