HomeSort by: relevance | last modified time | path
    Searched refs:RF_ParityLog_t (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/raidframe/
rf_paritylog.h 87 RF_ParityLog_t *next;
92 RF_ParityLog_t *parityLogs;
115 RF_ParityLog_t *flushQueue; /* list of parity logs to be flushed
117 RF_ParityLog_t *reintQueue; /* list of parity logs waiting to be
162 RF_ParityLog_t *coreLog;/* in-core log for this region */
174 void rf_ReleaseParityLogs(RF_Raid_t * raidPtr, RF_ParityLog_t * firstLog);
176 RF_ParityLog_t ** incomingLog, int clearReintFlag);
rf_paritylogDiskMgr.c 164 RF_ParityLog_t * log,
312 RF_ParityLog_t * logList)
323 RF_ParityLog_t *log;
368 RF_ParityLog_t * coreLog)
486 RF_ParityLog_t * logList)
488 RF_ParityLog_t *log, *freeLogList = NULL;
558 RF_ParityLog_t *log;
590 RF_ParityLog_t *reintQueue, *flushQueue;
rf_paritylog.c 428 static RF_ParityLog_t *
433 RF_ParityLog_t *log = NULL;
467 RF_ParityLog_t * firstLog)
470 RF_ParityLog_t *log, *lastLog;
542 RF_ParityLog_t * log)
569 RF_ParityLog_t * log)
592 RF_ParityLog_t *log;
663 RF_ParityLog_t ** incomingLog,
669 RF_ParityLog_t *log;
rf_paritylogging.c 84 RF_ParityLog_t *l = NULL, *next;
260 RF_Free(l, sizeof(RF_ParityLog_t));
284 RF_Free(l, sizeof(RF_ParityLog_t));
514 RF_ParityLog_t *l1, *l2;
522 RF_Free(l2, sizeof(RF_ParityLog_t));
raidframevar.h 235 typedef struct RF_ParityLog_s RF_ParityLog_t;

Completed in 35 milliseconds