Home
last modified time | relevance | path

Searched refs:spa_autoexpand (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h370 uint64_t spa_autoexpand; /* lun expansion on/off */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev.c1272 if (!cvd->vdev_spa->spa_autoexpand) in vdev_remove_parent()
2002 (vd->vdev_expanding || spa->spa_autoexpand)) || in vdev_open()
3751 spa->spa_autoexpand); in vdev_online()
3771 if ((flags & ZFS_ONLINE_EXPAND) || spa->spa_autoexpand) { in vdev_online()
H A Dspa.c4107 spa_prop_find(spa, ZPOOL_PROP_AUTOEXPAND, &spa->spa_autoexpand);
5894 spa->spa_autoexpand = zpool_prop_default_numeric(ZPOOL_PROP_AUTOEXPAND);
7062 if (spa->spa_autoexpand) {
7998 if (!spa->spa_autoexpand)
8709 spa->spa_autoexpand = intval;
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c166 if (!spa->spa_autoexpand) in vdev_geom_resize()