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

  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 2758 int replacing; local
2772 replacing = ztest_random(2);
2860 * unless it's a replace; in that case any non-replacing parent is OK.
2867 pvd->vdev_ops != &vdev_root_ops && (!replacing ||
2871 else if (newvd_is_spare && (!replacing || oldvd_is_log))
2874 expected_error = replacing ? 0 : EBUSY;
2892 error = spa_vdev_attach(spa, oldguid, root, replacing);
2897 * If our parent was the replacing vdev, but the replace completed,
2916 newsize, replacing, error, expected_error);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_ioctl.c 91 * caller's buffer, by removing some entries and replacing them with a
2031 int replacing = zc->zc_cookie; local
2040 error = spa_vdev_attach(spa, zc->zc_guid, config, replacing);

Completed in 25 milliseconds