Searched refs:tag_p (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dmisc.c208 tag *tag_p; local
224 tag_p = (tag *)(bh->b_data);
226 *ident = le16_to_cpu(tag_p->tagIdent);
228 if ( location != le32_to_cpu(tag_p->tagLocation) )
231 block + UDF_SB_SESSION(sb), le32_to_cpu(tag_p->tagLocation), location);
241 if (checksum != tag_p->tagChecksum) {
247 if (le16_to_cpu(tag_p->descVersion) != 0x0002U &&
248 le16_to_cpu(tag_p->descVersion) != 0x0003U)
251 le16_to_cpu(tag_p->descVersion), block);
256 if (le16_to_cpu(tag_p
[all...]

Completed in 15 milliseconds