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

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.h70 status_t FindVNode(ino_t id, VNode *node);
71 status_t FindVNode(uint32 dirID, uint32 objectID, VNode *node);
H A DVolume.cpp171 error = FindVNode(REISERFS_ROOT_PARENT_OBJECTID,
309 // FindVNode
320 Volume::FindVNode(ino_t id, VNode *node) function in class:Volume
322 return FindVNode(VNode::GetDirIDFor(id), VNode::GetObjectIDFor(id), node);
325 // FindVNode
337 Volume::FindVNode(uint32 dirID, uint32 objectID, VNode *node) function in class:Volume
402 error = FindVNode(entry->GetDirID(), entry->GetObjectID(), foundNode);
H A Dkernel_interface.cpp247 error = volume->FindVNode(vnid, foundNode);

Completed in 37 milliseconds