Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c323 spa_config_enter(mc->mc_spa, SCL_VDEV, FTAG, RW_READER); in metaslab_class_fragmentation()
343 spa_config_exit(mc->mc_spa, SCL_VDEV, FTAG); in metaslab_class_fragmentation()
357 spa_config_exit(mc->mc_spa, SCL_VDEV, FTAG); in metaslab_class_fragmentation()
373 spa_config_enter(mc->mc_spa, SCL_VDEV, FTAG, RW_READER); in metaslab_class_expandable_space()
385 spa_config_exit(mc->mc_spa, SCL_VDEV, FTAG); in metaslab_class_expandable_space()
2569 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in metaslab_check_free()
2585 spa_config_exit(spa, SCL_VDEV, FTAG); in metaslab_check_free()
H A Dspa_misc.c1780 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in bp_get_dsize()
1785 spa_config_exit(spa, SCL_VDEV, FTAG); in bp_get_dsize()
/titanic_41/usr/src/cmd/ztest/
H A Dztest.c2477 ASSERT(spa_config_held(spa, SCL_VDEV, RW_READER) == SCL_VDEV); in find_vdev_hole()
2505 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in ztest_vdev_add_remove()
2518 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_add_remove()
2535 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_add_remove()
2582 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in ztest_vdev_aux_add_remove()
2611 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_aux_add_remove()
2665 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in ztest_split_pool()
2715 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_split_pool()
2764 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in ztest_vdev_attach_detach()
2817 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_attach_detach()
[all …]
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h714 #define SCL_VDEV 0x40 macro