Searched refs:tagp (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.4/fs/jbd2/ |
D | recovery.c | 199 char * tagp; in count_tags() local 207 tagp = &bh->b_data[sizeof(journal_header_t)]; in count_tags() 209 while ((tagp - bh->b_data + tag_bytes) <= size) { in count_tags() 210 tag = (journal_block_tag_t *) tagp; in count_tags() 213 tagp += tag_bytes; in count_tags() 215 tagp += 16; in count_tags() 457 char * tagp; in do_one_pass() local 558 tagp = &bh->b_data[sizeof(journal_header_t)]; in do_one_pass() 559 while ((tagp - bh->b_data + tag_bytes) in do_one_pass() 563 tag = (journal_block_tag_t *) tagp; in do_one_pass() [all …]
|
D | commit.c | 368 char *tagp = NULL; in jbd2_journal_commit_transaction() local 618 tagp = &descriptor->b_data[sizeof(journal_header_t)]; in jbd2_journal_commit_transaction() 678 tag = (journal_block_tag_t *) tagp; in jbd2_journal_commit_transaction() 683 tagp += tag_bytes; in jbd2_journal_commit_transaction() 688 memcpy (tagp, journal->j_uuid, 16); in jbd2_journal_commit_transaction() 689 tagp += 16; in jbd2_journal_commit_transaction()
|
/Linux-v5.4/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 170 __be16 *tagp = NULL; in xfs_dir2_block_need_space() local 195 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space() 198 dup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_block_need_space() 219 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space() 222 enddup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_block_need_space() 259 *tagpp = tagp; in xfs_dir2_block_need_space() 345 __be16 *tagp; /* pointer to tag value */ in xfs_dir2_block_addname() local 371 xfs_dir2_block_need_space(dp, hdr, btp, blp, &tagp, &dup, in xfs_dir2_block_addname() 545 tagp = dp->d_ops->data_entry_tag_p(dep); in xfs_dir2_block_addname() 546 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_block_addname() [all …]
|
D | xfs_dir2_data.c | 812 __be16 *tagp; /* tag just before us */ in xfs_dir2_data_make_free() local 814 tagp = (__be16 *)((char *)hdr + offset) - 1; in xfs_dir2_data_make_free() 815 prevdup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_data_make_free()
|
D | xfs_dir2_leaf.c | 568 __be16 *tagp; /* end of data entry */ in xfs_dir2_leaf_addname() local 819 tagp = dp->d_ops->data_entry_tag_p(dep); in xfs_dir2_leaf_addname() 820 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_leaf_addname() 851 be16_to_cpu(*tagp))); in xfs_dir2_leaf_addname()
|
D | xfs_dir2_node.c | 1869 __be16 *tagp; /* data entry tag pointer */ in xfs_dir2_node_addname_int() local 1930 tagp = dp->d_ops->data_entry_tag_p(dep); in xfs_dir2_node_addname_int() 1931 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_node_addname_int() 1954 args->index = be16_to_cpu(*tagp); in xfs_dir2_node_addname_int()
|
/Linux-v5.4/scripts/dtc/libfdt/ |
D | fdt.c | 128 const fdt32_t *tagp, *lenp; in fdt_next_tag() local 134 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag() 135 if (!tagp) in fdt_next_tag() 137 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
|
/Linux-v5.4/drivers/fsi/ |
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-v5.4/fs/nfsd/ |
D | xdr4.h | 675 __be32 * tagp; /* tag, opcount encode location */ member
|
D | nfs4proc.c | 1929 resp->tagp = resp->xdr.p; in nfsd4_proc_compound()
|
D | nfs4xdr.c | 4588 p = resp->tagp; in nfs4svc_encode_compoundres()
|