Home | History | Annotate | Download | only in raidframe

Lines Matching refs:RF_ParityLogData_t

68 	RF_ParityLogData_t *next;
69 RF_ParityLogData_t *prev;
119 RF_ParityLogData_t *bufHead; /* head of FIFO list of log data,
121 RF_ParityLogData_t *bufTail; /* tail of FIFO list of log data,
123 RF_ParityLogData_t *reintHead; /* head of FIFO list of log data,
125 RF_ParityLogData_t *reintTail; /* tail of FIFO list of log data,
127 RF_ParityLogData_t *logBlockHead; /* queue of work, blocked
129 RF_ParityLogData_t *logBlockTail;
130 RF_ParityLogData_t *reintBlockHead; /* queue of work, blocked
133 RF_ParityLogData_t *reintBlockTail;
136 RF_ParityLogData_t *freeDataList; /* list of unused log data
165 RF_ParityLogData_t *
171 RF_ParityLogData_t *rf_SearchAndDequeueParityLogData(RF_Raid_t * raidPtr,
172 RF_RegionId_t regionID, RF_ParityLogData_t ** head,
173 RF_ParityLogData_t ** tail, int ignoreLocks);
175 int rf_ParityLogAppend(RF_ParityLogData_t * logData, int finish,