Lines Matching refs:nextCommitID
940 uint32 nextCommitID = fFirstCommitID; in _RecoverPassScan() local
950 while (header->CheckMagic() && header->Sequence() == nextCommitID) { in _RecoverPassScan()
963 nextCommitID++; in _RecoverPassScan()
965 "commit ID: %" B_PRIu32 "\n", nextCommitID); in _RecoverPassScan()
985 B_PRIu32 "\n", nextCommitID); in _RecoverPassScan()
987 lastCommitID = nextCommitID; in _RecoverPassScan()
1000 uint32 nextCommitID = fFirstCommitID; in _RecoverPassRevoke() local
1010 while (nextCommitID < lastCommitID) { in _RecoverPassRevoke()
1011 if (!header->CheckMagic() || header->Sequence() != nextCommitID) { in _RecoverPassRevoke()
1021 nextCommitID++; in _RecoverPassRevoke()
1025 (JournalRevokeHeader*)header, nextCommitID); in _RecoverPassRevoke()
1043 if (nextCommitID != lastCommitID) { in _RecoverPassRevoke()
1062 uint32 nextCommitID = fFirstCommitID; in _RecoverPassReplay() local
1084 while (nextCommitID < lastCommitID) { in _RecoverPassReplay()
1085 if (!header->CheckMagic() || header->Sequence() != nextCommitID) { in _RecoverPassReplay()
1106 nextCommitID)) { in _RecoverPassReplay()
1140 nextCommitID++; in _RecoverPassReplay()
1155 if (nextCommitID != lastCommitID) { in _RecoverPassReplay()