/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_block.c | 199 __be16 *tagp = NULL; in xfs_dir2_block_need_space() local 224 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space() 248 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space() 288 *tagpp = tagp; in xfs_dir2_block_need_space() 374 __be16 *tagp; /* pointer to tag value */ in xfs_dir2_block_addname() local 942 __be16 *tagp; /* end of entry (tag) */ in xfs_dir2_leaf_to_block() local 1094 __be16 *tagp; /* end of data entry */ in xfs_dir2_sf_to_block() local 1176 tagp = xfs_dir2_data_entry_tag_p(mp, dep); in xfs_dir2_sf_to_block() 1177 *tagp = cpu_to_be16(offset); in xfs_dir2_sf_to_block() 1192 *tagp = cpu_to_be16(offset); in xfs_dir2_sf_to_block() [all …]
|
H A D | xfs_dir2_data.c | 865 __be16 *tagp; /* tag just before us */ in xfs_dir2_data_make_free() local 867 tagp = (__be16 *)((char *)hdr + offset) - 1; in xfs_dir2_data_make_free() 868 prevdup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_data_make_free()
|
H A D | xfs_dir2_leaf.c | 620 __be16 *tagp; /* end of data entry */ in xfs_dir2_leaf_addname() local 871 tagp = xfs_dir2_data_entry_tag_p(dp->i_mount, dep); in xfs_dir2_leaf_addname() 872 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_leaf_addname() 903 be16_to_cpu(*tagp))); in xfs_dir2_leaf_addname()
|
H A D | xfs_dir2_node.c | 1915 __be16 *tagp; /* data entry tag pointer */ in xfs_dir2_node_addname_int() local 1975 tagp = xfs_dir2_data_entry_tag_p(dp->i_mount, dep); in xfs_dir2_node_addname_int() 1976 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_node_addname_int() 1997 args->index = be16_to_cpu(*tagp); in xfs_dir2_node_addname_int()
|
/openbmc/linux/fs/jbd2/ |
H A D | recovery.c | 204 char * tagp; in count_tags() local 212 tagp = &bh->b_data[sizeof(journal_header_t)]; in count_tags() 215 memcpy(&tag, tagp, sizeof(tag)); in count_tags() 218 tagp += tag_bytes; in count_tags() 220 tagp += 16; in count_tags() 536 char * tagp; in do_one_pass() local 648 while ((tagp - bh->b_data + tag_bytes) in do_one_pass() 652 memcpy(&tag, tagp, sizeof(tag)); in do_one_pass() 686 journal, &tag, (journal_block_tag3_t *)tagp, in do_one_pass() 732 tagp += tag_bytes; in do_one_pass() [all …]
|
H A D | commit.c | 361 char *tagp = NULL; in jbd2_journal_commit_transaction() local 622 tagp = &descriptor->b_data[sizeof(journal_header_t)]; in jbd2_journal_commit_transaction() 681 tag = (journal_block_tag_t *) tagp; in jbd2_journal_commit_transaction() 686 tagp += tag_bytes; in jbd2_journal_commit_transaction() 691 memcpy (tagp, journal->j_uuid, 16); in jbd2_journal_commit_transaction() 692 tagp += 16; in jbd2_journal_commit_transaction()
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | fdt.c | 96 const fdt32_t *tagp, *lenp; in fdt_next_tag() local 102 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()
|
/openbmc/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()
|
/openbmc/linux/include/net/ |
H A D | mctp.h | 259 bool manual, u8 *tagp);
|
/openbmc/linux/net/mctp/ |
H A D | route.c | 604 bool manual, u8 *tagp) in mctp_alloc_local_tag() argument 660 *tagp = key->tag; in mctp_alloc_local_tag() 675 u8 req_tag, u8 *tagp) in mctp_lookup_prealloc_tag() argument 711 if (tagp) in mctp_lookup_prealloc_tag() 712 *tagp = key->tag; in mctp_lookup_prealloc_tag()
|
/openbmc/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()
|