Searched refs:coreLog (Results 1 – 4 of 4) sorted by relevance
612 log = raidPtr->regionInfo[regionID].coreLog; in DumpParityLogToDisk()634 raidPtr->regionInfo[regionID].coreLog = NULL; in DumpParityLogToDisk()744 if (!raidPtr->regionInfo[regionID].coreLog) { in rf_ParityLogAppend()751 … raidPtr->regionInfo[regionID].coreLog = *incomingLog; in rf_ParityLogAppend()752 … raidPtr->regionInfo[regionID].coreLog->regionID = regionID; in rf_ParityLogAppend()755 … raidPtr->regionInfo[regionID].coreLog = AcquireParityLog(item, finish); in rf_ParityLogAppend()757 … raidPtr->regionInfo[regionID].coreLog = AcquireParityLog(item, finish); in rf_ParityLogAppend()761 if (!raidPtr->regionInfo[regionID].coreLog) in rf_ParityLogAppend()764 … RF_ASSERT(raidPtr->regionInfo[regionID].coreLog->next == NULL); in rf_ParityLogAppend()769 … if (raidPtr->regionInfo[regionID].coreLog->numRecords == raidPtr->numSectorsPerLog) { in rf_ParityLogAppend()[all …]
451 raidPtr->regionInfo[i].coreLog = NULL; in rf_ConfigureParityLogging()498 if (!rf_forceParityLogReint && raidPtr->regionInfo[regionID].coreLog) { in FreeRegionInfo()500 raidPtr->regionInfo[regionID].coreLog); in FreeRegionInfo()501 raidPtr->regionInfo[regionID].coreLog = NULL; in FreeRegionInfo()503 RF_ASSERT(raidPtr->regionInfo[regionID].coreLog == NULL); in FreeRegionInfo()
368 RF_ParityLog_t * coreLog) in ReintegrateRegion() argument569 log = raidPtr->regionInfo[regionID].coreLog; in rf_ShutdownLogging()570 raidPtr->regionInfo[regionID].coreLog = NULL; in rf_ShutdownLogging()
162 RF_ParityLog_t *coreLog;/* in-core log for this region */ member