Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/lib/libzfs/common/
Dlibzfs_status.c208 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in check_status()
Dlibzfs_import.c552 ZPOOL_CONFIG_VERSION); in get_configs()
554 ZPOOL_CONFIG_VERSION, version); in get_configs()
Dlibzfs_pool.c1684 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in zpool_import_props()
2903 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, &vers) == 0);
3031 nvlist_add_uint64(newconfig, ZPOOL_CONFIG_VERSION, vers) != 0)
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dspa_config.c404 fnvlist_add_uint64(config, ZPOOL_CONFIG_VERSION, spa_version(spa)); in spa_config_generate()
Dvdev_label.c759 VERIFY(nvlist_add_uint64(label, ZPOOL_CONFIG_VERSION, in vdev_label_init()
772 VERIFY(nvlist_add_uint64(label, ZPOOL_CONFIG_VERSION, in vdev_label_init()
Dspa.c2217 if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in spa_load()
4284 if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in spa_import_rootpool()
5490 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_VERSION, in spa_vdev_split_mirror()
6586 fnvlist_add_uint64(config, ZPOOL_CONFIG_VERSION, in spa_sync_config_object()
Dvdev.c2355 if (nvlist_lookup_uint64(label, ZPOOL_CONFIG_VERSION, &version) != 0 || in vdev_validate_aux()
/netbsd/src/external/cddl/osnet/dist/uts/common/sys/fs/
Dzfs.h514 #define ZPOOL_CONFIG_VERSION "version" macro
/netbsd/src/external/cddl/osnet/dist/cmd/zpool/
Dzpool_main.c1869 ZPOOL_CONFIG_VERSION, &version) == 0); in do_import()
4592 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in upgrade_version()
4671 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in upgrade_cb()
4767 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in upgrade_list_older_cb()
4809 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in upgrade_list_disabled_cb()