Searched refs:fIORequestInfosByStruct (Results 1 – 2 of 2) sorted by relevance
311 fIORequestInfosByStruct(NULL), in Volume()325 delete fIORequestInfosByStruct; in ~Volume()789 fIORequestInfosByStruct = new(std::nothrow) IORequestStructMap; in Mount()792 || fIORequestInfosByStruct == NULL in Mount()795 || fIORequestInfosByStruct->Init() != B_OK) { in Mount()864 if (fIORequestInfosByStruct != NULL) { in Unmount()865 IORequestInfo* info = fIORequestInfosByStruct->Clear(true); in Unmount()873 delete fIORequestInfosByStruct; in Unmount()874 fIORequestInfosByStruct = NULL; in Unmount()4627 fIORequestInfosByStruct->Insert(info); in _RegisterIORequest()[all …]
318 IORequestStructMap* fIORequestInfosByStruct; variable