Searched refs:ZPOOL_CONFIG_SCAN_STATS (Results 1 – 7 of 7) sorted by relevance
/freebsd/cddl/usr.sbin/zfsd/ |
H A D | vdev.cc | 309 (void) nvlist_lookup_uint64_array(m_config, ZPOOL_CONFIG_SCAN_STATS, in IsResilvering()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_status.c | 243 (void) nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_SCAN_STATS, in check_status()
|
H A D | libzfs_pool.c | 2820 ZPOOL_CONFIG_SCAN_STATS, (uint64_t **)&ps, &psc); in zpool_scan()
|
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
H A D | zpool_influxdb.c | 161 ZPOOL_CONFIG_SCAN_STATS, in print_scan_status()
|
/freebsd/sys/contrib/openzfs/include/sys/fs/ |
H A D | zfs.h | 744 #define ZPOOL_CONFIG_SCAN_STATS "scan_stats" /* not stored on disk */ macro
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_label.c | 415 ZPOOL_CONFIG_SCAN_STATS, (uint64_t *)&ps, in root_vdev_actions_getprogress()
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 3127 (void) nvlist_lookup_uint64_array(root, ZPOOL_CONFIG_SCAN_STATS, in print_status_config() 9801 if (nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_SCAN_STATS, in scan_status_nvlist() 9944 fnvlist_add_nvlist(item, ZPOOL_CONFIG_SCAN_STATS, scan); in scan_status_nvlist() 9963 if (nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_SCAN_STATS, in print_scan_status() 13171 ZPOOL_CONFIG_SCAN_STATS, (uint64_t **)&pss, &c); in print_wait_status_row()
|