Home
last modified time | relevance | path

Searched refs:ZPOOL_CONFIG_IS_SPARE (Results 1 – 7 of 7) sorted by relevance

/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDspa_config.c444 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_IS_SPARE, in spa_config_generate()
HDvdev_label.c275 fnvlist_add_uint64(nv, ZPOOL_CONFIG_IS_SPARE, 1); in vdev_config_generate()
HDvdev.c617 if (nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_SPARE, in vdev_alloc()
/trueos/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
HDzfs.h529 #define ZPOOL_CONFIG_IS_SPARE "is_spare" macro
/trueos/sys/cddl/boot/zfs/
HDzfsimpl.h718 #define ZPOOL_CONFIG_IS_SPARE "is_spare" macro
/trueos/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_import.c1680 ZPOOL_CONFIG_IS_SPARE, &isspare) == 0 && isspare) in zpool_in_use()
HDlibzfs_pool.c2295 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_SPARE,
2703 nvlist_lookup_uint64(tgt, ZPOOL_CONFIG_IS_SPARE, &val) == 0 &&