Searched refs:spa_vdev_config_exit (Results 1 – 3 of 3) sorted by relevance
/onnv-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa_misc.c | 878 spa_vdev_config_exit(spa_t *spa, vdev_t *vd, uint64_t txg, int error, char *tag) in spa_vdev_config_exit() function 945 spa_vdev_config_exit(spa, vd, txg, error, FTAG); in spa_vdev_exit()
|
H A D | spa.c | 4250 (void) spa_vdev_config_exit(spa, NULL, txg, 0, FTAG); in spa_vdev_split_mirror() 4407 spa_vdev_config_exit(spa, NULL, txg, 0, FTAG); in spa_vdev_split_mirror() 4441 (void) spa_vdev_config_exit(newspa, NULL, txg, 0, FTAG); in spa_vdev_split_mirror() 4588 spa_vdev_config_exit(spa, NULL, txg, 0, FTAG); in spa_vdev_remove_evacuate() 4715 spa_vdev_config_exit(spa, NULL, in spa_vdev_remove()
|
/onnv-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 548 extern void spa_vdev_config_exit(spa_t *spa, vdev_t *vd, uint64_t txg,
|