Searched refs:ZPOOL_CONFIG_IS_SPARE (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zfs.h | 68 #define ZPOOL_CONFIG_IS_SPARE "is_spare" macro
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | spa_config.c | 421 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_IS_SPARE, in spa_config_generate()
|
H A D | vdev_label.c | 270 fnvlist_add_uint64(nv, ZPOOL_CONFIG_IS_SPARE, 1); in vdev_config_generate()
|
H A D | vdev.c | 544 if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_SPARE, in vdev_alloc()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 525 #define ZPOOL_CONFIG_IS_SPARE "is_spare" macro
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_import.c | 1628 ZPOOL_CONFIG_IS_SPARE, &isspare) == 0 && isspare) in zpool_in_use()
|
H A D | libzfs_pool.c | 2201 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_SPARE, in vdev_get_physpaths() 2595 nvlist_lookup_uint64(tgt, ZPOOL_CONFIG_IS_SPARE, &val) == 0 && in zpool_vdev_attach()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.c | 1472 (void) nvlist_lookup_value(nv, ZPOOL_CONFIG_IS_SPARE, in vdev_get_bootpath()
|