Searched refs:data_crc (Results 1 - 9 of 9) 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
412 * @data_crc: CRC over the fastmap data
423 __be32 data_crc; member in struct:ubi_fm_sb
H A Deba.c438 crc = be32_to_cpu(vid_hdr->data_crc);
763 vid_hdr->data_crc = cpu_to_be32(crc);
882 vid_hdr->data_crc = cpu_to_be32(crc);
1094 * @vid_hdr->copy_flag, @vid_hdr->data_size, and @vid_hdr->data_crc.
1099 vid_hdr->data_crc = cpu_to_be32(crc);
H A Dattach.c326 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 Dio.c883 int data_crc = be32_to_cpu(vid_hdr->data_crc); local
955 if (data_crc != 0) {
H A Dfastmap.c1029 tmp_crc = be32_to_cpu(fmsb2->data_crc);
1030 fmsb2->data_crc = 0;
1285 fmsb->data_crc = 0;
1286 fmsb->data_crc = cpu_to_be32(crc32(UBI_CRC32_INIT, fm_raw,
/drivers/target/iscsi/
H A Discsi_target.c1212 u32 data_crc; local
1239 crypto_hash_final(hash, (u8 *) &data_crc);
1241 return data_crc;
1250 u8 *data_crc)
1263 crypto_hash_final(hash, data_crc);
1436 u32 data_crc; local
1438 data_crc = iscsit_do_crypto_hash_sg(&conn->conn_rx_hash, cmd,
1443 if (checksum != data_crc) {
1448 hdr->datasn, checksum, data_crc);
1662 u32 checksum, data_crc, paddin local
1244 iscsit_do_crypto_hash_buf( struct hash_desc *hash, const void *buf, u32 payload_length, u32 padding, u8 *pad_bytes, u8 *data_crc) argument
2076 u32 checksum = 0, data_crc = 0; local
2450 u32 data_crc; local
[all...]
H A Discsi_target_erl1.c100 u32 data_crc; local
103 iov.iov_base = &data_crc;
H A Discsi_target_core.h399 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 161 milliseconds