Searched refs:lastCommitID (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.h312 status_t _RecoverPassScan(uint32& lastCommitID);
313 status_t _RecoverPassRevoke(uint32 lastCommitID);
314 status_t _RecoverPassReplay(uint32 lastCommitID);
H A DJournal.cpp918 uint32 lastCommitID; local
920 status_t status = _RecoverPassScan(lastCommitID);
924 status = _RecoverPassRevoke(lastCommitID);
928 return _RecoverPassReplay(lastCommitID);
934 Journal::_RecoverPassScan(uint32& lastCommitID) argument
987 lastCommitID = nextCommitID;
994 Journal::_RecoverPassRevoke(uint32 lastCommitID) argument
1010 while (nextCommitID < lastCommitID) {
1043 if (nextCommitID != lastCommitID) {
1058 Journal::_RecoverPassReplay(uint32 lastCommitID) argument
[all...]

Completed in 35 milliseconds