Home
last modified time | relevance | path

Searched refs:ZPOOL_CONFIG_VDEV_STATS (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_status.c183 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 Dlibzfs_pool.c268 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &vsc) in zpool_get_state_str()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dutil.c73 if (nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in show_vdev_stats()
/f-stack/freebsd/contrib/openzfs/cmd/zed/agents/
H A Dzfs_mod.c122 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 Dzpool_influxdb.c352 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 Dlibzfs_ioctl_compat.c137 ZPOOL_CONFIG_VDEV_STATS,
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h629 #define ZPOOL_CONFIG_VDEV_STATS "vdev_stats" /* not stored on disk */ macro
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c2182 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 Dvdev_label.c230 fnvlist_add_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in vdev_config_generate_stats()
H A Dspa.c5224 spares[i], ZPOOL_CONFIG_VDEV_STATS,
5281 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &vsc)