RF_ParityLogData_t  176 dev/raidframe/rf_dagfuncs.c 	RF_ParityLogData_t *logData;
RF_ParityLogData_t  207 dev/raidframe/rf_dagfuncs.c 	RF_ParityLogData_t *logData;
RF_ParityLogData_t   61 dev/raidframe/rf_paritylog.c RF_ParityLogData_t *rf_AllocParityLogData(RF_Raid_t *);
RF_ParityLogData_t   62 dev/raidframe/rf_paritylog.c void rf_FreeParityLogData(RF_ParityLogData_t *);
RF_ParityLogData_t   63 dev/raidframe/rf_paritylog.c void rf_EnqueueParityLogData(RF_ParityLogData_t *, RF_ParityLogData_t **,
RF_ParityLogData_t   64 dev/raidframe/rf_paritylog.c 	RF_ParityLogData_t **);
RF_ParityLogData_t   65 dev/raidframe/rf_paritylog.c RF_ParityLogData_t *rf_DequeueParityLogData(RF_Raid_t *, RF_ParityLogData_t **,
RF_ParityLogData_t   66 dev/raidframe/rf_paritylog.c 	RF_ParityLogData_t **, int);
RF_ParityLogData_t   67 dev/raidframe/rf_paritylog.c void rf_RequeueParityLogData(RF_ParityLogData_t *, RF_ParityLogData_t **,
RF_ParityLogData_t   68 dev/raidframe/rf_paritylog.c 	RF_ParityLogData_t **);
RF_ParityLogData_t   69 dev/raidframe/rf_paritylog.c RF_ParityLogData_t *rf_DequeueMatchingLogData(RF_Raid_t *,
RF_ParityLogData_t   70 dev/raidframe/rf_paritylog.c 	RF_ParityLogData_t **, RF_ParityLogData_t **);
RF_ParityLogData_t   71 dev/raidframe/rf_paritylog.c RF_ParityLog_t *rf_AcquireParityLog(RF_ParityLogData_t *, int);
RF_ParityLogData_t   74 dev/raidframe/rf_paritylog.c int  rf_DumpParityLogToDisk(int, RF_ParityLogData_t *);
RF_ParityLogData_t  128 dev/raidframe/rf_paritylog.c RF_ParityLogData_t *
RF_ParityLogData_t  131 dev/raidframe/rf_paritylog.c 	RF_ParityLogData_t *data = NULL;
RF_ParityLogData_t  147 dev/raidframe/rf_paritylog.c 		RF_Malloc(data, sizeof(RF_ParityLogData_t),
RF_ParityLogData_t  148 dev/raidframe/rf_paritylog.c 		    (RF_ParityLogData_t *));
RF_ParityLogData_t  157 dev/raidframe/rf_paritylog.c rf_FreeParityLogData(RF_ParityLogData_t *data)
RF_ParityLogData_t  159 dev/raidframe/rf_paritylog.c 	RF_ParityLogData_t *nextItem;
RF_ParityLogData_t  181 dev/raidframe/rf_paritylog.c rf_EnqueueParityLogData(RF_ParityLogData_t *data, RF_ParityLogData_t **head,
RF_ParityLogData_t  182 dev/raidframe/rf_paritylog.c     RF_ParityLogData_t **tail)
RF_ParityLogData_t  219 dev/raidframe/rf_paritylog.c RF_ParityLogData_t *
RF_ParityLogData_t  220 dev/raidframe/rf_paritylog.c rf_DequeueParityLogData(RF_Raid_t *raidPtr, RF_ParityLogData_t **head,
RF_ParityLogData_t  221 dev/raidframe/rf_paritylog.c     RF_ParityLogData_t **tail, int ignoreLocks)
RF_ParityLogData_t  223 dev/raidframe/rf_paritylog.c 	RF_ParityLogData_t *data;
RF_ParityLogData_t  264 dev/raidframe/rf_paritylog.c rf_RequeueParityLogData(RF_ParityLogData_t *data, RF_ParityLogData_t **head,
RF_ParityLogData_t  265 dev/raidframe/rf_paritylog.c     RF_ParityLogData_t **tail)
RF_ParityLogData_t  300 dev/raidframe/rf_paritylog.c RF_ParityLogData_t *
RF_ParityLogData_t  306 dev/raidframe/rf_paritylog.c 	RF_ParityLogData_t *data, *resultHead = NULL, *resultTail = NULL;
RF_ParityLogData_t  377 dev/raidframe/rf_paritylog.c RF_ParityLogData_t *
RF_ParityLogData_t  379 dev/raidframe/rf_paritylog.c     RF_ParityLogData_t **head, RF_ParityLogData_t **tail, int ignoreLocks)
RF_ParityLogData_t  381 dev/raidframe/rf_paritylog.c 	RF_ParityLogData_t *w;
RF_ParityLogData_t  447 dev/raidframe/rf_paritylog.c RF_ParityLogData_t *
RF_ParityLogData_t  448 dev/raidframe/rf_paritylog.c rf_DequeueMatchingLogData(RF_Raid_t *raidPtr, RF_ParityLogData_t **head,
RF_ParityLogData_t  449 dev/raidframe/rf_paritylog.c     RF_ParityLogData_t **tail)
RF_ParityLogData_t  451 dev/raidframe/rf_paritylog.c 	RF_ParityLogData_t *logDataList, *logData;
RF_ParityLogData_t  480 dev/raidframe/rf_paritylog.c rf_AcquireParityLog(RF_ParityLogData_t *logData, int finish)
RF_ParityLogData_t  527 dev/raidframe/rf_paritylog.c 	RF_ParityLogData_t *logDataList;
RF_ParityLogData_t  656 dev/raidframe/rf_paritylog.c rf_DumpParityLogToDisk(int finish, RF_ParityLogData_t *logData)
RF_ParityLogData_t  746 dev/raidframe/rf_paritylog.c rf_ParityLogAppend(RF_ParityLogData_t *logData, int finish,
RF_ParityLogData_t  750 dev/raidframe/rf_paritylog.c 	RF_ParityLogData_t *item;
RF_ParityLogData_t   77 dev/raidframe/rf_paritylog.h 	RF_ParityLogData_t	*next;
RF_ParityLogData_t   78 dev/raidframe/rf_paritylog.h 	RF_ParityLogData_t	*prev;
RF_ParityLogData_t  134 dev/raidframe/rf_paritylog.h 	RF_ParityLogData_t	*bufHead;	/*
RF_ParityLogData_t  138 dev/raidframe/rf_paritylog.h 	RF_ParityLogData_t	*bufTail;	/*
RF_ParityLogData_t  142 dev/raidframe/rf_paritylog.h 	RF_ParityLogData_t	*reintHead;	/*
RF_ParityLogData_t  147 dev/raidframe/rf_paritylog.h 	RF_ParityLogData_t	*reintTail;	/*
RF_ParityLogData_t  152 dev/raidframe/rf_paritylog.h 	RF_ParityLogData_t	*logBlockHead;	/*
RF_ParityLogData_t  156 dev/raidframe/rf_paritylog.h 	RF_ParityLogData_t	*logBlockTail;
RF_ParityLogData_t  157 dev/raidframe/rf_paritylog.h 	RF_ParityLogData_t	*reintBlockHead;/*
RF_ParityLogData_t  162 dev/raidframe/rf_paritylog.h 	RF_ParityLogData_t	*reintBlockTail;
RF_ParityLogData_t  167 dev/raidframe/rf_paritylog.h 	RF_ParityLogData_t	*freeDataList;	/*
RF_ParityLogData_t  221 dev/raidframe/rf_paritylog.h RF_ParityLogData_t *rf_CreateParityLogData(RF_ParityRecordType_t,
RF_ParityLogData_t  225 dev/raidframe/rf_paritylog.h RF_ParityLogData_t *rf_SearchAndDequeueParityLogData(RF_Raid_t *, RF_RegionId_t,
RF_ParityLogData_t  226 dev/raidframe/rf_paritylog.h 	RF_ParityLogData_t **, RF_ParityLogData_t **, int);
RF_ParityLogData_t  228 dev/raidframe/rf_paritylog.h int  rf_ParityLogAppend(RF_ParityLogData_t *, int, RF_ParityLog_t **, int);
RF_ParityLogData_t  499 dev/raidframe/rf_paritylogDiskMgr.c 	RF_ParityLogData_t *logData, *logDataList;
RF_ParityLogData_t  750 dev/raidframe/rf_paritylogging.c 	RF_ParityLogData_t *d;
RF_ParityLogData_t  768 dev/raidframe/rf_paritylogging.c 		RF_Free(d, sizeof(RF_ParityLogData_t));