Home
last modified time | relevance | path

Searched refs:VDEV_ALLOC_ADD (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h499 #define VDEV_ALLOC_ADD 1 macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c5191 error = spa_config_parse(spa, &rvd, nvroot, NULL, 0, VDEV_ALLOC_ADD);
5202 VDEV_ALLOC_ADD)) == 0) {
6113 VDEV_ALLOC_ADD)) != 0)
6137 if ((error = spa_validate_aux(spa, nvroot, txg, VDEV_ALLOC_ADD)) != 0)
H A Dvdev.c653 if (top_level && alloctype == VDEV_ALLOC_ADD) { in vdev_alloc()
745 alloctype == VDEV_ALLOC_ADD || in vdev_alloc()