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

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVNode.cpp101 // SetParentID
103 VNode::SetParentID(uint32 dirID, uint32 objectID) function in class:VNode
105 SetParentID(GetIDFor(dirID, objectID));
H A DVNode.h50 void SetParentID(uint32 dirID, uint32 objectID);
51 void SetParentID(ino_t id) { fParentID = id; } function in class:VNode
H A DVolume.cpp364 node->SetParentID(entry->GetDirID(), entry->GetObjectID());

Completed in 43 milliseconds