Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h230 uint64_t spa_autoexpand; /* lun expansion on/off */ member
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dspa.c2632 spa_prop_find(spa, ZPOOL_PROP_AUTOEXPAND, &spa->spa_autoexpand); in spa_load_impl()
3699 spa->spa_autoexpand = zpool_prop_default_numeric(ZPOOL_PROP_AUTOEXPAND); in spa_create()
4854 if (spa->spa_autoexpand) { in spa_vdev_detach()
5694 if (!spa->spa_autoexpand) in spa_async_autoexpand()
6174 spa->spa_autoexpand = intval; in spa_sync_props()
H A Dvdev.c1295 (vd->vdev_expanding || spa->spa_autoexpand)) in vdev_open()
2409 if ((flags & ZFS_ONLINE_EXPAND) || spa->spa_autoexpand) { in vdev_online()