lastLog           528 dev/raidframe/rf_paritylog.c 	RF_ParityLog_t *log, *lastLog;
lastLog           583 dev/raidframe/rf_paritylog.c 		lastLog = firstLog;
lastLog           587 dev/raidframe/rf_paritylog.c 		while (lastLog->next) {
lastLog           588 dev/raidframe/rf_paritylog.c 			lastLog = lastLog->next;
lastLog           593 dev/raidframe/rf_paritylog.c 		lastLog->next = raidPtr->parityLogPool.parityLogs;