Validate
status_t Validate(bool repair, bool& _errorsFound);
status = inode->Tree()->Validate(repairErrors, errorsFound);
if (tree->Validate(true) < B_OK)
if (index->GetTree(&tree) < B_OK || tree->Validate(true) < B_OK)
if (indices->GetTree(&tree) < B_OK || tree->Validate() < B_OK)
status_t Validate(bool verbose = false);
status_t Validate();
status = fTree->Validate();
if (directory->GetTree(&tree) == B_OK && tree->Validate(gVerbose) == B_OK) {
stringValidator->Validate(element, token.pos);
virtual void Validate(const BString &string, const char *pos) = 0;
virtual void Validate(const BString &string, const char* pos);
tree->Validate(false, errorsFound);