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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c4487 return (spa_vdev_exit(spa, NULL, txg, error));
4489 spa->spa_pending_vdev = vd; /* spa_vdev_exit() will clear this */
4500 return (spa_vdev_exit(spa, vd, txg, EINVAL));
4504 return (spa_vdev_exit(spa, vd, txg, error));
4511 return (spa_vdev_exit(spa, vd, txg, error));
4554 * initializing metaslabs; sync the config cache (via spa_vdev_exit());
4561 (void) spa_vdev_exit(spa, vd, txg, 0);
4602 return (spa_vdev_exit(spa, NULL, txg, ENODEV));
4605 return (spa_vdev_exit(spa, NULL, txg, ENOTSUP));
4611 return (spa_vdev_exit(sp
[all...]
H A Dspa_misc.c211 * The vdev configuration is protected by spa_vdev_enter() / spa_vdev_exit().
216 * spa_vdev_exit() Release the config lock, wait for all I/O
1166 spa_vdev_exit(spa_t *spa, vdev_t *vd, uint64_t txg, int error) function
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h740 extern int spa_vdev_exit(spa_t *spa, vdev_t *vd, uint64_t txg, int error);

Completed in 76 milliseconds