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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp3045 FUSENode* commonAncestor; local
3047 if (!_FindCommonAncestor(node1, node2, &commonAncestor,
3053 LockIterator iterator1(this, node1, writeLock1, commonAncestor);
3054 LockIterator iterator2(this, node2, writeLock2, commonAncestor);
3062 if (iterator.firstNode == commonAncestor)
3089 if (newCommonParent != commonAncestor
3102 LockIterator& iterator = node2 == commonAncestor && writeLock2
3125 if (iterator.lastLockedNode == commonAncestor) {
3133 if (newCommonParent != commonAncestor
3172 FUSENode* commonAncestor;
[all...]

Completed in 80 milliseconds