Searched refs:nextCommitID (Results 1 – 1 of 1) sorted by relevance
940 uint32 nextCommitID = fFirstCommitID; in _RecoverPassScan() local950 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() local1010 while (nextCommitID < lastCommitID) { in _RecoverPassRevoke()1011 if (!header->CheckMagic() || header->Sequence() != nextCommitID) { in _RecoverPassRevoke()1021 nextCommitID++; in _RecoverPassRevoke()[all …]