Searched refs:spa_vdev_exit (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 4383 return (spa_vdev_exit(spa, NULL, txg, error)); in spa_vdev_add() 4396 return (spa_vdev_exit(spa, vd, txg, EINVAL)); in spa_vdev_add() 4400 return (spa_vdev_exit(spa, vd, txg, error)); in spa_vdev_add() 4407 return (spa_vdev_exit(spa, vd, txg, error)); in spa_vdev_add() 4457 (void) spa_vdev_exit(spa, vd, txg, 0); in spa_vdev_add() 4498 return (spa_vdev_exit(spa, NULL, txg, ENODEV)); in spa_vdev_attach() 4501 return (spa_vdev_exit(spa, NULL, txg, ENOTSUP)); in spa_vdev_attach() 4507 return (spa_vdev_exit(spa, NULL, txg, EINVAL)); in spa_vdev_attach() 4510 return (spa_vdev_exit(spa, newrootvd, txg, EINVAL)); in spa_vdev_attach() 4515 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_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 740 extern int spa_vdev_exit(spa_t *spa, vdev_t *vd, uint64_t txg, int error);
|