HomeSort by: relevance | last modified time | path
    Searched refs:SCL_CONFIG (Results 1 - 6 of 6) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa_config.c 390 spa_config_enter(spa, SCL_CONFIG | SCL_STATE, FTAG, RW_READER);
393 ASSERT(spa_config_held(spa, SCL_CONFIG | SCL_STATE, RW_READER) ==
394 (SCL_CONFIG | SCL_STATE));
511 spa_config_exit(spa, SCL_CONFIG | SCL_STATE, FTAG);
spa.c 3299 ASSERT(spa_config_held(spa, SCL_CONFIG, RW_READER));
3348 ASSERT(spa_config_held(spa, SCL_CONFIG, RW_READER));
3396 ASSERT(spa_config_held(spa, SCL_CONFIG, RW_READER));
3451 spa_config_enter(spa, SCL_CONFIG, FTAG, RW_READER);
3496 spa_config_exit(spa, SCL_CONFIG, FTAG);
4599 spa_config_enter(spa, SCL_CONFIG, FTAG, RW_READER);
4602 spa_config_exit(spa, SCL_CONFIG, FTAG);
6185 spa_config_enter(spa, SCL_CONFIG, FTAG, RW_READER);
6187 spa_config_exit(spa, SCL_CONFIG, FTAG);
6859 spa_config_enter(spa, SCL_CONFIG, FTAG, RW_READER)
    [all...]
vdev_label.c 205 (spa_config_held(zio->io_spa, SCL_CONFIG | SCL_STATE, RW_READER) ==
206 (SCL_CONFIG | SCL_STATE) &&
vdev.c 3212 * The dirty list is protected by the SCL_CONFIG lock. The caller
3213 * must either hold SCL_CONFIG as writer, or must be the sync thread
3214 * (which holds SCL_CONFIG as reader). There's only one sync thread,
3217 ASSERT(spa_config_held(spa, SCL_CONFIG, RW_WRITER) ||
3219 spa_config_held(spa, SCL_CONFIG, RW_READER)));
3238 ASSERT(spa_config_held(spa, SCL_CONFIG, RW_WRITER) ||
3240 spa_config_held(spa, SCL_CONFIG, RW_READER)));
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb.c 2647 spa_config_enter(spa, SCL_CONFIG, FTAG, RW_READER);
2651 spa_config_exit(spa, SCL_CONFIG, FTAG);
3008 spa_config_enter(spa, SCL_CONFIG, FTAG, RW_READER);
3013 spa_config_exit(spa, SCL_CONFIG, FTAG);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa.h 738 #define SCL_CONFIG 0x01

Completed in 57 milliseconds