Searched refs:RF_ParityLog_t (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/sys/dev/raidframe/ |
| D | rf_paritylog.h | 96 RF_ParityLog_t *next; 101 RF_ParityLog_t *parityLogs; 126 RF_ParityLog_t *flushQueue; /* 130 RF_ParityLog_t *reintQueue; /* 216 RF_ParityLog_t *coreLog; /* 227 void rf_ReleaseParityLogs(RF_Raid_t *, RF_ParityLog_t *); 228 int rf_ParityLogAppend(RF_ParityLogData_t *, int, RF_ParityLog_t **, int);
|
| D | rf_paritylogDiskMgr.c | 62 void rf_WriteCoreLog(RF_ParityLog_t *, RF_MCPair_t *, RF_Raid_t *, 68 void rf_FlushLogsToDisk(RF_Raid_t *, RF_ParityLog_t *); 69 void rf_ReintegrateRegion(RF_Raid_t *, RF_RegionId_t, RF_ParityLog_t *); 70 void rf_ReintegrateLogs(RF_Raid_t *, RF_ParityLog_t *); 173 rf_WriteCoreLog(RF_ParityLog_t *log, RF_MCPair_t *fwr_mcpair, in rf_WriteCoreLog() 319 rf_FlushLogsToDisk(RF_Raid_t *raidPtr, RF_ParityLog_t *logList) in rf_FlushLogsToDisk() 333 RF_ParityLog_t *log; in rf_FlushLogsToDisk() 378 RF_ParityLog_t *coreLog) in rf_ReintegrateRegion() 496 rf_ReintegrateLogs(RF_Raid_t *raidPtr, RF_ParityLog_t *logList) in rf_ReintegrateLogs() 498 RF_ParityLog_t *log, *freeLogList = NULL; in rf_ReintegrateLogs() [all …]
|
| D | rf_paritylog.c | 71 RF_ParityLog_t *rf_AcquireParityLog(RF_ParityLogData_t *, int); 72 void rf_ReintLog(RF_Raid_t *, int, RF_ParityLog_t *); 73 void rf_FlushLog(RF_Raid_t *, RF_ParityLog_t *); 479 RF_ParityLog_t * 482 RF_ParityLog_t *log = NULL; in rf_AcquireParityLog() 525 rf_ReleaseParityLogs(RF_Raid_t *raidPtr, RF_ParityLog_t *firstLog) in rf_ReleaseParityLogs() 528 RF_ParityLog_t *log, *lastLog; in rf_ReleaseParityLogs() 608 rf_ReintLog(RF_Raid_t *raidPtr, int regionID, RF_ParityLog_t *log) in rf_ReintLog() 636 rf_FlushLog(RF_Raid_t *raidPtr, RF_ParityLog_t *log) in rf_FlushLog() 659 RF_ParityLog_t *log; in rf_DumpParityLogToDisk() [all …]
|
| D | rf_paritylogging.c | 85 RF_ParityLog_t *l = NULL, *next; in rf_ConfigureParityLogging() 260 sizeof(RF_ParityLog_t), (RF_ParityLog_t *)); in rf_ConfigureParityLogging() 270 RF_Calloc(l->next, 1, sizeof(RF_ParityLog_t), in rf_ConfigureParityLogging() 271 (RF_ParityLog_t *)); in rf_ConfigureParityLogging() 285 RF_Free(l, sizeof(RF_ParityLog_t)); in rf_ConfigureParityLogging() 310 RF_Free(l, sizeof(RF_ParityLog_t)); in rf_ConfigureParityLogging() 649 RF_ParityLog_t *l1, *l2; in rf_FreeParityLogQueue() 658 RF_Free(l2, sizeof(RF_ParityLog_t)); in rf_FreeParityLogQueue()
|
| D | rf_types.h | 178 typedef struct RF_ParityLog_s RF_ParityLog_t; typedef
|