Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h281 #define VDEV_ALLOC_ADD 1 macro
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa.c3547 error = spa_config_parse(spa, &rvd, nvroot, NULL, 0, VDEV_ALLOC_ADD); in spa_create()
3558 VDEV_ALLOC_ADD)) == 0) { in spa_create()
4357 VDEV_ALLOC_ADD)) != 0) in spa_vdev_add()
4381 if ((error = spa_validate_aux(spa, nvroot, txg, VDEV_ALLOC_ADD)) != 0) in spa_vdev_add()
H A Dvdev.c521 alloctype == VDEV_ALLOC_ADD || in vdev_alloc()