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

/external/e2fsprogs/e2fsck/
H A Drecovery.c183 char * tagp; local
188 tagp = &bh->b_data[sizeof(journal_header_t)];
190 while ((tagp - bh->b_data + tag_bytes) <= size) {
191 tag = (journal_block_tag_t *) tagp;
194 tagp += tag_bytes;
196 tagp += 16;
397 char * tagp; local
484 tagp = &bh->b_data[sizeof(journal_header_t)];
485 while ((tagp - bh->b_data + tag_bytes)
489 tag = (journal_block_tag_t *) tagp;
[all...]
/external/e2fsprogs/debugfs/
H A Dlogdump.c470 char *tagp; local
492 tagp = &buf[offset];
493 tag = (journal_block_tag_t *) tagp;

Completed in 86 milliseconds