Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa.c4358 return (spa_vdev_exit(spa, NULL, txg, error)); in spa_vdev_add()
4371 return (spa_vdev_exit(spa, vd, txg, EINVAL)); in spa_vdev_add()
4375 return (spa_vdev_exit(spa, vd, txg, error)); in spa_vdev_add()
4382 return (spa_vdev_exit(spa, vd, txg, error)); in spa_vdev_add()
4432 (void) spa_vdev_exit(spa, vd, txg, 0); in spa_vdev_add()
4472 return (spa_vdev_exit(spa, NULL, txg, ENODEV)); in spa_vdev_attach()
4475 return (spa_vdev_exit(spa, NULL, txg, ENOTSUP)); in spa_vdev_attach()
4481 return (spa_vdev_exit(spa, NULL, txg, EINVAL)); in spa_vdev_attach()
4484 return (spa_vdev_exit(spa, newrootvd, txg, EINVAL)); in spa_vdev_attach()
4489 return (spa_vdev_exit(spa, newrootvd, txg, EINVAL)); in spa_vdev_attach()
[all …]
H A Dspa_misc.c1147 spa_vdev_exit(spa_t *spa, vdev_t *vd, uint64_t txg, int error) in spa_vdev_exit() function
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h730 extern int spa_vdev_exit(spa_t *spa, vdev_t *vd, uint64_t txg, int error);