Lines Matching refs:tptr
257 struct tag *tptr = (struct tag *)data;
260 tptr->descCRCLength = cpu_to_le16(length);
261 tptr->descCRC = cpu_to_le16(crc_itu_t(0, data + sizeof(struct tag), length));
262 tptr->tagChecksum = udf_tag_checksum(tptr);
268 struct tag *tptr = (struct tag *)data;
269 tptr->tagIdent = cpu_to_le16(ident);
270 tptr->descVersion = cpu_to_le16(version);
271 tptr->tagSerialNum = cpu_to_le16(snum);
272 tptr->tagLocation = cpu_to_le32(loc);