Home
last modified time | relevance | path

Searched defs:JournalBlockTagV3 (Results 1 – 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.h101 struct JournalBlockTagV3 { struct
102 uint32 block_number;
103 uint32 flags;
104 uint32 block_number_high;
105 uint32 checksum;
107 uint64 BlockNumber(bool has64bits) const in BlockNumber()
115 uint32 Flags() const in Flags()
118 void SetBlockNumber(uint64 block, bool has64bits) in SetBlockNumber()
125 void SetFlags(uint32 new_flags) in SetFlags()
127 void SetLastTagFlag() in SetLastTagFlag()
[all …]