Symbol: RF_ParityLogData_t
sys/dev/raidframe/rf_dagfuncs.c
170
RF_ParityLogData_t *logData;
sys/dev/raidframe/rf_dagfuncs.c
206
RF_ParityLogData_t *logData;
sys/dev/raidframe/rf_paritylog.c
101
static RF_ParityLogData_t *
sys/dev/raidframe/rf_paritylog.c
104
RF_ParityLogData_t *data = NULL;
sys/dev/raidframe/rf_paritylog.c
126
FreeParityLogData(RF_ParityLogData_t * data)
sys/dev/raidframe/rf_paritylog.c
128
RF_ParityLogData_t *nextItem;
sys/dev/raidframe/rf_paritylog.c
149
RF_ParityLogData_t * data,
sys/dev/raidframe/rf_paritylog.c
150
RF_ParityLogData_t ** head,
sys/dev/raidframe/rf_paritylog.c
151
RF_ParityLogData_t ** tail)
sys/dev/raidframe/rf_paritylog.c
183
static RF_ParityLogData_t *
sys/dev/raidframe/rf_paritylog.c
186
RF_ParityLogData_t ** head,
sys/dev/raidframe/rf_paritylog.c
187
RF_ParityLogData_t ** tail,
sys/dev/raidframe/rf_paritylog.c
190
RF_ParityLogData_t *data;
sys/dev/raidframe/rf_paritylog.c
227
RF_ParityLogData_t * data,
sys/dev/raidframe/rf_paritylog.c
228
RF_ParityLogData_t ** head,
sys/dev/raidframe/rf_paritylog.c
229
RF_ParityLogData_t ** tail)
sys/dev/raidframe/rf_paritylog.c
259
RF_ParityLogData_t *
sys/dev/raidframe/rf_paritylog.c
270
RF_ParityLogData_t *data, *resultHead = NULL, *resultTail = NULL;
sys/dev/raidframe/rf_paritylog.c
335
RF_ParityLogData_t *
sys/dev/raidframe/rf_paritylog.c
339
RF_ParityLogData_t ** head,
sys/dev/raidframe/rf_paritylog.c
340
RF_ParityLogData_t ** tail,
sys/dev/raidframe/rf_paritylog.c
343
RF_ParityLogData_t *w;
sys/dev/raidframe/rf_paritylog.c
399
static RF_ParityLogData_t *
sys/dev/raidframe/rf_paritylog.c
402
RF_ParityLogData_t ** head,
sys/dev/raidframe/rf_paritylog.c
403
RF_ParityLogData_t ** tail)
sys/dev/raidframe/rf_paritylog.c
405
RF_ParityLogData_t *logDataList, *logData;
sys/dev/raidframe/rf_paritylog.c
430
RF_ParityLogData_t * logData,
sys/dev/raidframe/rf_paritylog.c
469
RF_ParityLogData_t *logDataList;
sys/dev/raidframe/rf_paritylog.c
589
RF_ParityLogData_t * logData)
sys/dev/raidframe/rf_paritylog.c
661
RF_ParityLogData_t * logData,
sys/dev/raidframe/rf_paritylog.c
667
RF_ParityLogData_t *item;
sys/dev/raidframe/rf_paritylog.h
119
RF_ParityLogData_t *bufHead; /* head of FIFO list of log data,
sys/dev/raidframe/rf_paritylog.h
121
RF_ParityLogData_t *bufTail; /* tail of FIFO list of log data,
sys/dev/raidframe/rf_paritylog.h
123
RF_ParityLogData_t *reintHead; /* head of FIFO list of log data,
sys/dev/raidframe/rf_paritylog.h
125
RF_ParityLogData_t *reintTail; /* tail of FIFO list of log data,
sys/dev/raidframe/rf_paritylog.h
127
RF_ParityLogData_t *logBlockHead; /* queue of work, blocked
sys/dev/raidframe/rf_paritylog.h
129
RF_ParityLogData_t *logBlockTail;
sys/dev/raidframe/rf_paritylog.h
130
RF_ParityLogData_t *reintBlockHead; /* queue of work, blocked
sys/dev/raidframe/rf_paritylog.h
133
RF_ParityLogData_t *reintBlockTail;
sys/dev/raidframe/rf_paritylog.h
136
RF_ParityLogData_t *freeDataList; /* list of unused log data
sys/dev/raidframe/rf_paritylog.h
165
RF_ParityLogData_t *
sys/dev/raidframe/rf_paritylog.h
171
RF_ParityLogData_t *rf_SearchAndDequeueParityLogData(RF_Raid_t * raidPtr,
sys/dev/raidframe/rf_paritylog.h
172
RF_RegionId_t regionID, RF_ParityLogData_t ** head,
sys/dev/raidframe/rf_paritylog.h
173
RF_ParityLogData_t ** tail, int ignoreLocks);
sys/dev/raidframe/rf_paritylog.h
175
int rf_ParityLogAppend(RF_ParityLogData_t * logData, int finish,
sys/dev/raidframe/rf_paritylog.h
68
RF_ParityLogData_t *next;
sys/dev/raidframe/rf_paritylog.h
69
RF_ParityLogData_t *prev;
sys/dev/raidframe/rf_paritylogDiskMgr.c
489
RF_ParityLogData_t *logData, *logDataList;
sys/dev/raidframe/rf_paritylogging.c
607
RF_ParityLogData_t *d;
sys/dev/raidframe/rf_paritylogging.c
625
RF_Free(d, sizeof(RF_ParityLogData_t));