Home
last modified time | relevance | path

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 Dzfs.h68 #define ZPOOL_CONFIG_IS_SPARE "is_spare" macro
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa_config.c421 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_IS_SPARE, in spa_config_generate()
H A Dvdev_label.c270 fnvlist_add_uint64(nv, ZPOOL_CONFIG_IS_SPARE, 1); in vdev_config_generate()
H A Dvdev.c544 if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_SPARE, in vdev_alloc()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dzfs.h525 #define ZPOOL_CONFIG_IS_SPARE "is_spare" macro
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_import.c1628 ZPOOL_CONFIG_IS_SPARE, &isspare) == 0 && isspare) in zpool_in_use()
H A Dlibzfs_pool.c2201 (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 Dfsys_zfs.c1472 (void) nvlist_lookup_value(nv, ZPOOL_CONFIG_IS_SPARE, in vdev_get_bootpath()