Home
last modified time | relevance | path

Searched refs:hsfs_hash_lock (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c227 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()
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()
625 rw_exit(&fsp->hsfs_hash_lock); in hs_makenode()
[all …]
H A Dhsfs_vfsops.c427 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()
H A Dhsfs_vnops.c330 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()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h268 krwlock_t hsfs_hash_lock; /* protect hash table & hst_nohsnode */ member