Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c5881 return (spa_vdev_exit(spa, NULL, txg, error));
5894 return (spa_vdev_exit(spa, vd, txg, EINVAL));
5898 return (spa_vdev_exit(spa, vd, txg, error));
5905 return (spa_vdev_exit(spa, vd, txg, error));
5934 return (spa_vdev_exit(spa, vd,
5987 (void) spa_vdev_exit(spa, vd, txg, 0);
6031 return (spa_vdev_exit(spa, NULL, txg, error));
6035 return (spa_vdev_exit(spa, NULL, txg, EBUSY));
6439 error = spa_vdev_exit(spa, vd, txg, 0);
6843 (void) spa_vdev_exit(spa, NULL, txg, 0);
[all …]
H A Dvdev_removal.c1178 (void) spa_vdev_exit(spa, NULL, txg, 0); in vdev_remove_complete()
1197 (void) spa_vdev_exit(spa, vd, txg, 0); in vdev_remove_complete()
2057 return (spa_vdev_exit(spa, NULL, txg, error)); in spa_vdev_remove()
2119 error = spa_vdev_exit(spa, NULL, txg, error); in spa_vdev_remove()
H A Dspa_misc.c1341 spa_vdev_exit(spa_t *spa, vdev_t *vd, uint64_t txg, int error) in spa_vdev_exit() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa.h774 extern int spa_vdev_exit(spa_t *spa, vdev_t *vd, uint64_t txg, int error);