Searched refs:fChecksumTree (Results 1 – 2 of 2) sorted by relevance
262 fChecksumTree = new(std::nothrow) BTree(this); in Mount()263 if (fChecksumTree == NULL) in Mount()265 fChecksumTree->SetRoot(root->LogicalAddress(), NULL); in Mount()416 delete fChecksumTree; in Unmount()424 fChecksumTree = NULL; in Unmount()
101 BTree* fChecksumTree; variable