Searched defs:tag_bytes (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Drecovery.c186 int tag_bytes = journal_tag_bytes(journal); local
190 while ((tagp - bh->b_data + tag_bytes) <= size) {
194 tagp += tag_bytes;
312 static inline unsigned long long read_tag_block(int tag_bytes, journal_block_tag_t *tag)
315 if (tag_bytes > JBD_TAG_SIZE32)
364 int tag_bytes = journal_tag_bytes(journal); local
370 / tag_bytes);
485 while ((tagp - bh->b_data + tag_bytes)
557 tagp += tag_bytes;

Completed in 43 milliseconds