Searched refs:tagp (Results 1 – 9 of 9) sorted by relevance
2 insmod -f ./tagp.ko || insmod -f ./tagp.o || exit 13 rm -f /dev/tagp5 mknod /dev/tagp c $major 0
10 obj-m := tagp.o22 rm -f tagp.o 2>/dev/null || true
224 char * tagp; in count_tags() local232 tagp = &bh->b_data[sizeof(journal_header_t)]; in count_tags()234 while ((tagp - bh->b_data + tag_bytes) <= size) { in count_tags()235 tag = (journal_block_tag_t *) tagp; in count_tags()238 tagp += tag_bytes; in count_tags()240 tagp += 16; in count_tags()482 char * tagp; in do_one_pass() local580 tagp = &bh->b_data[sizeof(journal_header_t)]; in do_one_pass()581 while ((tagp - bh->b_data + tag_bytes) in do_one_pass()585 tag = (journal_block_tag_t *) tagp; in do_one_pass()[all …]
622 char *tagp; in count_tags() local630 tagp = buf + sizeof(journal_header_t); in count_tags()632 while ((tagp - buf + tag_bytes) <= size) { in count_tags()633 tag = (journal_block_tag_t *) tagp; in count_tags()636 tagp += tag_bytes; in count_tags()638 tagp += 16; in count_tags()
507 char *tagp; in dump_descriptor_block() local531 tagp = &buf[offset]; in dump_descriptor_block()532 tag = (journal_block_tag_t *) tagp; in dump_descriptor_block()
96 const fdt32_t *tagp, *lenp; in fdt_next_tag() local102 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()103 if (!tagp) in fdt_next_tag()105 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
517 template <class Abi> doublev<Abi> nan(const char* tagp);518 template <class Abi> floatv<Abi> nanf(const char* tagp);519 template <class Abi> ldoublev<Abi> nanl(const char* tagp);