| /f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | zpool_influxdb.c | 145 print_scan_status(nvlist_t *nvroot, const char *pool_name) in print_scan_status() 260 get_vdev_name(nvlist_t *nvroot, const char *parent_name) in get_vdev_name() 296 get_vdev_desc(nvlist_t *nvroot, const char *parent_name) in get_vdev_desc() 345 print_summary_stats(nvlist_t *nvroot, const char *pool_name, in print_summary_stats() 385 print_vdev_latency_stats(nvlist_t *nvroot, const char *pool_name, in print_vdev_latency_stats() 478 print_vdev_size_stats(nvlist_t *nvroot, const char *pool_name, in print_vdev_size_stats() 569 print_queue_stats(nvlist_t *nvroot, const char *pool_name, in print_queue_stats() 621 print_top_level_vdev_stats(nvlist_t *nvroot, const char *pool_name) in print_top_level_vdev_stats() 672 print_recursive_stats(stat_printer_f func, nvlist_t *nvroot, in print_recursive_stats() 710 nvlist_t *config, *nvroot; in print_stats() local
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_vdev.c | 217 nvlist_t *nvroot; in is_spare() local 486 get_replication(nvlist_t *nvroot, boolean_t fatal) in get_replication() 808 nvlist_t *nvroot; in check_replication() local 1448 nvlist_t *nvroot, *nv, **top, **spares, **l2cache; in construct_spec() local 1776 num_normal_vdevs(nvlist_t *nvroot) in num_normal_vdevs()
|
| H A D | zpool_main.c | 881 nvlist_t *nvroot; in zpool_do_add() local 1379 nvlist_t *nvroot = NULL; in zpool_do_create() local 1936 nvlist_t *config, *nvroot; in find_spare() local 2599 nvlist_t *nvroot, *nvinfo; in show_import() local 4815 nvlist_t *config, *nvroot; in get_namewidth() local 6084 nvlist_t *config, *nvroot; in list_callback() local 6243 nvlist_t *nvroot; in zpool_do_attach_or_replace() local 6968 nvlist_t *config, *nvroot; in zpool_has_checkpoint() local 7662 nvlist_t *config, *nvroot; in print_removal_status() local 7924 nvlist_t *config, *nvroot; in status_callback() local [all …]
|
| H A D | zpool_iter.c | 324 nvlist_t *config, *nvroot = NULL; in for_each_vdev() local
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_import.c | 273 nvlist_t *nvroot; in find_aux() local 381 nvlist_t *nvroot; in zpool_in_use() local
|
| H A D | libzfs_pool.c | 252 nvlist_t *nvroot; in zpool_get_state_str() local 1171 zpool_has_special_vdev(nvlist_t *nvroot) in zpool_has_special_vdev() 1228 zpool_create(libzfs_handle_t *hdl, const char *pool, nvlist_t *nvroot, in zpool_create() 1482 zpool_add(zpool_handle_t *zhp, nvlist_t *nvroot) in zpool_add() 2463 nvlist_t *nvroot; in zpool_scan() local 2665 nvlist_t *search, *nvroot, *ret; in zpool_find_vdev_by_physpath() local 2717 nvlist_t *nvroot, *search, *ret; in zpool_find_vdev() local 3161 const char *new_disk, nvlist_t *nvroot, int replacing, boolean_t rebuild) in zpool_vdev_attach()
|
| H A D | libzfs_status.c | 223 nvlist_t *nvroot; in check_status() local
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | spa_os.c | 81 nvlist_t *best_cfg, *nvtop, *nvroot; in spa_generate_rootconf() local
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_retire.c | 151 nvlist_t *config, *nvroot; in find_by_guid() local 186 nvlist_t *config, *nvroot, *replacement; in replace_with_spare() local
|
| H A D | zfs_mod.c | 116 nvlist_t *nvroot; in zfs_toplevel_state() local 183 nvlist_t *nvroot, *newvd; in zfs_process_add() local
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/os/linux/ |
| H A D | libzfs_pool_os.c | 227 nvlist_t *nvroot; in zpool_label_disk() local
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | util.c | 134 nvlist_t *config, *nvroot; in show_pool_stats() local
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_config.c | 400 nvlist_t *config, *nvroot; in spa_config_generate() local
|
| H A D | spa.c | 5192 nvlist_t *nvroot; local 5241 nvlist_t *nvroot; local 5453 spa_validate_aux_devs(spa_t *spa, nvlist_t *nvroot, uint64_t crtxg, int mode, 5522 spa_validate_aux(spa_t *spa, nvlist_t *nvroot, uint64_t crtxg, int mode) 5627 spa_create(const char *pool, nvlist_t *nvroot, nvlist_t *props, 5943 nvlist_t *nvroot; local 6431 spa_vdev_add(spa_t *spa, nvlist_t *nvroot) 6598 spa_vdev_attach(spa_t *spa, uint64_t guid, nvlist_t *nvroot, int replacing, 8380 nvlist_t *nvroot; local
|
| H A D | vdev_draid.c | 1867 vdev_draid_spare_create(nvlist_t *nvroot, vdev_t *vd, uint64_t *ndraidp, in vdev_draid_spare_create()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 460 nvlist_t *ret = NULL, *config = NULL, *tmp = NULL, *nvtop, *nvroot; in get_configs() local 983 label_paths_impl(libpc_handle_t *hdl, nvlist_t *nvroot, uint64_t pool_guid, in label_paths_impl() 1029 nvlist_t *nvroot; in label_paths() local
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 2809 nvlist_t *nvroot; in ztest_spa_create_destroy() local 2919 nvlist_t *nvroot, *props; in ztest_spa_upgrade() local 3083 nvlist_t *nvroot; in ztest_vdev_add_remove() local 3172 nvlist_t *nvroot; in ztest_vdev_class_add() local 3314 nvlist_t *nvroot = make_vdev_root(NULL, aux, NULL, in ztest_vdev_aux_add_remove() local 7474 nvlist_t *nvroot, *props; in ztest_init() local
|