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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.h196 FUSENode** ancestors, uint32* _count);
H A DFUSEVolume.cpp2899 /*! Locks the given node and all of its ancestors up to the root. The given
2901 ancestors are always read-locked in either case.
3020 // * We lock all ancestors on one branch (the one with the lower common
3022 // * We lock all ancestors on the other branch, not including the common
3024 // * We lock the common ancestor and all of its ancestors up to the root
3203 // get the ancestors of both nodes
3234 FUSEVolume::_GetNodeAncestors(FUSENode* node, FUSENode** ancestors, argument
3239 ancestors[count++] = node;

Completed in 92 milliseconds