Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.h18 #define JOURNAL_SUPERBLOCK_V2 4 macro
H A DJournal.cpp743 } else if (superblock.header.BlockType() == JOURNAL_SUPERBLOCK_V2) { in _LoadSuperBlock()