Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dvdev.h105 extern void vdev_expand(vdev_t *vd, uint64_t txg);
/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dspa_config.c602 vdev_expand(tvd, txg); in spa_config_update()
H A Dspa.c6389 vdev_expand(vd, txg);
7730 vdev_expand(tvd, txg);
H A Dvdev.c5486 vdev_expand(vdev_t *vd, uint64_t txg) in vdev_expand() function