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 …]
427 rw_destroy(&fsp->hsfs_hash_lock); in hsfs_unmount()497 rw_enter(&fsp->hsfs_hash_lock, RW_READER); in hsfs_vget()509 rw_exit(&fsp->hsfs_hash_lock); in hsfs_vget()514 rw_exit(&fsp->hsfs_hash_lock); in hsfs_vget()732 rw_init(&fsp->hsfs_hash_lock, NULL, RW_DEFAULT, NULL); in hs_mountfs()975 rw_destroy(&fsp->hsfs_hash_lock); in hs_getrootvp()
330 rw_enter(&fsp->hsfs_hash_lock, RW_WRITER); in hsfs_inactive() 343 rw_exit(&fsp->hsfs_hash_lock); in hsfs_inactive() 367 rw_exit(&fsp->hsfs_hash_lock); in hsfs_inactive()
268 krwlock_t hsfs_hash_lock; /* protect hash table & hst_nohsnode */ member