Lines Matching refs:tptr
277 struct tag *tptr = (struct tag *)data;
280 tptr->descCRCLength = cpu_to_le16(length);
281 tptr->descCRC = cpu_to_le16(crc_itu_t(0, data + sizeof(struct tag), length));
282 tptr->tagChecksum = udf_tag_checksum(tptr);
288 struct tag *tptr = (struct tag *)data;
289 tptr->tagIdent = cpu_to_le16(ident);
290 tptr->descVersion = cpu_to_le16(version);
291 tptr->tagSerialNum = cpu_to_le16(snum);
292 tptr->tagLocation = cpu_to_le32(loc);