Lines Matching refs:tag
136 crclen = sizeof(struct extendedAttrHeaderDesc) - sizeof(struct tag); in udf_add_extendedattr()
139 sizeof(struct tag), crclen)); in udf_add_extendedattr()
213 struct tag *tag_p; in udf_read_tagged()
228 tag_p = (struct tag *)(bh->b_data); in udf_read_tagged()
255 if (le16_to_cpu(tag_p->descCRCLength) + sizeof(struct tag) > sb->s_blocksize || in udf_read_tagged()
257 bh->b_data + sizeof(struct tag), in udf_read_tagged()
279 struct tag *tptr = (struct tag *)data; in udf_update_tag()
280 length -= sizeof(struct tag); in udf_update_tag()
283 tptr->descCRC = cpu_to_le16(crc_itu_t(0, data + sizeof(struct tag), length)); in udf_update_tag()
290 struct tag *tptr = (struct tag *)data; in udf_new_tag()
298 u8 udf_tag_checksum(const struct tag *t) in udf_tag_checksum()
303 for (i = 0; i < sizeof(struct tag); ++i) in udf_tag_checksum()