Searched refs:ZPOOL_CONFIG_VDEV_STATS (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_status.c | 183 verify(nvlist_lookup_uint64_array(vdev, ZPOOL_CONFIG_VDEV_STATS, in find_vdev_problem() 239 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in check_status()
|
| H A D | libzfs_pool.c | 268 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &vsc) in zpool_get_state_str()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | util.c | 73 if (nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in show_vdev_stats()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_mod.c | 122 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in zfs_toplevel_state() 201 verify(nvlist_lookup_uint64_array(vdev, ZPOOL_CONFIG_VDEV_STATS, in zfs_process_add()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | zpool_influxdb.c | 352 if (nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in print_summary_stats() 739 if (nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in print_stats()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/os/freebsd/ |
| H A D | libzfs_ioctl_compat.c | 137 ZPOOL_CONFIG_VDEV_STATS,
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 629 #define ZPOOL_CONFIG_VDEV_STATS "vdev_stats" /* not stored on disk */ macro
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 2182 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in print_status_config() 2433 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in print_import_config() 2616 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in show_import() 4523 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&oldvs, &c) == 0); in print_vdev_stats() 4548 verify(nvlist_lookup_uint64_array(newnv, ZPOOL_CONFIG_VDEV_STATS, in print_vdev_stats() 4935 if (nvlist_exists(nvroot, ZPOOL_CONFIG_VDEV_STATS)) in get_stat_flags_cb() 5922 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in print_list_stats() 7960 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in status_callback() 9882 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in vdev_activity_remaining()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | vdev_label.c | 230 fnvlist_add_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in vdev_config_generate_stats()
|
| H A D | spa.c | 5224 spares[i], ZPOOL_CONFIG_VDEV_STATS, 5281 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &vsc)
|