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

/drivers/mtd/ubi/
H A Dubi-media.h186 * @data_crc: CRC checksum of the data stored in this logical eraseblock
230 * the @data_crc field of the copy (P1). So when UBI needs to pick one physical
254 * The @data_crc field contains the CRC checksum of the contents of the logical
259 * the @data_crc field. And of course, the @copy_flag is %in this case.
266 * contents and uses both @data_crc and @data_size fields. In this case, the
290 __be32 data_crc; member in struct:ubi_vid_hdr
H A Dscan.c322 uint32_t data_crc, crc; local
401 data_crc = be32_to_cpu(vid_hdr->data_crc);
403 if (crc != data_crc) {
405 pnum, crc, data_crc);
H A Deba.c437 crc = be32_to_cpu(vid_hdr->data_crc);
763 vid_hdr->data_crc = cpu_to_be32(crc);
881 vid_hdr->data_crc = cpu_to_be32(crc);
1092 * @vid_hdr->copy_flag, @vid_hdr->data_size, and @vid_hdr->data_crc.
1097 vid_hdr->data_crc = cpu_to_be32(crc);
H A Dio.c904 int data_crc = be32_to_cpu(vid_hdr->data_crc); local
976 if (data_crc != 0) {
/drivers/target/iscsi/
H A Discsi_target.c1182 u32 data_crc; local
1209 crypto_hash_final(hash, (u8 *) &data_crc);
1211 return data_crc;
1220 u8 *data_crc)
1233 crypto_hash_final(hash, data_crc);
1417 u32 data_crc; local
1419 data_crc = iscsit_do_crypto_hash_sg(&conn->conn_rx_hash, cmd,
1423 if (checksum != data_crc) {
1428 hdr->datasn, checksum, data_crc);
1472 u32 checksum, data_crc, paddin local
1214 iscsit_do_crypto_hash_buf( struct hash_desc *hash, unsigned char *buf, u32 payload_length, u32 padding, u8 *pad_bytes, u8 *data_crc) argument
1850 u32 checksum = 0, data_crc = 0, payload_length; local
2305 u32 data_crc; local
[all...]
H A Discsi_target_erl1.c98 u32 data_crc; local
101 iov.iov_base = &data_crc;
H A Discsi_target_core.h383 u32 data_crc; member in struct:iscsi_cmd
/drivers/block/
H A Damiflop.c1038 unsigned short crc,data_crc[2]; local
1112 raw = dos_decode((unsigned char *)data_crc,(ushort *) raw,4);
1115 if (crc != data_crc[0]) {
1118 hdr.sec, hdr.len_desc, scnt,data_crc[0], crc);

Completed in 1969 milliseconds