Searched refs:ZPOOL_CONFIG_VERSION (Results 1 – 13 of 13) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zfs.h | 44 #define ZPOOL_CONFIG_VERSION "version" macro
|
/titanic_41/usr/src/cmd/availdevs/ |
H A D | availdevs.c | 133 nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, &version) || in add_pool_to_xml()
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_status.c | 197 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in check_status()
|
H A D | libzfs_import.c | 544 ZPOOL_CONFIG_VERSION); in get_configs() 546 ZPOOL_CONFIG_VERSION, version); in get_configs()
|
H A D | libzfs_pool.c | 1634 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in zpool_import_props() 2829 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, &vers) == 0); in zpool_vdev_split() 2958 nvlist_add_uint64(newconfig, ZPOOL_CONFIG_VERSION, vers) != 0) in zpool_vdev_split()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | spa_config.c | 385 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_VERSION, in spa_config_generate()
|
H A D | vdev_label.c | 733 VERIFY(nvlist_add_uint64(label, ZPOOL_CONFIG_VERSION, in vdev_label_init() 746 VERIFY(nvlist_add_uint64(label, ZPOOL_CONFIG_VERSION, in vdev_label_init()
|
H A D | spa.c | 2097 if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in spa_load() 5055 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_VERSION, in spa_vdev_split_mirror() 5988 fnvlist_add_uint64(config, ZPOOL_CONFIG_VERSION, in spa_sync_config_object()
|
H A D | vdev.c | 2138 if (nvlist_lookup_uint64(label, ZPOOL_CONFIG_VERSION, &version) != 0 || in vdev_validate_aux()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 500 #define ZPOOL_CONFIG_VERSION "version" macro
|
/titanic_41/usr/src/cmd/zpool/ |
H A D | zpool_main.c | 1694 ZPOOL_CONFIG_VERSION, &version) == 0); in do_import() 4399 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in upgrade_version() 4470 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in upgrade_cb() 4519 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in upgrade_list_older_cb() 4552 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, in upgrade_list_disabled_cb()
|
/titanic_41/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_pool.c | 392 nvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION, &version) || in populate_ImportablePoolBean()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1562 if (nvlist_lookup_value(nvlist, ZPOOL_CONFIG_VERSION, outversion, in check_pool_label()
|