Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/lib/libzfs/common/
Dlibzfs_status.c158 verify(nvlist_lookup_uint64_array(vdev, ZPOOL_CONFIG_VDEV_STATS, in find_vdev_problem()
212 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in check_status()
Dlibzfs_pool.c353 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &vsc) in zpool_get_prop()
3375 have_stats = nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS,
/netbsd/src/external/cddl/osnet/dist/lib/libzpool/common/
Dutil.c92 if (nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in show_vdev_stats()
/netbsd/src/external/cddl/osnet/dist/cmd/zpool/
Dzpool_main.c1345 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in print_status_config()
1501 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in print_import_config()
1645 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in show_import()
2380 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&oldvs, &c) == 0); in print_vdev_stats()
2385 verify(nvlist_lookup_uint64_array(newnv, ZPOOL_CONFIG_VDEV_STATS, in print_vdev_stats()
2977 verify(nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in print_list_stats()
4177 verify(nvlist_lookup_uint64_array(nvroot, ZPOOL_CONFIG_VDEV_STATS, in status_callback()
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dspa_config.c162 nvlist_remove(nvl, ZPOOL_CONFIG_VDEV_STATS, DATA_TYPE_UINT64_ARRAY); in spa_config_clean()
Dvdev_label.c319 fnvlist_add_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in vdev_config_generate()
Dspa.c3325 spares[i], ZPOOL_CONFIG_VDEV_STATS, in spa_add_spares()
3382 ZPOOL_CONFIG_VDEV_STATS, (uint64_t **)&vs, &vsc) in spa_add_l2cache()
/netbsd/src/external/cddl/osnet/dist/uts/common/sys/fs/
Dzfs.h534 #define ZPOOL_CONFIG_VDEV_STATS "vdev_stats" /* not stored on disk */ macro
/netbsd/src/external/cddl/osnet/dist/common/zfs/
Dzfs_ioctl_compat.c971 if ((nvlist_lookup_uint64_array(nvl, ZPOOL_CONFIG_VDEV_STATS, in zfs_ioctl_compat_fix_stats_nvlist()
981 ZPOOL_CONFIG_VDEV_STATS, in zfs_ioctl_compat_fix_stats_nvlist()
985 nvlist_remove(nvl, ZPOOL_CONFIG_VDEV_STATS, in zfs_ioctl_compat_fix_stats_nvlist()