HomeSort by: relevance | last modified time | path
    Searched refs:unspare (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa.h 675 extern int spa_vdev_remove(spa_t *spa, uint64_t guid, boolean_t unspare);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa.c 5088 boolean_t unspare = B_FALSE; local
5181 unspare = B_TRUE;
5213 if (unspare) {
5286 if (unspare) {
5757 spa_vdev_remove(spa_t *spa, uint64_t guid, boolean_t unspare)
5783 if (vd == NULL || unspare) {
5868 * Find any device that's done replacing, or a vdev marked 'unspare' that's
5903 * Check for a completed resilver with the 'unspare' flag set.

Completed in 60 milliseconds