Searched refs:hsfs_hash_lock (Results 1 – 4 of 4) sorted by relevance
227 rw_enter(&fsp->hsfs_hash_lock, RW_WRITER); in hs_hsnode_cache_reclaim()246 rw_exit(&fsp->hsfs_hash_lock); in hs_hsnode_cache_reclaim()282 ASSERT(RW_WRITE_HELD(&fsp->hsfs_hash_lock)); in hs_getfree()386 ASSERT(RW_LOCK_HELD(&fsp->hsfs_hash_lock)); in hs_findhash()431 ASSERT(RW_WRITE_HELD(&fsp->hsfs_hash_lock)); in hs_addhash()454 rw_enter(&fsp->hsfs_hash_lock, RW_WRITER); in hs_synchash()470 rw_exit(&fsp->hsfs_hash_lock); in hs_synchash()493 rw_exit(&fsp->hsfs_hash_lock); in hs_synchash()569 rw_enter(&fsp->hsfs_hash_lock, RW_READER); in hs_makenode()578 rw_exit(&fsp->hsfs_hash_lock); in hs_makenode()[all …]
426 rw_destroy(&fsp->hsfs_hash_lock); in hsfs_unmount()496 rw_enter(&fsp->hsfs_hash_lock, RW_READER); in hsfs_vget()508 rw_exit(&fsp->hsfs_hash_lock); in hsfs_vget()513 rw_exit(&fsp->hsfs_hash_lock); in hsfs_vget()731 rw_init(&fsp->hsfs_hash_lock, NULL, RW_DEFAULT, NULL); in hs_mountfs()974 rw_destroy(&fsp->hsfs_hash_lock); in hs_getrootvp()
391 rw_enter(&fsp->hsfs_hash_lock, RW_WRITER); in hsfs_inactive()404 rw_exit(&fsp->hsfs_hash_lock); in hsfs_inactive()429 rw_exit(&fsp->hsfs_hash_lock); in hsfs_inactive()
270 krwlock_t hsfs_hash_lock; /* protect hash table & hst_nohsnode */ member