Searched refs:ZPOOL_CONFIG_VDEV_STATS (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/lib/libzfs/common/ |
| D | libzfs_status.c | 158 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()
|
| D | libzfs_pool.c | 353 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/ |
| D | util.c | 92 if (nvlist_lookup_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in show_vdev_stats()
|
| /netbsd/src/external/cddl/osnet/dist/cmd/zpool/ |
| D | zpool_main.c | 1345 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/ |
| D | spa_config.c | 162 nvlist_remove(nvl, ZPOOL_CONFIG_VDEV_STATS, DATA_TYPE_UINT64_ARRAY); in spa_config_clean()
|
| D | vdev_label.c | 319 fnvlist_add_uint64_array(nv, ZPOOL_CONFIG_VDEV_STATS, in vdev_config_generate()
|
| D | spa.c | 3325 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/ |
| D | zfs.h | 534 #define ZPOOL_CONFIG_VDEV_STATS "vdev_stats" /* not stored on disk */ macro
|
| /netbsd/src/external/cddl/osnet/dist/common/zfs/ |
| D | zfs_ioctl_compat.c | 971 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()
|