HomeSort by relevance Sort by last modified time
    Searched refs:spa_namespace_lock (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
spa_misc.c 55 * spa_namespace_lock (global mutex)
90 * spa_namespace_lock -> spa_refcount
100 * spa_namespace_lock -> spa_config_lock[]
105 * The spa_namespace_lock can be acquired directly and is globally visible.
108 * require the spa_namespace_lock to be held.
128 * called with spa_namespace_lock held if the
136 * zero. Must be called with spa_namespace_lock
215 * locking is, always, based on spa_namespace_lock and spa_config_lock[].
222 kmutex_t spa_namespace_lock; variable
384 * Lookup the named spa_t in the AVL tree. The spa_namespace_lock must be held
    [all...]
spa.c 920 ASSERT(MUTEX_HELD(&spa_namespace_lock));
    [all...]
spa_config.c 118 mutex_enter(&spa_namespace_lock);
130 mutex_exit(&spa_namespace_lock);
202 ASSERT(MUTEX_HELD(&spa_namespace_lock));
282 mutex_enter(&spa_namespace_lock);
293 mutex_exit(&spa_namespace_lock);
454 ASSERT(MUTEX_HELD(&spa_namespace_lock));
zio_inject.c 438 mutex_enter(&spa_namespace_lock);
456 mutex_exit(&spa_namespace_lock);
zfs_ioctl.c     [all...]
arc.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/sys/
spa.h 469 extern kmutex_t spa_namespace_lock;
  /onnv/onnv-gate/usr/src/cmd/zdb/
zdb.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/ztest/
ztest.c     [all...]

Completed in 370 milliseconds