Home
last modified time | relevance | path

Searched refs:writeLock2 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.h183 bool writeLock2);
187 bool writeLock2, bool* _retry);
190 bool parent2, bool writeLock2);
H A DFUSEVolume.cpp649 bool writeLock1, FUSENode* node2, bool lockParent2, bool writeLock2) in MultiNodeLocker()
657 fWriteLock2(writeLock2) in MultiNodeLocker()
660 lockParent2, writeLock2); in MultiNodeLocker()
2991 FUSENode* node2, bool lockParent2, bool writeLock2) in _LockNodeChains() argument
2999 node2, lockParent2, writeLock2, &retry); in _LockNodeChains()
3010 bool writeLock1, FUSENode* node2, bool lockParent2, bool writeLock2, in _LockNodeChainsInternal() argument
3054 LockIterator iterator2(this, node2, writeLock2, commonAncestor); in _LockNodeChainsInternal()
3102 LockIterator& iterator = node2 == commonAncestor && writeLock2 in _LockNodeChainsInternal()
3158 bool writeLock1, FUSENode* node2, bool lockParent2, bool writeLock2) in _UnlockNodeChains() argument
3182 if (node2 == commonAncestor && writeLock2) { in _UnlockNodeChains()
[all …]