Home
last modified time | relevance | path

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

/fs/udf/
A Dmisc.c257 struct tag *tptr = (struct tag *)data; in udf_update_tag() local
260 tptr->descCRCLength = cpu_to_le16(length); in udf_update_tag()
261 tptr->descCRC = cpu_to_le16(crc_itu_t(0, data + sizeof(struct tag), length)); in udf_update_tag()
262 tptr->tagChecksum = udf_tag_checksum(tptr); in udf_update_tag()
268 struct tag *tptr = (struct tag *)data; in udf_new_tag() local
269 tptr->tagIdent = cpu_to_le16(ident); in udf_new_tag()
270 tptr->descVersion = cpu_to_le16(version); in udf_new_tag()
271 tptr->tagSerialNum = cpu_to_le16(snum); in udf_new_tag()
272 tptr->tagLocation = cpu_to_le32(loc); in udf_new_tag()

Completed in 4 milliseconds