Searched refs:SCL_VDEV (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/contrib/openzfs/cmd/
H A Dztest.c3287 ASSERT3U(spa_config_held(spa, SCL_VDEV, RW_READER), ==, SCL_VDEV); local
3314 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER);
3333 spa_config_exit(spa, SCL_VDEV, FTAG);
3359 spa_config_exit(spa, SCL_VDEV, FTAG);
3425 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER);
3427 spa_config_exit(spa, SCL_VDEV, FTAG);
3497 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER);
3531 spa_config_exit(spa, SCL_VDEV, FTAG);
3606 spa_config_enter(spa, SCL_VDEV, FTA
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c161 * SCL_CONFIG > SCL_STATE > SCL_ALLOC > SCL_ZIO > SCL_FREE > SCL_VDEV.
208 * SCL_VDEV
210 * inquiries such as bp_get_dsize(). SCL_VDEV is distinct from the
2202 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER);
2207 spa_config_exit(spa, SCL_VDEV, FTAG);
2782 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER);
2785 * config locks, so it is sufficient to hold SCL_VDEV as reader when
2806 spa_config_exit(spa, SCL_VDEV, FTAG);
H A Dvdev_indirect.c655 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER);
658 spa_config_exit(spa, SCL_VDEV, FTAG);
H A Dbrt.c497 spa_config_enter(brt->brt_spa, SCL_VDEV, FTAG, RW_READER);
500 spa_config_exit(brt->brt_spa, SCL_VDEV, FTAG);
H A Dmetaslab.c565 spa_config_enter(mc->mc_spa, SCL_VDEV, FTAG, RW_READER);
585 spa_config_exit(mc->mc_spa, SCL_VDEV, FTAG);
599 spa_config_exit(mc->mc_spa, SCL_VDEV, FTAG);
615 spa_config_enter(mc->mc_spa, SCL_VDEV, FTAG, RW_READER);
633 spa_config_exit(mc->mc_spa, SCL_VDEV, FTAG);
949 * SCL_ZIO > SCL_FREE > SCL_VDEV
6048 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER);
6062 spa_config_exit(spa, SCL_VDEV, FTAG);
H A Dzio.c1092 * BLK_CONFIG_HELD: caller holds SCL_VDEV for writer
1093 * BLK_CONFIG_NEEDED: caller holds no config lock, SCL_VDEV will be
1095 * BLK_CONFIG_SKIP: skip checks which require SCL_VDEV, for better
1147 ASSERT(spa_config_held(spa, SCL_VDEV, RW_WRITER));
1150 spa_config_enter(spa, SCL_VDEV, bp, RW_READER);
1209 spa_config_exit(spa, SCL_VDEV, bp);
3184 spa_config_enter(zio->io_spa, SCL_VDEV, FTAG, RW_READER);
3189 spa_config_exit(zio->io_spa, SCL_VDEV, FTAG);
3193 spa_config_exit(zio->io_spa, SCL_VDEV, FTAG);
H A Dvdev_removal.c1968 spa_config_enter(spa, SCL_ALLOC | SCL_VDEV, FTAG, RW_WRITER);
1970 spa_config_exit(spa, SCL_ALLOC | SCL_VDEV, FTAG);
H A Dvdev.c490 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER);
492 spa_config_exit(spa, SCL_VDEV, FTAG);
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dspa.h882 #define SCL_VDEV 0x40 macro
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c6050 spa_config_enter(spa, SCL_VDEV, FTAG, RW_READER);
6053 spa_config_exit(spa, SCL_VDEV, FTAG);

Completed in 312 milliseconds