Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_config.c243 error = zpool_refresh_stats(zhp, &missing); in zpool_get_features()
265 zpool_refresh_stats(zpool_handle_t *zhp, boolean_t *missing) in zpool_refresh_stats() function
H A Dlibzfs_pool.c1067 if (zpool_refresh_stats(zhp, &missing) != 0) { in zpool_open_canfail()
1099 if (zpool_refresh_stats(zhp, &missing) != 0) { in zpool_open_silent()
H A Dlibzfs.abi354 …<elf-symbol name='zpool_refresh_stats' type='func-type' binding='global-binding' visibility='defau…
1149zpool_refresh_stats' mangled-name='zpool_refresh_stats' filepath='/home/fedora/zfs/lib/libzfs/libz…
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs.h411 extern int zpool_refresh_stats(zpool_handle_t *, boolean_t *);
/f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/
H A Dzpool_influxdb.c722 if (zpool_refresh_stats(zhp, &missing) != 0) { in print_stats()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c4742 if (zpool_refresh_stats(zhp, &missing) != 0) in refresh_iostat()
10110 if (zpool_refresh_stats(zhp, &missing) != 0 || missing || in wait_status_thread()