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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/udf/
H A Dmisc.c141 eahd->descTag.descCRC = cpu_to_le16(udf_crc((char *)eahd + sizeof(tag), crclen, 0));
257 le16_to_cpu(tag_p->descCRC) == udf_crc(bh->b_data + sizeof(tag),
286 tptr->descCRC = cpu_to_le16(udf_crc(data + sizeof(tag), length, 0));
H A Dcrc.c62 * udf_crc
83 udf_crc(uint8_t *data, uint32_t size, uint16_t crc) function
96 * Test udf_crc()
H A Dudfdecl.h168 extern uint16_t udf_crc(uint8_t *, uint32_t, uint16_t);
H A Dnamei.c102 crc = udf_crc((uint8_t *)cfi + sizeof(tag), sizeof(struct fileIdentDesc) -
106 crc = udf_crc((uint8_t *)sfi->impUse,
109 crc = udf_crc(fibh->ebh->b_data + sizeof(struct fileIdentDesc) + fibh->soffset,
113 crc = udf_crc((uint8_t *)sfi->impUse,
115 crc = udf_crc(fibh->ebh->b_data, fibh->eoffset, crc);
H A Dunicode.c479 valueCRC = udf_crc(fidName, fidNameLen, 0);
H A Dsuper.c1435 cpu_to_le16(udf_crc((char *)UDF_SB_LVID(sb) + sizeof(tag),
1469 cpu_to_le16(udf_crc((char *)UDF_SB_LVID(sb) + sizeof(tag),
H A Dinode.c1464 use->descTag.descCRC = cpu_to_le16(udf_crc((char *)use + sizeof(tag), crclen, 0));
1642 fe->descTag.descCRC = cpu_to_le16(udf_crc((char *)fe + sizeof(tag), crclen, 0));

Completed in 111 milliseconds