Searched refs:tagp (Results 1 – 2 of 2) sorted by relevance
183 char * tagp; in count_tags() local188 tagp = &bh->b_data[sizeof(journal_header_t)]; in count_tags()190 while ((tagp - bh->b_data + tag_bytes) <= size) { in count_tags()191 tag = (journal_block_tag_t *) tagp; in count_tags()194 tagp += tag_bytes; in count_tags()196 tagp += 16; in count_tags()397 char * tagp; in do_one_pass() local484 tagp = &bh->b_data[sizeof(journal_header_t)]; in do_one_pass()485 while ((tagp - bh->b_data + tag_bytes) in do_one_pass()489 tag = (journal_block_tag_t *) tagp; in do_one_pass()[all …]
470 char *tagp; in dump_descriptor_block() local492 tagp = &buf[offset]; in dump_descriptor_block()493 tag = (journal_block_tag_t *) tagp; in dump_descriptor_block()