Searched refs:tptr (Results 1 – 1 of 1) sorted by relevance
277 struct tag *tptr = (struct tag *)data; in udf_update_tag() local280 tptr->descCRCLength = cpu_to_le16(length); in udf_update_tag()281 tptr->descCRC = cpu_to_le16(crc_itu_t(0, data + sizeof(struct tag), length)); in udf_update_tag()282 tptr->tagChecksum = udf_tag_checksum(tptr); in udf_update_tag()288 struct tag *tptr = (struct tag *)data; in udf_new_tag() local289 tptr->tagIdent = cpu_to_le16(ident); in udf_new_tag()290 tptr->descVersion = cpu_to_le16(version); in udf_new_tag()291 tptr->tagSerialNum = cpu_to_le16(snum); in udf_new_tag()292 tptr->tagLocation = cpu_to_le32(loc); in udf_new_tag()