Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa.c4780 return (spa_vdev_exit(spa, NULL, txg, error)); in spa_vdev_add()
4793 return (spa_vdev_exit(spa, vd, txg, EINVAL)); in spa_vdev_add()
4797 return (spa_vdev_exit(spa, vd, txg, error)); in spa_vdev_add()
4804 return (spa_vdev_exit(spa, vd, txg, error)); in spa_vdev_add()
4854 (void) spa_vdev_exit(spa, vd, txg, 0); in spa_vdev_add()
4895 return (spa_vdev_exit(spa, NULL, txg, ENODEV)); in spa_vdev_attach()
4898 return (spa_vdev_exit(spa, NULL, txg, ENOTSUP)); in spa_vdev_attach()
4904 return (spa_vdev_exit(spa, NULL, txg, EINVAL)); in spa_vdev_attach()
4907 return (spa_vdev_exit(spa, newrootvd, txg, EINVAL)); in spa_vdev_attach()
4912 return (spa_vdev_exit(spa, newrootvd, txg, EINVAL)); in spa_vdev_attach()
[all …]
H A Dspa_misc.c1342 spa_vdev_exit(spa_t *spa, vdev_t *vd, uint64_t txg, int error) in spa_vdev_exit() function
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa.h760 extern int spa_vdev_exit(spa_t *spa, vdev_t *vd, uint64_t txg, int error);