HomeSort by: relevance | last modified time | path
    Searched defs:ulfsdirhash_lock (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/ufs/lfs/
ulfs_dirhash.c 95 #define DIRHASHLIST_LOCK() mutex_enter(&ulfsdirhash_lock)
96 #define DIRHASHLIST_UNLOCK() mutex_exit(&ulfsdirhash_lock)
108 static kmutex_t ulfsdirhash_lock; variable in typeref:typename:kmutex_t
114 * ulfsdirhash_lock
118 * ulfsdirhash_lock. Only the owner of the inode may free the associated
1192 mutex_init(&ulfsdirhash_lock, MUTEX_DEFAULT, IPL_NONE);
1208 mutex_destroy(&ulfsdirhash_lock);
ulfs_dirhash.c 95 #define DIRHASHLIST_LOCK() mutex_enter(&ulfsdirhash_lock)
96 #define DIRHASHLIST_UNLOCK() mutex_exit(&ulfsdirhash_lock)
108 static kmutex_t ulfsdirhash_lock; variable in typeref:typename:kmutex_t
114 * ulfsdirhash_lock
118 * ulfsdirhash_lock. Only the owner of the inode may free the associated
1192 mutex_init(&ulfsdirhash_lock, MUTEX_DEFAULT, IPL_NONE);
1208 mutex_destroy(&ulfsdirhash_lock);

Completed in 45 milliseconds