Home
last modified time | relevance | path

Searched refs:hsfs_free_lock (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c228 mutex_enter(&fsp->hsfs_free_lock); in hs_hsnode_cache_reclaim()
245 mutex_exit(&fsp->hsfs_free_lock); in hs_hsnode_cache_reclaim()
260 mutex_enter(&fsp->hsfs_free_lock); in hs_addfreeb()
270 mutex_exit(&fsp->hsfs_free_lock); in hs_addfreeb()
291 mutex_enter(&fsp->hsfs_free_lock); in hs_getfree()
293 mutex_exit(&fsp->hsfs_free_lock); in hs_getfree()
307 mutex_exit(&fsp->hsfs_free_lock); in hs_getfree()
353 mutex_enter(&fsp->hsfs_free_lock); in hs_remfree()
362 mutex_exit(&fsp->hsfs_free_lock); in hs_remfree()
H A Dhsfs_vfsops.c426 mutex_destroy(&fsp->hsfs_free_lock); in hsfs_unmount()
731 mutex_init(&fsp->hsfs_free_lock, NULL, MUTEX_DEFAULT, NULL); in hs_mountfs()
974 mutex_destroy(&fsp->hsfs_free_lock); in hs_getrootvp()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h271 kmutex_t hsfs_free_lock; /* protects free list */ member