Searched refs:numSectorsPerLog (Results 1 – 4 of 4) sorted by relevance
97 raidPtr->numSectorsPerLog = RF_DEFAULT_NUM_SECTORS_PER_LOG; in rf_ConfigureParityLogging()168 fragmentation = raidPtr->regionLogCapacity % raidPtr->numSectorsPerLog; in rf_ConfigureParityLogging()170 for (i = 1; i < (raidPtr->numSectorsPerLog / 2); i++) { in rf_ConfigureParityLogging()172 raidPtr->numSectorsPerLog) < fragmentation) { in rf_ConfigureParityLogging()177 raidPtr->numSectorsPerLog; in rf_ConfigureParityLogging()180 raidPtr->numSectorsPerLog) < fragmentation) { in rf_ConfigureParityLogging()185 raidPtr->numSectorsPerLog; in rf_ConfigureParityLogging()190 raidPtr->numSectorsPerLog) * in rf_ConfigureParityLogging()191 raidPtr->numSectorsPerLog; in rf_ConfigureParityLogging()194 (raidPtr->bytesPerSector * raidPtr->numSectorsPerLog); in rf_ConfigureParityLogging()[all …]
576 RF_ASSERT(log->numRecords == raidPtr->numSectorsPerLog); in FlushLog()613 RF_ASSERT(log->numRecords == raidPtr->numSectorsPerLog); in DumpParityLogToDisk()641 for (i = 0; i < raidPtr->numSectorsPerLog; i++) { in DumpParityLogToDisk()646 raidPtr->regionInfo[regionID].diskCount += raidPtr->numSectorsPerLog; in DumpParityLogToDisk()769 … if (raidPtr->regionInfo[regionID].coreLog->numRecords == raidPtr->numSectorsPerLog) { in rf_ParityLogAppend()804 RF_ASSERT(log->numRecords < raidPtr->numSectorsPerLog); in rf_ParityLogAppend()
294 int numSectorsPerLog; member
192 (*fwr_pda)->numSector = raidPtr->numSectorsPerLog; in WriteCoreLog()