Searched refs:JOURNAL_COMMIT_BLOCK (Results 1 – 2 of 2) sorted by relevance
80 this->block_type = B_HOST_TO_BENDIAN_INT32(JOURNAL_COMMIT_BLOCK); in MakeCommit()962 } else if (blockType == JOURNAL_COMMIT_BLOCK) { in _RecoverPassScan()1020 else if (blockType == JOURNAL_COMMIT_BLOCK) in _RecoverPassRevoke()1139 } else if (blockType == JOURNAL_COMMIT_BLOCK) in _RecoverPassReplay()
16 #define JOURNAL_COMMIT_BLOCK 2 macro