Searched refs:ZPOOL_CONFIG_IS_SPARE (Results 1 – 7 of 7) sorted by relevance
| /trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | spa_config.c | 444 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_IS_SPARE, in spa_config_generate()
|
| HD | vdev_label.c | 275 fnvlist_add_uint64(nv, ZPOOL_CONFIG_IS_SPARE, 1); in vdev_config_generate()
|
| HD | vdev.c | 617 if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_SPARE, in vdev_alloc()
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/sys/fs/ |
| HD | zfs.h | 529 #define ZPOOL_CONFIG_IS_SPARE "is_spare" macro
|
| /trueos/sys/cddl/boot/zfs/ |
| HD | zfsimpl.h | 718 #define ZPOOL_CONFIG_IS_SPARE "is_spare" macro
|
| /trueos/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs_import.c | 1680 ZPOOL_CONFIG_IS_SPARE, &isspare) == 0 && isspare) in zpool_in_use()
|
| HD | libzfs_pool.c | 2295 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_SPARE, 2703 nvlist_lookup_uint64(tgt, ZPOOL_CONFIG_IS_SPARE, &val) == 0 &&
|