Searched refs:fExtentTree (Results 1 – 2 of 2) sorted by relevance
48 BTree* ExtentTree() const { return fExtentTree; } in ExtentTree()99 BTree* fExtentTree; variable
214 fExtentTree = new(std::nothrow) BTree(this); in Mount()215 if (fExtentTree == NULL) in Mount()217 fExtentTree->SetRoot(root->LogicalAddress(), NULL); in Mount()414 delete fExtentTree; in Unmount()422 fExtentTree = NULL; in Unmount()