Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h557 #define VDEV_ALLOC_ADD 1 macro
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dspa.c6369 error = spa_config_parse(spa, &rvd, nvroot, NULL, 0, VDEV_ALLOC_ADD);
6380 (error = spa_validate_aux(spa, nvroot, txg, VDEV_ALLOC_ADD)) == 0) {
7097 VDEV_ALLOC_ADD)) != 0)
7136 if ((error = spa_validate_aux(spa, nvroot, txg, VDEV_ALLOC_ADD)) != 0)
H A Dvdev.c793 if (top_level && alloctype == VDEV_ALLOC_ADD) { in vdev_alloc()
942 alloctype == VDEV_ALLOC_ADD || in vdev_alloc()