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; local
950 while (header->CheckMagic() && header->Sequence() == nextCommitID) {
963 nextCommitID++;
965 "commit ID: %" B_PRIu32 "\n", nextCommitID);
985 B_PRIu32 "\n", nextCommitID);
987 lastCommitID = nextCommitID;
1000 uint32 nextCommitID = fFirstCommitID; local
1010 while (nextCommitID < lastCommitID) {
1011 if (!header->CheckMagic() || header->Sequence() != nextCommitID) {
1021 nextCommitID
1062 uint32 nextCommitID = fFirstCommitID; local
[all...]

Completed in 83 milliseconds