Tree
Iterator(Tree* tree)
Iterator(Tree* tree, Node* next)
Tree* fTree;
ConstIterator(const Tree* tree)
ConstIterator(const Tree* tree, Node* next)
const Tree* fTree;
BPlusTree* Tree() const { return fTree; }
status = inode->Tree()->Validate(repairErrors, errorsFound);
Control().status = _RemoveInvalidNode(parent, iterator->Tree(),
BPlusTree* tree = inode->Tree();
BPlusTree* tree = index->inode->Tree();
kprintf(" tree: %p\n", inode->Tree());
BPlusTree* tree = inode->Tree();
BPlusTree* tree = Node()->Tree();
BPlusTree* tree = Node()->Tree();
BPlusTree* tree = indices->Tree();
BPlusTree* tree = attributes->Tree();
tree = parent->Tree();
BPlusTree* tree = fAttributes->Tree();
BPlusTree* Tree() const { return fTree; }
IndexIterator* iterator = new(std::nothrow) IndexIterator(index.Node()->Tree());
BPlusTree* tree = oldDirectory->Tree();
newTree = newDirectory->Tree();
BPlusTree* movedTree = inode->Tree();
BPlusTree* tree = inode->Tree();
BPlusTree* tree = directory->Tree();
BTree* Tree() const { return fTree; }
BTree* Tree() const { return fTree; }
BTree* tree = path->Tree();
BTree* tree = path->Tree();
BTree* tree = path->Tree();
DirEntryIterator::DirEntryIterator(Tree *tree, uint32 dirID, uint32 objectID,
DirEntryIterator::SetTo(Tree *tree, uint32 dirID, uint32 objectID,
StreamReader::StreamReader(Tree *tree, uint32 dirID, uint32 objectID)
StreamReader::SetTo(Tree *tree, uint32 dirID, uint32 objectID)
TreeIterator::TreeIterator(Tree *tree)
TreeIterator::SetTo(Tree *tree)
ItemIterator::ItemIterator(Tree *tree)
ItemIterator::SetTo(Tree *tree)
ObjectItemIterator::ObjectItemIterator(Tree *tree, uint32 dirID,
ObjectItemIterator::SetTo(Tree *tree, uint32 dirID, uint32 objectID,
Tree *fTree;
ItemIterator(Tree *tree);
status_t SetTo(Tree *tree);
Tree *GetTree() const { return fTreeIterator.GetTree(); }
ObjectItemIterator(Tree *tree, uint32 dirID, uint32 objectID,
status_t SetTo(Tree *tree, uint32 dirID, uint32 objectID,
Tree *GetTree() const { return fItemIterator.GetTree(); }
DirEntryIterator(Tree *tree, uint32 dirID, uint32 objectID,
status_t SetTo(Tree *tree, uint32 dirID, uint32 objectID,
Tree *GetTree() const { return fItemIterator.GetTree(); }
StreamReader(Tree *tree, uint32 dirID, uint32 objectID);
status_t SetTo(Tree *tree, uint32 dirID, uint32 objectID);
Tree *GetTree() const { return fItemIterator.GetTree(); }
class Tree;
TreeIterator(Tree *tree);
status_t SetTo(Tree *tree);
Tree *GetTree() const { return fTree; }
Tree::GetBlockCache() const
Tree::GetRootNode() const
Tree::GetBlock(uint64 blockNumber, Block **block)
Tree::GetNode(uint64 blockNumber, Node **node)
Tree::FindDirEntry(uint32 dirID, uint32 objectID, const char *name,
Tree::FindDirEntry(uint32 dirID, uint32 objectID, const char *name,
Tree::FindStatItem(uint32 dirID, uint32 objectID, StatItem *item)
Tree::Tree()
Tree::~Tree()
Tree::Init(Volume *volume, Node *rootNode, uint32 treeHeight)
Tree::InitCheck() const
Tree::GetTreeHeight() const
Tree::GetBlockSize() const
class Tree {
Tree();
~Tree();
fTree = new(nothrow) Tree;
class Tree;
Tree *GetTree() const { return fTree; }
Tree *fTree;
DirectoryCookie(Tree *tree, uint32 dirID, uint32 objectID,