Searched refs:SCL_VDEV (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | metaslab.c | 324 spa_config_enter(mc->mc_spa, SCL_VDEV, FTAG, RW_READER); in metaslab_class_fragmentation() 344 spa_config_exit(mc->mc_spa, SCL_VDEV, FTAG); in metaslab_class_fragmentation() 358 spa_config_exit(mc->mc_spa, SCL_VDEV, FTAG); in metaslab_class_fragmentation() 374 spa_config_enter(mc->mc_spa, SCL_VDEV, FTAG, RW_READER); in metaslab_class_expandable_space() 386 spa_config_exit(mc->mc_spa, SCL_VDEV, FTAG); in metaslab_class_expandable_space() 2571 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in metaslab_check_free() 2587 spa_config_exit(spa, SCL_VDEV, FTAG); in metaslab_check_free()
|
H A D | spa_misc.c | 1788 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in bp_get_dsize() 1793 spa_config_exit(spa, SCL_VDEV, FTAG); in bp_get_dsize()
|
/titanic_50/usr/src/cmd/ztest/ |
H A D | ztest.c | 2481 ASSERT(spa_config_held(spa, SCL_VDEV, RW_READER) == SCL_VDEV); in find_vdev_hole() 2509 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in ztest_vdev_add_remove() 2522 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_add_remove() 2539 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_add_remove() 2586 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in ztest_vdev_aux_add_remove() 2615 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_aux_add_remove() 2669 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in ztest_split_pool() 2719 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_split_pool() 2768 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in ztest_vdev_attach_detach() 2821 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_attach_detach() [all …]
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | spa.h | 724 #define SCL_VDEV 0x40 macro
|