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

  /netvirt/usr/src/uts/common/fs/zfs/
spa_config.c 115 mutex_enter(&spa_namespace_lock);
134 mutex_exit(&spa_namespace_lock);
161 ASSERT(MUTEX_HELD(&spa_namespace_lock));
299 ASSERT(MUTEX_HELD(&spa_namespace_lock));
340 mutex_enter(&spa_namespace_lock);
350 mutex_exit(&spa_namespace_lock);
443 ASSERT(MUTEX_HELD(&spa_namespace_lock));
spa_misc.c 55 * spa_namespace_lock (global mutex)
97 * spa_namespace_lock -> spa_refcount
107 * spa_namespace_lock -> spa_config_lock
112 * The spa_namespace_lock and spa_config_cache_lock can be acquired directly and
116 * the spa_namespace_lock to be held.
136 * called with spa_namespace_lock held if the
144 * zero. Must be called with spa_namespace_lock
160 * The spa_name() function also requires either the spa_namespace_lock
167 kmutex_t spa_namespace_lock; variable
277 * Lookup the named spa_t in the AVL tree. The spa_namespace_lock must be held
    [all...]
spa.c     [all...]
zio_inject.c 249 mutex_enter(&spa_namespace_lock);
267 mutex_exit(&spa_namespace_lock);
vdev.c     [all...]
zfs_ioctl.c 855 mutex_enter(&spa_namespace_lock);
857 mutex_exit(&spa_namespace_lock);
    [all...]
  /netvirt/usr/src/uts/common/fs/zfs/sys/
spa_impl.h 80 * Fields protected by spa_namespace_lock.
172 extern kmutex_t spa_namespace_lock;
  /netvirt/usr/src/cmd/ztest/
ztest.c     [all...]
  /netvirt/usr/src/cmd/zdb/
zdb.c 1160 mutex_enter(&spa_namespace_lock);
1167 mutex_exit(&spa_namespace_lock);
    [all...]

Completed in 1570 milliseconds