Home
last modified time | relevance | path

Searched refs:zpool_refresh_stats (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_config.c241 error = zpool_refresh_stats(zhp, &missing); in zpool_get_features()
262 zpool_refresh_stats(zpool_handle_t *zhp, boolean_t *missing) in zpool_refresh_stats() function
H A Dmapfile-vers229 zpool_refresh_stats;
H A Dlibzfs.h341 extern int zpool_refresh_stats(zpool_handle_t *, boolean_t *);
H A Dlibzfs_pool.c954 if (zpool_refresh_stats(zhp, &missing) != 0) { in zpool_open_canfail()
986 if (zpool_refresh_stats(zhp, &missing) != 0) { in zpool_open_silent()
/titanic_41/usr/src/cmd/zpool/
H A Dzpool_main.c2335 if (zpool_refresh_stats(zhp, &missing) != 0) in refresh_iostat()