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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/udf/
H A Dmisc.c262 tag *tag_p; local
278 tag_p = (tag *)(bh->b_data);
280 *ident = le16_to_cpu(tag_p->tagIdent);
282 if ( location != le32_to_cpu(tag_p->tagLocation) )
285 block, le32_to_cpu(tag_p->tagLocation), location);
295 if (checksum != tag_p->tagChecksum) {
301 if (le16_to_cpu(tag_p->descVersion) != 0x0002U &&
302 le16_to_cpu(tag_p->descVersion) != 0x0003U)
305 le16_to_cpu(tag_p->descVersion), block);
310 if (le16_to_cpu(tag_p
[all...]

Completed in 32 milliseconds