Searched refs:spa_vdev_state_exit (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | vdev.c | 2355 return (spa_vdev_state_exit(spa, NULL, ENODEV)); 2358 return (spa_vdev_state_exit(spa, NULL, ENOTSUP)); 2395 return (spa_vdev_state_exit(spa, vd, 0)); 2411 return (spa_vdev_state_exit(spa, NULL, ENODEV)); 2414 return (spa_vdev_state_exit(spa, NULL, ENOTSUP)); 2420 return (spa_vdev_state_exit(spa, NULL, 0)); 2427 return (spa_vdev_state_exit(spa, vd, 0)); 2447 return (spa_vdev_state_exit(spa, NULL, ENODEV)); 2450 return (spa_vdev_state_exit(spa, NULL, ENOTSUP)); 2488 return (spa_vdev_state_exit(sp [all...] |
H A D | spa_misc.c | 220 * vdev state is protected by spa_vdev_state_enter() / spa_vdev_state_exit(). 1206 spa_vdev_state_exit(spa_t *spa, vdev_t *vd, int error) function
|
H A D | spa.c | 5699 return (spa_vdev_state_exit(spa, NULL, ENOENT)); 5702 return (spa_vdev_state_exit(spa, NULL, ENOTSUP)); 5721 return (spa_vdev_state_exit(spa, sync ? vd : NULL, 0)); 5891 (void) spa_vdev_state_exit(spa, NULL, 0); 5906 (void) spa_vdev_state_exit(spa, NULL, 0);
|
H A D | zfs_ioctl.c | 4652 (void) spa_vdev_state_exit(spa, NULL, ENODEV); 4660 (void) spa_vdev_state_exit(spa, NULL, 0); 4695 (void) spa_vdev_state_exit(spa, NULL, 0);
|
H A D | dsl_scan.c | 1882 (void) spa_vdev_state_exit(spa, NULL, 0);
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 744 extern int spa_vdev_state_exit(spa_t *spa, vdev_t *vd, int error);
|
/illumos-gate/usr/src/cmd/zdb/ |
H A D | zdb.c | 1046 (void) spa_vdev_state_exit(spa, NULL, 0);
|
/illumos-gate/usr/src/cmd/ztest/ |
H A D | ztest.c | 5405 (void) spa_vdev_state_exit(spa, NULL, 0);
|
Completed in 125 milliseconds