Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dvdev.h87 extern void vdev_expand(vdev_t *vd, uint64_t txg);
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa_config.c548 vdev_expand(tvd, txg); in spa_config_update()
H A Dspa.c3769 vdev_expand(rvd->vdev_child[c], txg); in spa_create()
5253 vdev_expand(tvd, txg); in spa_vdev_detach()
H A Dvdev.c3560 vdev_expand(vdev_t *vd, uint64_t txg) in vdev_expand() function