Searched refs:spa_vdev_exit (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 4358 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 D | spa_misc.c | 1147 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 D | spa.h | 730 extern int spa_vdev_exit(spa_t *spa, vdev_t *vd, uint64_t txg, int error);
|