Lines Matching defs:spare
826 strncmp(pool, "spare", 5) == 0 ||
1362 "'%s' has an active shared spare which could be"
1881 * spare; but FALSE if its an INUSE spare.
2268 * An active spare device has ZPOOL_CONFIG_IS_SPARE set.
2269 * For a spare vdev, we only want to boot from the active
2270 * spare device.
2273 uint64_t spare = 0;
2275 &spare);
2276 if (!spare)
2590 * a hot spare.
2686 * If the target is a hot spare that has been swapped in, we can only
2687 * replace it with another hot spare.
2696 "can only be replaced by another hot spare"));
2703 * If the target is not a hot spare but we can still find 'newname' in
2761 "cannot replace a log with a spare"));
2764 "already in replacing/spare config; wait "