Searched refs:tagp (Results 1 – 6 of 6) sorted by relevance
/linux/scripts/dtc/libfdt/ |
H A D | fdt.c | 164 const fdt32_t *tagp, *lenp; in fdt_next_tag() local 170 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag() 171 if (!can_assume(VALID_DTB) && !tagp) in fdt_next_tag() 173 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
|
/linux/fs/jbd2/ |
H A D | commit.c | 361 char *tagp = NULL; in jbd2_journal_commit_transaction() local 621 tagp = &descriptor->b_data[sizeof(journal_header_t)]; in jbd2_journal_commit_transaction() 676 tag = (journal_block_tag_t *) tagp; in jbd2_journal_commit_transaction() 681 tagp += tag_bytes; in jbd2_journal_commit_transaction() 686 memcpy (tagp, journal->j_uuid, 16); in jbd2_journal_commit_transaction() 687 tagp += 16; in jbd2_journal_commit_transaction()
|
/linux/net/mctp/ |
H A D | route.c | 672 bool manual, u8 *tagp) in mctp_alloc_local_tag() argument 740 *tagp = key->tag; in mctp_alloc_local_tag() 756 u8 req_tag, u8 *tagp) in mctp_lookup_prealloc_tag() argument 795 if (tagp) in mctp_lookup_prealloc_tag() 796 *tagp = key->tag; in mctp_lookup_prealloc_tag()
|
/linux/include/net/ |
H A D | mctp.h | 261 bool manual, u8 *tagp);
|
/linux/drivers/fsi/ |
H A D | fsi-master-gpio.c | 335 uint8_t data_size, struct fsi_gpio_msg *msgp, uint8_t *tagp) in read_one_response() argument 391 if (tagp) in read_one_response() 392 *tagp = tag; in read_one_response()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_data.c | 892 __be16 *tagp; /* tag just before us */ in xfs_dir2_data_make_free() local 894 tagp = (__be16 *)((char *)hdr + offset) - 1; in xfs_dir2_data_make_free() 895 prevdup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_data_make_free()
|