Home
last modified time | relevance | path

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

/freebsd-9-stable/cddl/contrib/opensolaris/cmd/ztest/
Dztest.c2470 ASSERT(spa_config_held(spa, SCL_VDEV, RW_READER) == SCL_VDEV); in find_vdev_hole()
2498 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in ztest_vdev_add_remove()
2511 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_add_remove()
2528 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_add_remove()
2575 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in ztest_vdev_aux_add_remove()
2604 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_aux_add_remove()
2658 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in ztest_split_pool()
2708 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_split_pool()
2757 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in ztest_vdev_attach_detach()
2810 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_attach_detach()
[all …]
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dspa_misc.c1707 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in bp_get_dsize()
1712 spa_config_exit(spa, SCL_VDEV, FTAG); in bp_get_dsize()
Dmetaslab.c2258 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in metaslab_check_free()
2274 spa_config_exit(spa, SCL_VDEV, FTAG); in metaslab_check_free()
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dspa.h574 #define SCL_VDEV 0x40 macro