Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.h145 struct JournalRevokeHeader { struct
146 JournalHeader header;
147 uint32 num_bytes;
149 uint32 revoke_blocks[0];
151 uint32 NumBytes() const in NumBytes()
153 uint32 RevokeBlock(int offset) const in RevokeBlock()