Home
last modified time | relevance | path

Searched refs:ToNode (Results 1 – 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp120 Block::ToNode() in ToNode() function in Block
133 if (Node *node = ToNode()) { in ToInternalNode()
145 if (Node *node = ToNode()) { in ToLeafNode()
163 if (Node *node = const_cast<Block*>(this)->ToNode()) in IsLeaf()
172 if (Node *node = const_cast<Block*>(this)->ToNode()) in IsInternal()
H A DBlock.h65 Node *ToNode();
H A DTree.cpp143 *node = block->ToNode(); in GetNode()
H A DVolume.cpp161 error = fTree->Init(this, rootBlock->ToNode(), in Mount()
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp65 virtual ::Node* ToNode() = 0;
95 virtual ::Node* ToNode() { return this; } in ToNode() function in TarFS::File
125 virtual ::Node* ToNode() { return this; }; in ToNode() function in TarFS::Directory
161 virtual ::Node* ToNode() { return this; } in ToNode() function in TarFS::Symlink
404 Node* node = entry->ToNode(); in LookupDontTraverse()
434 *_node = entry->ToNode(); in GetNextNode()