Searched refs:_UnlockNodeChainInternal (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.h176 void _UnlockNodeChainInternal(FUSENode* node,
H A DFUSEVolume.cpp480 volume->_UnlockNodeChainInternal(firstNode, writeLock, lastLockedNode,
2960 _UnlockNodeChainInternal(node, writeLock, NULL, NULL);
2970 FUSEVolume::_UnlockNodeChainInternal(FUSENode* node, bool writeLock, function in class:FUSEVolume
3183 _UnlockNodeChainInternal(node1, writeLock1, NULL, commonAncestor);
3184 _UnlockNodeChainInternal(node2, writeLock2, NULL, NULL);
3186 _UnlockNodeChainInternal(node2, writeLock2, NULL, commonAncestor);
3187 _UnlockNodeChainInternal(node1, writeLock1, NULL, NULL);

Completed in 128 milliseconds