Searched refs:_CountTags (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DJournal.h310 uint32 _CountTags(JournalHeader *descriptorBlock);
H A DJournal.cpp860 Journal::_CountTags(JournalHeader* descriptorBlock) function in class:Journal
878 TRACE("Journal::_CountTags(): Tag block: %" B_PRIu32 "\n",
888 TRACE("Journal::_CountTags(): counted tags: %" B_PRIu32 "\n", count);
958 uint32 tags = _CountTags(header);
1019 nextBlock += _CountTags(header);

Completed in 36 milliseconds