Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Dmetaslab.c432 spa_config_enter(mc->mc_spa, SCL_VDEV, FTAG, RW_READER); in metaslab_class_fragmentation()
452 spa_config_exit(mc->mc_spa, SCL_VDEV, FTAG); in metaslab_class_fragmentation()
466 spa_config_exit(mc->mc_spa, SCL_VDEV, FTAG); in metaslab_class_fragmentation()
482 spa_config_enter(mc->mc_spa, SCL_VDEV, FTAG, RW_READER); in metaslab_class_expandable_space()
500 spa_config_exit(mc->mc_spa, SCL_VDEV, FTAG); in metaslab_class_expandable_space()
3477 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in metaslab_check_free()
3493 spa_config_exit(spa, SCL_VDEV, FTAG); in metaslab_check_free()
Dspa_misc.c1983 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in bp_get_dsize()
1988 spa_config_exit(spa, SCL_VDEV, FTAG); in bp_get_dsize()
/netbsd/src/external/cddl/osnet/dist/cmd/ztest/
Dztest.c2480 ASSERT(spa_config_held(spa, SCL_VDEV, RW_READER) == SCL_VDEV); in find_vdev_hole()
2508 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in ztest_vdev_add_remove()
2521 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_add_remove()
2538 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_add_remove()
2585 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in ztest_vdev_aux_add_remove()
2614 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_aux_add_remove()
2668 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in ztest_split_pool()
2718 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_split_pool()
2767 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in ztest_vdev_attach_detach()
2820 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_attach_detach()
[all …]
/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
Dspa.h744 #define SCL_VDEV 0x40 macro