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;
389 char * tagp; local
476 tagp = &bh->b_data[sizeof(journal_header_t)];
477 while ((tagp - bh->b_data + tag_bytes)
481 tag = (journal_block_tag_t *) tagp;
[all...]
/external/e2fsprogs/debugfs/
H A Dlogdump.c471 char *tagp; local
493 tagp = &buf[offset];
494 tag = (journal_block_tag_t *) tagp;

Completed in 109 milliseconds