Home
last modified time | relevance | path

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

/linux-4.4.14/fs/jbd2/
Drecovery.c203 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
562 tagp = &bh->b_data[sizeof(journal_header_t)]; in do_one_pass()
563 while ((tagp - bh->b_data + tag_bytes) in do_one_pass()
567 tag = (journal_block_tag_t *) tagp; in do_one_pass()
[all …]
Dcommit.c381 char *tagp = NULL; in jbd2_journal_commit_transaction() local
633 tagp = &descriptor->b_data[sizeof(journal_header_t)]; in jbd2_journal_commit_transaction()
693 tag = (journal_block_tag_t *) tagp; in jbd2_journal_commit_transaction()
698 tagp += tag_bytes; in jbd2_journal_commit_transaction()
703 memcpy (tagp, journal->j_uuid, 16); in jbd2_journal_commit_transaction()
704 tagp += 16; in jbd2_journal_commit_transaction()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_dir2_block.c184 __be16 *tagp = NULL; in xfs_dir2_block_need_space() local
209 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space()
212 dup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_block_need_space()
233 tagp = (__be16 *)blp - 1; in xfs_dir2_block_need_space()
236 enddup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_block_need_space()
273 *tagpp = tagp; in xfs_dir2_block_need_space()
359 __be16 *tagp; /* pointer to tag value */ in xfs_dir2_block_addname() local
385 xfs_dir2_block_need_space(dp, hdr, btp, blp, &tagp, &dup, in xfs_dir2_block_addname()
553 tagp = dp->d_ops->data_entry_tag_p(dep); in xfs_dir2_block_addname()
554 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_block_addname()
[all …]
Dxfs_dir2_data.c760 __be16 *tagp; /* tag just before us */ in xfs_dir2_data_make_free() local
762 tagp = (__be16 *)((char *)hdr + offset) - 1; in xfs_dir2_data_make_free()
763 prevdup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp)); in xfs_dir2_data_make_free()
Dxfs_dir2_leaf.c633 __be16 *tagp; /* end of data entry */ in xfs_dir2_leaf_addname() local
864 tagp = dp->d_ops->data_entry_tag_p(dep); in xfs_dir2_leaf_addname()
865 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_leaf_addname()
896 be16_to_cpu(*tagp))); in xfs_dir2_leaf_addname()
Dxfs_dir2_node.c1664 __be16 *tagp; /* data entry tag pointer */ in xfs_dir2_node_addname_int() local
1974 tagp = dp->d_ops->data_entry_tag_p(dep); in xfs_dir2_node_addname_int()
1975 *tagp = cpu_to_be16((char *)dep - (char *)hdr); in xfs_dir2_node_addname_int()
2004 args->index = be16_to_cpu(*tagp); in xfs_dir2_node_addname_int()
/linux-4.4.14/scripts/dtc/libfdt/
Dfdt.c95 const fdt32_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.4.14/fs/nfsd/
Dxdr4.h602 __be32 * tagp; /* tag, opcount encode location */ member
Dnfs4proc.c1609 resp->tagp = resp->xdr.p; in nfsd4_proc_compound()
Dnfs4xdr.c4480 p = resp->tagp; in nfs4svc_encode_compoundres()
/linux-4.4.14/drivers/scsi/cxgbi/
Dlibcxgbi.c1490 u32 sw_tag, u32 *tagp, struct cxgbi_gather_list *gl, in ddp_tag_reserve() argument
1541 *tagp = tag; in ddp_tag_reserve()
1549 int cxgbi_ddp_reserve(struct cxgbi_sock *csk, unsigned int *tagp, in cxgbi_ddp_reserve() argument
1575 err = ddp_tag_reserve(csk, csk->tid, sw_tag, tagp, gl, gfp); in cxgbi_ddp_reserve()