firstLog 525 dev/raidframe/rf_paritylog.c rf_ReleaseParityLogs(RF_Raid_t *raidPtr, RF_ParityLog_t *firstLog) firstLog 538 dev/raidframe/rf_paritylog.c RF_ASSERT(firstLog); firstLog 550 dev/raidframe/rf_paritylog.c log = firstLog; firstLog 551 dev/raidframe/rf_paritylog.c if (firstLog) firstLog 552 dev/raidframe/rf_paritylog.c firstLog = firstLog->next; firstLog 563 dev/raidframe/rf_paritylog.c log = firstLog; firstLog 564 dev/raidframe/rf_paritylog.c if (firstLog) { firstLog 565 dev/raidframe/rf_paritylog.c firstLog = firstLog->next; firstLog 579 dev/raidframe/rf_paritylog.c log->next = firstLog; firstLog 580 dev/raidframe/rf_paritylog.c firstLog = log; firstLog 582 dev/raidframe/rf_paritylog.c if (firstLog) { firstLog 583 dev/raidframe/rf_paritylog.c lastLog = firstLog; firstLog 594 dev/raidframe/rf_paritylog.c raidPtr->parityLogPool.parityLogs = firstLog;