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);
245 mutex_exit(&fsp->hsfs_free_lock);
260 mutex_enter(&fsp->hsfs_free_lock);
270 mutex_exit(&fsp->hsfs_free_lock);
291 mutex_enter(&fsp->hsfs_free_lock);
293 mutex_exit(&fsp->hsfs_free_lock);
307 mutex_exit(&fsp->hsfs_free_lock);
353 mutex_enter(&fsp->hsfs_free_lock);
362 mutex_exit(&fsp->hsfs_free_lock);
657 * This function can be called with the hsfs_free_lock hel
[all...]
H A Dhsfs_vfsops.c425 mutex_destroy(&fsp->hsfs_free_lock);
730 mutex_init(&fsp->hsfs_free_lock, NULL, MUTEX_DEFAULT, NULL);
973 mutex_destroy(&fsp->hsfs_free_lock);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h273 kmutex_t hsfs_free_lock; /* protects free list */ member in struct:hsfs

Completed in 65 milliseconds