Home
last modified time | relevance | path

Searched refs:tagp (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/fs/jbd2/
Drecovery.c198 char * tagp; in count_tags() local
206 tagp = &bh->b_data[sizeof(journal_header_t)]; in count_tags()
208 while ((tagp - bh->b_data + tag_bytes) <= size) { in count_tags()
209 memcpy(&tag, tagp, sizeof(tag)); in count_tags()
212 tagp += tag_bytes; in count_tags()
214 tagp += 16; in count_tags()
498 char * tagp; in do_one_pass() local
611 tagp = &bh->b_data[sizeof(journal_header_t)]; in do_one_pass()
612 while ((tagp - bh->b_data + tag_bytes) in do_one_pass()
616 memcpy(&tag, tagp, sizeof(tag)); in do_one_pass()
[all …]
Dcommit.c396 char *tagp = NULL; in jbd2_journal_commit_transaction() local
658 tagp = &descriptor->b_data[sizeof(journal_header_t)]; in jbd2_journal_commit_transaction()
717 tag = (journal_block_tag_t *) tagp; in jbd2_journal_commit_transaction()
722 tagp += tag_bytes; in jbd2_journal_commit_transaction()
727 memcpy (tagp, journal->j_uuid, 16); in jbd2_journal_commit_transaction()
728 tagp += 16; in jbd2_journal_commit_transaction()
/linux-5.19.10/fs/xfs/libxfs/
Dxfs_dir2_block.c199 __be16 *tagp = NULL; in xfs_dir2_block_need_space() local
224 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space()
227 dup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_block_need_space()
248 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space()
251 enddup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); 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
400 xfs_dir2_block_need_space(dp, hdr, btp, blp, &tagp, &dup, in xfs_dir2_block_addname()
574 tagp = xfs_dir2_data_entry_tag_p(dp->i_mount, dep); in xfs_dir2_block_addname()
575 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_block_addname()
[all …]
Dxfs_dir2_data.c865 __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()
Dxfs_dir2_leaf.c615 __be16 *tagp; /* end of data entry */ in xfs_dir2_leaf_addname() local
866 tagp = xfs_dir2_data_entry_tag_p(dp->i_mount, dep); in xfs_dir2_leaf_addname()
867 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_leaf_addname()
898 be16_to_cpu(*tagp))); in xfs_dir2_leaf_addname()
Dxfs_dir2_node.c1915 __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()
/linux-5.19.10/scripts/dtc/libfdt/
Dfdt.c167 const fdt32_t *tagp, *lenp; in fdt_next_tag() local
173 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag()
174 if (!can_assume(VALID_DTB) && !tagp) in fdt_next_tag()
176 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
/linux-5.19.10/include/net/
Dmctp.h258 bool manual, u8 *tagp);
/linux-5.19.10/net/mctp/
Droute.c596 bool manual, u8 *tagp) in mctp_alloc_local_tag() argument
652 *tagp = key->tag; in mctp_alloc_local_tag()
667 u8 req_tag, u8 *tagp) in mctp_lookup_prealloc_tag() argument
703 if (tagp) in mctp_lookup_prealloc_tag()
704 *tagp = key->tag; in mctp_lookup_prealloc_tag()
/linux-5.19.10/drivers/fsi/
Dfsi-master-gpio.c335 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()