Home
last modified time | relevance | path

Searched refs:fDelegationLock (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileSystem.cpp52 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()
H A DFileSystem.h89 mutex fDelegationLock; variable
H A DInode.cpp37 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()
H A DInode.h154 rw_lock fDelegationLock; variable