/linux-4.1.27/fs/jbd/ |
D | recovery.c | 183 char * tagp; in count_tags() local 187 tagp = &bh->b_data[sizeof(journal_header_t)]; in count_tags() 189 while ((tagp - bh->b_data + sizeof(journal_block_tag_t)) <= size) { in count_tags() 190 tag = (journal_block_tag_t *) tagp; in count_tags() 193 tagp += sizeof(journal_block_tag_t); in count_tags() 195 tagp += 16; in count_tags() 354 char * tagp; in do_one_pass() local 428 tagp = &bh->b_data[sizeof(journal_header_t)]; in do_one_pass() 429 while ((tagp - bh->b_data +sizeof(journal_block_tag_t)) in do_one_pass() 433 tag = (journal_block_tag_t *) tagp; in do_one_pass() [all …]
|
D | commit.c | 307 char *tagp = NULL; in journal_commit_transaction() local 581 tagp = &bh->b_data[sizeof(journal_header_t)]; in journal_commit_transaction() 644 tag = (journal_block_tag_t *) tagp; in journal_commit_transaction() 647 tagp += sizeof(journal_block_tag_t); in journal_commit_transaction() 651 memcpy (tagp, journal->j_uuid, 16); in journal_commit_transaction() 652 tagp += 16; in journal_commit_transaction()
|
/linux-4.1.27/scripts/dtc/libfdt/ |
D | fdt.c | 95 const uint32_t *tagp, *lenp; in fdt_next_tag() local 101 tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE); in fdt_next_tag() 102 if (!tagp) in fdt_next_tag() 104 tag = fdt32_to_cpu(*tagp); in fdt_next_tag()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 180 __be16 *tagp = NULL; in xfs_dir2_block_need_space() local 205 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space() 208 dup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_block_need_space() 229 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space() 232 enddup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_block_need_space() 269 *tagpp = tagp; in xfs_dir2_block_need_space() 355 __be16 *tagp; /* pointer to tag value */ in xfs_dir2_block_addname() local 381 xfs_dir2_block_need_space(dp, hdr, btp, blp, &tagp, &dup, in xfs_dir2_block_addname() 549 tagp = dp->d_ops->data_entry_tag_p(dep); in xfs_dir2_block_addname() 550 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_block_addname() [all …]
|
D | xfs_dir2_data.c | 755 __be16 *tagp; /* tag just before us */ in xfs_dir2_data_make_free() local 757 tagp = (__be16 *)((char *)hdr + offset) - 1; in xfs_dir2_data_make_free() 758 prevdup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_data_make_free()
|
D | xfs_dir2_leaf.c | 628 __be16 *tagp; /* end of data entry */ in xfs_dir2_leaf_addname() local 859 tagp = dp->d_ops->data_entry_tag_p(dep); in xfs_dir2_leaf_addname() 860 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_leaf_addname() 891 be16_to_cpu(*tagp))); in xfs_dir2_leaf_addname()
|
D | xfs_dir2_node.c | 1660 __be16 *tagp; /* data entry tag pointer */ in xfs_dir2_node_addname_int() local 1971 tagp = dp->d_ops->data_entry_tag_p(dep); in xfs_dir2_node_addname_int() 1972 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_node_addname_int() 2001 args->index = be16_to_cpu(*tagp); in xfs_dir2_node_addname_int()
|
/linux-4.1.27/fs/jbd2/ |
D | recovery.c | 203 char * tagp; in count_tags() local 211 tagp = &bh->b_data[sizeof(journal_header_t)]; in count_tags() 213 while ((tagp - bh->b_data + tag_bytes) <= size) { in count_tags() 214 tag = (journal_block_tag_t *) tagp; in count_tags() 217 tagp += tag_bytes; in count_tags() 219 tagp += 16; in count_tags() 461 char * tagp; in do_one_pass() local 563 tagp = &bh->b_data[sizeof(journal_header_t)]; in do_one_pass() 564 while ((tagp - bh->b_data + tag_bytes) in do_one_pass() 568 tag = (journal_block_tag_t *) tagp; in do_one_pass() [all …]
|
D | commit.c | 383 char *tagp = NULL; in jbd2_journal_commit_transaction() local 635 tagp = &descriptor->b_data[sizeof(journal_header_t)]; in jbd2_journal_commit_transaction() 695 tag = (journal_block_tag_t *) tagp; in jbd2_journal_commit_transaction() 700 tagp += tag_bytes; in jbd2_journal_commit_transaction() 705 memcpy (tagp, journal->j_uuid, 16); in jbd2_journal_commit_transaction() 706 tagp += 16; in jbd2_journal_commit_transaction()
|
/linux-4.1.27/fs/nfsd/ |
D | xdr4.h | 601 __be32 * tagp; /* tag, opcount encode location */ member
|
D | nfs4proc.c | 1620 resp->tagp = resp->xdr.p; in nfsd4_proc_compound()
|
D | nfs4xdr.c | 4460 p = resp->tagp; in nfs4svc_encode_compoundres()
|
/linux-4.1.27/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 1486 u32 sw_tag, u32 *tagp, struct cxgbi_gather_list *gl, in ddp_tag_reserve() argument 1537 *tagp = tag; in ddp_tag_reserve() 1545 int cxgbi_ddp_reserve(struct cxgbi_sock *csk, unsigned int *tagp, in cxgbi_ddp_reserve() argument 1571 err = ddp_tag_reserve(csk, csk->tid, sw_tag, tagp, gl, gfp); in cxgbi_ddp_reserve()
|