Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h249 boolean_t vdev_expanding; /* expand the vdev? */ member
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c318 if (v->vdev_expanding && bdev != bdev_whole(bdev)) { in vdev_disk_open()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev.c2263 (vd->vdev_expanding || spa->spa_autoexpand)) || in vdev_open()
4264 if (vd->vdev_removed || vd->vdev_expanding) in vdev_remove_wanted()
4312 pvd->vdev_expanding = !!((flags & ZFS_ONLINE_EXPAND) || in vdev_online()
4322 pvd->vdev_expanding = B_FALSE; in vdev_online()