fChunkTree
fChunkTree = new(std::nothrow) BTree(this);
if (fChunkTree == NULL)
fChunkTree->SetRoot(fSuperBlock.ChunkRoot(), NULL);
")\n", fSuperBlock.ChunkRoot(), fChunkTree->RootBlock());
delete fChunkTree;
fChunkTree = NULL;
if (fChunkTree == NULL
BTree::Path path(fChunkTree);
status_t status = fChunkTree->FindPrevious(&path, search_key,
BTree* fChunkTree;