Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.h17 #define JOURNAL_SUPERBLOCK_V1 3 macro
H A DJournal.cpp740 if (superblock.header.BlockType() == JOURNAL_SUPERBLOCK_V1) { in _LoadSuperBlock()