tagp              335 drivers/fsi/fsi-master-gpio.c 		uint8_t data_size, struct fsi_gpio_msg *msgp, uint8_t *tagp)
tagp              391 drivers/fsi/fsi-master-gpio.c 	if (tagp)
tagp              392 drivers/fsi/fsi-master-gpio.c 		*tagp = tag;
tagp              368 fs/jbd2/commit.c 	char *tagp = NULL;
tagp              618 fs/jbd2/commit.c 			tagp = &descriptor->b_data[sizeof(journal_header_t)];
tagp              678 fs/jbd2/commit.c 		tag = (journal_block_tag_t *) tagp;
tagp              683 fs/jbd2/commit.c 		tagp += tag_bytes;
tagp              688 fs/jbd2/commit.c 			memcpy (tagp, journal->j_uuid, 16);
tagp              689 fs/jbd2/commit.c 			tagp += 16;
tagp              199 fs/jbd2/recovery.c 	char *			tagp;
tagp              207 fs/jbd2/recovery.c 	tagp = &bh->b_data[sizeof(journal_header_t)];
tagp              209 fs/jbd2/recovery.c 	while ((tagp - bh->b_data + tag_bytes) <= size) {
tagp              210 fs/jbd2/recovery.c 		tag = (journal_block_tag_t *) tagp;
tagp              213 fs/jbd2/recovery.c 		tagp += tag_bytes;
tagp              215 fs/jbd2/recovery.c 			tagp += 16;
tagp              457 fs/jbd2/recovery.c 		char *			tagp;
tagp              558 fs/jbd2/recovery.c 			tagp = &bh->b_data[sizeof(journal_header_t)];
tagp              559 fs/jbd2/recovery.c 			while ((tagp - bh->b_data + tag_bytes)
tagp              563 fs/jbd2/recovery.c 				tag = (journal_block_tag_t *) tagp;
tagp              644 fs/jbd2/recovery.c 				tagp += tag_bytes;
tagp              646 fs/jbd2/recovery.c 					tagp += 16;
tagp             1931 fs/nfsd/nfs4proc.c 	resp->tagp = resp->xdr.p;
tagp             4588 fs/nfsd/nfs4xdr.c 	p = resp->tagp;
tagp              675 fs/nfsd/xdr4.h 	__be32 *			tagp; /* tag, opcount encode location */
tagp              170 fs/xfs/libxfs/xfs_dir2_block.c 	__be16				*tagp = NULL;
tagp              195 fs/xfs/libxfs/xfs_dir2_block.c 		tagp = (__be16 *)blp - 1;
tagp              198 fs/xfs/libxfs/xfs_dir2_block.c 		dup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp));
tagp              219 fs/xfs/libxfs/xfs_dir2_block.c 	tagp = (__be16 *)blp - 1;
tagp              222 fs/xfs/libxfs/xfs_dir2_block.c 	enddup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp));
tagp              259 fs/xfs/libxfs/xfs_dir2_block.c 	*tagpp = tagp;
tagp              345 fs/xfs/libxfs/xfs_dir2_block.c 	__be16			*tagp;		/* pointer to tag value */
tagp              371 fs/xfs/libxfs/xfs_dir2_block.c 	xfs_dir2_block_need_space(dp, hdr, btp, blp, &tagp, &dup,
tagp              545 fs/xfs/libxfs/xfs_dir2_block.c 	tagp = dp->d_ops->data_entry_tag_p(dep);
tagp              546 fs/xfs/libxfs/xfs_dir2_block.c 	*tagp = cpu_to_be16((char *)dep - (char *)hdr);
tagp              914 fs/xfs/libxfs/xfs_dir2_block.c 	__be16			*tagp;		/* end of entry (tag) */
tagp              972 fs/xfs/libxfs/xfs_dir2_block.c 	tagp = (__be16 *)((char *)hdr + args->geo->blksize) - 1;
tagp              973 fs/xfs/libxfs/xfs_dir2_block.c 	dup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp));
tagp             1064 fs/xfs/libxfs/xfs_dir2_block.c 	__be16			*tagp;		/* end of data entry */
tagp             1157 fs/xfs/libxfs/xfs_dir2_block.c 	tagp = dp->d_ops->data_entry_tag_p(dep);
tagp             1158 fs/xfs/libxfs/xfs_dir2_block.c 	*tagp = cpu_to_be16((char *)dep - (char *)hdr);
tagp             1171 fs/xfs/libxfs/xfs_dir2_block.c 	tagp = dp->d_ops->data_entry_tag_p(dep);
tagp             1172 fs/xfs/libxfs/xfs_dir2_block.c 	*tagp = cpu_to_be16((char *)dep - (char *)hdr);
tagp             1222 fs/xfs/libxfs/xfs_dir2_block.c 		tagp = dp->d_ops->data_entry_tag_p(dep);
tagp             1223 fs/xfs/libxfs/xfs_dir2_block.c 		*tagp = cpu_to_be16((char *)dep - (char *)hdr);
tagp             1231 fs/xfs/libxfs/xfs_dir2_block.c 		offset = (int)((char *)(tagp + 1) - (char *)hdr);
tagp              812 fs/xfs/libxfs/xfs_dir2_data.c 		__be16			*tagp;	/* tag just before us */
tagp              814 fs/xfs/libxfs/xfs_dir2_data.c 		tagp = (__be16 *)((char *)hdr + offset) - 1;
tagp              815 fs/xfs/libxfs/xfs_dir2_data.c 		prevdup = (xfs_dir2_data_unused_t *)((char *)hdr + be16_to_cpu(*tagp));
tagp              568 fs/xfs/libxfs/xfs_dir2_leaf.c 	__be16			*tagp;		/* end of data entry */
tagp              819 fs/xfs/libxfs/xfs_dir2_leaf.c 	tagp = dp->d_ops->data_entry_tag_p(dep);
tagp              820 fs/xfs/libxfs/xfs_dir2_leaf.c 	*tagp = cpu_to_be16((char *)dep - (char *)hdr);
tagp              851 fs/xfs/libxfs/xfs_dir2_leaf.c 				be16_to_cpu(*tagp)));
tagp             1869 fs/xfs/libxfs/xfs_dir2_node.c 	__be16			*tagp;		/* data entry tag pointer */
tagp             1930 fs/xfs/libxfs/xfs_dir2_node.c 	tagp = dp->d_ops->data_entry_tag_p(dep);
tagp             1931 fs/xfs/libxfs/xfs_dir2_node.c 	*tagp = cpu_to_be16((char *)dep - (char *)hdr);
tagp             1954 fs/xfs/libxfs/xfs_dir2_node.c 	args->index = be16_to_cpu(*tagp);
tagp              128 scripts/dtc/libfdt/fdt.c 	const fdt32_t *tagp, *lenp;
tagp              134 scripts/dtc/libfdt/fdt.c 	tagp = fdt_offset_ptr(fdt, offset, FDT_TAGSIZE);
tagp              135 scripts/dtc/libfdt/fdt.c 	if (!tagp)
tagp              137 scripts/dtc/libfdt/fdt.c 	tag = fdt32_to_cpu(*tagp);