Searched refs:vfs_hash_lock (Results 1 – 1 of 1) sorted by relevance
43 static struct rwlock __exclusive_cache_line vfs_hash_lock; variable50 rw_init(&vfs_hash_lock, "vfs hash"); in vfs_hashinit()80 rw_rlock(&vfs_hash_lock); in vfs_hash_get()89 rw_runlock(&vfs_hash_lock); in vfs_hash_get()105 rw_runlock(&vfs_hash_lock); in vfs_hash_get()119 rw_rlock(&vfs_hash_lock); in vfs_hash_ref()128 rw_runlock(&vfs_hash_lock); in vfs_hash_ref()135 rw_runlock(&vfs_hash_lock); in vfs_hash_ref()146 rw_wlock(&vfs_hash_lock); in vfs_hash_remove()148 rw_wunlock(&vfs_hash_lock); in vfs_hash_remove()[all …]