Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_config.c197 error = zpool_refresh_stats(zhp, &missing); in zpool_get_features()
219 zpool_refresh_stats(zpool_handle_t *zhp, boolean_t *missing) in zpool_refresh_stats() function
H A Dlibzfs_pool.c1326 if (zpool_refresh_stats(zhp, &missing) != 0) { in zpool_open_canfail()
1357 if (zpool_refresh_stats(zhp, &missing) != 0) { in zpool_open_silent()
H A Dlibzfs.abi630 …<elf-symbol name='zpool_refresh_stats' type='func-type' binding='global-binding' visibility='defau…
3380 …e='zpool_refresh_stats' mangled-name='zpool_refresh_stats' visibility='default' binding='global' s…
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_iter.c188 zpool_refresh_stats(node->zn_handle, &missing); in pool_list_refresh()
213 zpool_refresh_stats(node->zn_handle, &missing); in pool_list_refresh()
H A Dzpool_main.c13433 if (zpool_refresh_stats(zhp, &missing) != 0 || missing || in wait_status_thread()
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/
H A Dzpool_influxdb.c724 if (zpool_refresh_stats(zhp, &missing) != 0) { in print_stats()
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h481 _LIBZFS_H int zpool_refresh_stats(zpool_handle_t *, boolean_t *);