Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev.h97 extern void vdev_expand(vdev_t *vd, uint64_t txg);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_config.c554 vdev_expand(tvd, txg); in spa_config_update()
H A Dspa.c5211 vdev_expand(vd, txg);
6644 vdev_expand(tvd, txg);
H A Dvdev.c4517 vdev_expand(vdev_t *vd, uint64_t txg) in vdev_expand() function