| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_misc.c | 1824 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in spa_update_dspace() 1831 spa_config_exit(spa, SCL_VDEV, FTAG); in spa_update_dspace() 2092 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in bp_get_dsize() 2097 spa_config_exit(spa, SCL_VDEV, FTAG); in bp_get_dsize() 2583 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in spa_get_last_removal_txg() 2607 spa_config_exit(spa, SCL_VDEV, FTAG); in spa_get_last_removal_txg()
|
| H A D | metaslab.c | 561 spa_config_enter(mc->mc_spa, SCL_VDEV, FTAG, RW_READER); in metaslab_class_fragmentation() 581 spa_config_exit(mc->mc_spa, SCL_VDEV, FTAG); in metaslab_class_fragmentation() 595 spa_config_exit(mc->mc_spa, SCL_VDEV, FTAG); in metaslab_class_fragmentation() 611 spa_config_enter(mc->mc_spa, SCL_VDEV, FTAG, RW_READER); in metaslab_class_expandable_space() 629 spa_config_exit(mc->mc_spa, SCL_VDEV, FTAG); in metaslab_class_expandable_space() 5934 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in metaslab_fastwrite_mark() 5942 spa_config_exit(spa, SCL_VDEV, FTAG); in metaslab_fastwrite_mark() 5958 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in metaslab_fastwrite_unmark() 5967 spa_config_exit(spa, SCL_VDEV, FTAG); in metaslab_fastwrite_unmark() 6034 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in metaslab_check_free() [all …]
|
| H A D | vdev_indirect.c | 657 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in spa_condense_indirect_thread() 660 spa_config_exit(spa, SCL_VDEV, FTAG); in spa_condense_indirect_thread()
|
| H A D | zio.c | 1017 spa_config_enter(spa, SCL_VDEV, bp, RW_READER); in zfs_blkptr_verify() 1019 ASSERT(spa_config_held(spa, SCL_VDEV, RW_WRITER)); in zfs_blkptr_verify() 1071 spa_config_exit(spa, SCL_VDEV, bp); in zfs_blkptr_verify() 3000 spa_config_enter(zio->io_spa, SCL_VDEV, FTAG, RW_READER); in zio_nop_write() 3004 spa_config_exit(zio->io_spa, SCL_VDEV, FTAG); in zio_nop_write() 3007 spa_config_exit(zio->io_spa, SCL_VDEV, FTAG); in zio_nop_write()
|
| H A D | vdev_removal.c | 1780 spa_config_enter(spa, SCL_ALLOC | SCL_VDEV, FTAG, RW_WRITER); in spa_vdev_remove_cancel_impl() 1783 spa_config_exit(spa, SCL_ALLOC | SCL_VDEV, FTAG); in spa_vdev_remove_cancel_impl()
|
| H A D | vdev.c | 407 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in vdev_count_leaves() 409 spa_config_exit(spa, SCL_VDEV, FTAG); in vdev_count_leaves()
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 3068 ASSERT3U(spa_config_held(spa, SCL_VDEV, RW_READER), ==, SCL_VDEV); in spa_num_top_vdevs() 3112 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_add_remove() 3138 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_add_remove() 3205 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_class_add() 3308 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_vdev_aux_add_remove() 3432 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_split_pool() 3719 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_device_removal() 6458 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_initialize() 6473 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_initialize() 6530 spa_config_exit(spa, SCL_VDEV, FTAG); in ztest_trim() [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | spa.h | 889 #define SCL_VDEV 0x40 macro
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 5463 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER); in increment_indirect_mapping_cb() 5466 spa_config_exit(spa, SCL_VDEV, FTAG); in increment_indirect_mapping_cb()
|