Searched refs:fDelegationLock (Results 1 – 4 of 4) sorted by relevance
52 mutex_init(&fDelegationLock, NULL); in FileSystem()66 mutex_destroy(&fDelegationLock); in ~FileSystem()417 mutex_lock(&fDelegationLock); in DelegationsLock()427 mutex_unlock(&fDelegationLock); in DelegationsUnlock()438 MutexLocker _(fDelegationLock); in AddDelegation()454 MutexLocker _(fDelegationLock); in RemoveDelegation()466 MutexLocker _(fDelegationLock); in GetDelegation()
89 mutex fDelegationLock; variable
37 rw_lock_init(&fDelegationLock, NULL); in Inode()152 rw_lock_destroy(&fDelegationLock); in ~Inode()896 WriteLocker _(fDelegationLock); in SetDelegation()913 WriteLocker _(fDelegationLock); in RecallDelegation()923 WriteLocker _(fDelegationLock); in RecallReadDelegation()
154 rw_lock fDelegationLock; variable