Searched refs:ZPOOL_CONFIG_VDEV_STATS (Results 1 – 13 of 13) sorted by relevance
| /freebsd/cddl/usr.sbin/zfsd/ |
| H A D | vdev.cc | 176 if (nvlist_lookup_uint64_array(m_config, ZPOOL_CONFIG_VDEV_STATS, in State() 293 (void) nvlist_lookup_uint64_array(m_config, ZPOOL_CONFIG_VDEV_STATS, in IsActiveSpare()
|
| H A D | case_file.cc | 585 ZPOOL_CONFIG_VDEV_STATS, &nvlist_array, &nstats) != 0) { in ActivateSpare()
|
| /freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_retire.c | 191 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &c); in remove_spares() 313 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &i); in is_draid_fdomain_failure() 554 nvlist_lookup_uint64_array(vdev, ZPOOL_CONFIG_VDEV_STATS, in zfs_retire_recv()
|
| H A D | zfs_mod.c | 124 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in zfs_toplevel_state() 229 verify(nvlist_lookup_uint64_array(vdev, ZPOOL_CONFIG_VDEV_STATS, in zfs_process_add() 1014 verify(nvlist_lookup_uint64_array(nvl, ZPOOL_CONFIG_VDEV_STATS, in vdev_size_from_config()
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_status.c | 211 vdev, ZPOOL_CONFIG_VDEV_STATS, &vsc); in find_vdev_problem() 263 ZPOOL_CONFIG_VDEV_STATS, &vsc); in check_status()
|
| H A D | libzfs_pool.c | 276 nvroot, ZPOOL_CONFIG_VDEV_STATS, &vsc); in zpool_get_state_str()
|
| /freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | zpool_influxdb.c | 346 if (nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in print_summary_stats() 741 if (nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in print_stats()
|
| /freebsd/sys/contrib/openzfs/lib/libzpool/ |
| H A D | util.c | 76 if (nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in show_vdev_stats()
|
| /freebsd/cddl/usr.sbin/zfsd/tests/ |
| H A D | zfsd_unittest.cc | 312 ZPOOL_CONFIG_VDEV_STATS, in TEST_F()
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 1241 if (nvlist_lookup_uint64_array(nvdev, ZPOOL_CONFIG_VDEV_STATS, in fill_vdev_info() 2855 if (nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in vdev_health_check_cb() 2894 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in print_status_config() 3213 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in print_import_config() 3402 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in show_import() 5578 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&oldvs, &c) == 0); in print_vdev_stats() 5603 verify(nvlist_lookup_uint64_array(newnv, ZPOOL_CONFIG_VDEV_STATS, in print_vdev_stats() 5974 if (nvlist_exists(nvroot, ZPOOL_CONFIG_VDEV_STATS)) in get_stat_flags_cb() 7061 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in collect_list_stats() 8100 ZPOOL_CONFIG_VDEV_STATS, &vsc))->vs_state; in zpool_do_online() [all …]
|
| /freebsd/sys/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 859 #define ZPOOL_CONFIG_VDEV_STATS "vdev_stats" /* not stored on disk */ macro
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev_label.c | 232 fnvlist_add_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in vdev_config_generate_stats()
|
| H A D | spa.c | 6664 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &vsc)); 6724 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &vsc));
|