Home
last modified time | relevance | path

Searched refs:nextCommitID (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.cpp940 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()
[all …]