Home
last modified time | relevance | path

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

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