Searched refs:hsfs_free_lock (Results 1 – 3 of 3) sorted by relevance
228 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()
425 mutex_destroy(&fsp->hsfs_free_lock); in hsfs_unmount()730 mutex_init(&fsp->hsfs_free_lock, NULL, MUTEX_DEFAULT, NULL); in hs_mountfs()973 mutex_destroy(&fsp->hsfs_free_lock); in hs_getrootvp()
273 kmutex_t hsfs_free_lock; /* protects free list */ member