Searched refs:GetNode (Results 1 - 25 of 60) sorted by relevance

123

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelNode.h38 static HaikuKernelNode* GetNode(fs_vnode* node);
74 HaikuKernelNode::GetNode(fs_vnode* node) function in class:UserlandFS::HaikuKernelNode
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DItem.cpp58 SetTo(item.GetNode(), item.GetHeader());
115 // GetNode
117 Item::GetNode() const function in class:Item
225 SetTo(item.GetNode(), item.GetHeader());
H A DTree.h54 status_t GetNode(uint64 blockNumber, Node **node);
H A DItem.h71 LeafNode *GetNode() const;
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualDir.cpp42 // GetNode
44 VirtualDirEntry::GetNode() const function in class:VirtualDirEntry
110 *node = fCurrentEntry->GetNode();
241 child = entry->GetNode();
276 return entry->GetNode();
H A DVirtualDir.h51 Node* GetNode() const;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.h27 Node* GetNode(ino_t nodeID);
H A DClientVolume.h62 Node* GetNode(dev_t volumeID, ino_t nodeID);
63 Node* GetNode(NodeID nodeID);
64 Node* GetNode(const node_ref& nodeRef);
H A DClientVolume.cpp245 // GetNode
247 ClientVolume::GetNode(dev_t volumeID, ino_t nodeID) function in class:ClientVolume
252 Node* node = volumeManager->GetNode(volumeID, nodeID);
263 // GetNode
265 ClientVolume::GetNode(NodeID nodeID) function in class:ClientVolume
267 return GetNode(nodeID.volumeID, nodeID.nodeID);
270 // GetNode
272 ClientVolume::GetNode(const node_ref& nodeRef) function in class:ClientVolume
274 return GetNode(nodeRef.device, nodeRef.node);
H A DEntry.cpp80 // GetNode
82 Entry::GetNode() const function in class:Entry
H A DEntry.h31 Node* GetNode() const;
H A DVolumeManager.cpp511 // GetNode
513 VolumeManager::GetNode(dev_t volumeID, ino_t nodeID) function in class:VolumeManager
516 return volume->GetNode(nodeID);
524 Node* node = GetNode(st.st_dev, st.st_ino);
561 return dynamic_cast<Directory*>(GetNode(volumeID, nodeID));
585 return dynamic_cast<Directory*>(parentEntry->GetNode());
594 Node* node = GetNode(volumeID, directoryID);
636 || ! entry->GetNode()) {
647 entry->GetNode()->AddReferringEntry(entry);
668 entry->GetNode()
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingNode.h20 virtual Node* GetNode() = 0;
H A DUnpackingLeafNode.h28 virtual Node* GetNode();
H A DUnpackingDirectory.h28 virtual Node* GetNode();
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIterator.h24 Node *GetNode() const { return fNode; } function in class:AttributeIterator
H A DNodeTable.h50 Node *GetNode(ino_t id);
H A DTwoKeyAVLTree.h181 inline Node* GetNode(AVLTreeNode* node) const function in class:TwoKeyAVLTreeNodeStrategy
386 strategy.GetNode(node->left)))) == 0) {
387 node = strategy.GetNode(node->left);
395 node = strategy.GetNode(node->left);
397 node = strategy.GetNode(node->right);
418 strategy.GetNode(node->right)))) == 0) {
419 node = strategy.GetNode(node->right);
427 node = strategy.GetNode(node->left);
429 node = strategy.GetNode(node->right);
H A DAttributeIndexImpl.cpp122 fNode = (*attribute)->GetNode();
131 fNode = (*attribute)->GetNode();
249 Node *node = attribute->GetNode();
382 if ((*attribute)->GetNode() == entry->GetNode()) {
387 (*attribute)->GetNode()->GetID(),
388 entry->GetNode()->GetID());
394 entry->GetNode()->GetID());
H A DEntry.h35 Node *GetNode() const { return fNode; } function in class:Entry
H A DNodeTable.cpp62 // GetNode
64 NodeTable::GetNode(ino_t id) function in class:NodeTable
H A DAttribute.h28 Node *GetNode() const { return fNode; } function in class:Attribute
H A DNode.cpp220 status_t error = (attribute && !attribute->GetNode() ? B_OK : B_BAD_VALUE);
236 status_t error = (attribute && attribute->GetNode() == this
300 else if ((*attribute)->GetNode() == this)
318 else if ((*attribute)->GetNode() == this)
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndexImpl.h102 return TreePolicy::GetNode(treeNode);
115 TreePolicy::GetNode(fNextTreeNode));
190 Node* newNode = TreePolicy::GetNode(fNextTreeNode);
216 static Node* GetNode(TreeNode* treeNode) function in struct:GenericIndexIteratorTreePolicy
243 Policy::GetNodeValue(GetNode(treeNode), buffer, _keyLength);
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h234 inline Node* GetNode(AVLTreeNode* node) const function in class:TwoKeyAVLTreeNodeStrategy
505 fGetPrimaryKey(strategy.GetValue(strategy.GetNode(node))));
539 strategy.GetNode(node->right)))) == 0) {
540 node = strategy.GetNode(node->right);
548 node = strategy.GetNode(node->left);
550 node = strategy.GetNode(node->right);
648 strategy.GetNode(node->left)))) == 0) {
649 node = strategy.GetNode(node->left);
658 node = strategy.GetNode(node->left);
660 node = strategy.GetNode(nod
[all...]

Completed in 220 milliseconds

123