Home
last modified time | relevance | path

Searched refs:ZFS_ONLINE_EXPAND (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/fs/
H A Dzfs.h916 #define ZFS_ONLINE_EXPAND 0x8 macro
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dvdev.c2384 pvd->vdev_expanding = !!(flags & ZFS_ONLINE_EXPAND); in vdev_online()
2403 if ((flags & ZFS_ONLINE_EXPAND) || spa->spa_autoexpand) { in vdev_online()
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2338 if (flags & ZFS_ONLINE_EXPAND) { in zpool_vdev_online()
2356 if (flags & ZFS_ONLINE_EXPAND || in zpool_vdev_online()
/titanic_41/usr/src/cmd/zpool/
H A Dzpool_main.c3387 flags |= ZFS_ONLINE_EXPAND; in zpool_do_online()
/titanic_41/usr/src/cmd/ztest/
H A Dztest.c2966 error = vdev_online(spa, guid, ZFS_ONLINE_EXPAND, &newstate); in online_vdev()