Searched refs:spa_vdev_exit (Results 1 – 3 of 3) sorted by relevance
| /titanic_53/usr/src/uts/common/fs/zfs/ |
| H A D | spa.c | 4370 return (spa_vdev_exit(spa, NULL, txg, error)); in spa_vdev_add() 4383 return (spa_vdev_exit(spa, vd, txg, EINVAL)); in spa_vdev_add() 4387 return (spa_vdev_exit(spa, vd, txg, error)); in spa_vdev_add() 4394 return (spa_vdev_exit(spa, vd, txg, error)); in spa_vdev_add() 4444 (void) spa_vdev_exit(spa, vd, txg, 0); in spa_vdev_add() 4485 return (spa_vdev_exit(spa, NULL, txg, ENODEV)); in spa_vdev_attach() 4488 return (spa_vdev_exit(spa, NULL, txg, ENOTSUP)); in spa_vdev_attach() 4494 return (spa_vdev_exit(spa, NULL, txg, EINVAL)); in spa_vdev_attach() 4497 return (spa_vdev_exit(spa, newrootvd, txg, EINVAL)); in spa_vdev_attach() 4502 return (spa_vdev_exit(spa, newrootvd, txg, EINVAL)); in spa_vdev_attach() [all …]
|
| H A D | spa_misc.c | 1155 spa_vdev_exit(spa_t *spa, vdev_t *vd, uint64_t txg, int error) in spa_vdev_exit() function
|
| /titanic_53/usr/src/uts/common/fs/zfs/sys/ |
| H A D | spa.h | 736 extern int spa_vdev_exit(spa_t *spa, vdev_t *vd, uint64_t txg, int error);
|