Searched refs:ZPOOL_CONFIG_VERSION (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | spa_os.c | 233 if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in spa_import_rootpool()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_status.c | 235 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in check_status()
|
| H A D | libzfs_pool.c | 1890 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in zpool_import_props() 3457 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, &vers) == 0); in zpool_vdev_split() 3621 nvlist_add_uint64(newconfig, ZPOOL_CONFIG_VERSION, vers) != 0) in zpool_vdev_split()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_config.c | 440 fnvlist_add_uint64(config, ZPOOL_CONFIG_VERSION, spa_version(spa)); in spa_config_generate()
|
| H A D | vdev_label.c | 1076 VERIFY(nvlist_add_uint64(label, ZPOOL_CONFIG_VERSION, in vdev_label_init() 1089 VERIFY(nvlist_add_uint64(label, ZPOOL_CONFIG_VERSION, in vdev_label_init()
|
| H A D | vdev_draid.c | 2686 fnvlist_add_uint64(nv, ZPOOL_CONFIG_VERSION, spa_version(spa)); in vdev_draid_read_config_spare()
|
| H A D | spa.c | 3243 if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, 7547 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_VERSION, 8544 fnvlist_add_uint64(config, ZPOOL_CONFIG_VERSION,
|
| H A D | vdev.c | 3432 if (nvlist_lookup_uint64(label, ZPOOL_CONFIG_VERSION, &version) != 0 || in vdev_validate_aux()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 562 ZPOOL_CONFIG_VERSION); in get_configs() 564 ZPOOL_CONFIG_VERSION, version); in get_configs()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 603 #define ZPOOL_CONFIG_VERSION "version" macro
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 2978 version = fnvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION); in do_import() 8585 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in upgrade_version() 8668 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in upgrade_cb() 8717 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in upgrade_list_older_cb() 8750 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in upgrade_list_disabled_cb()
|