| /OK3568_Linux_fs/u-boot/fs/jffs2/ |
| H A D | jffs2_private.h | 90 data_crc(struct jffs2_raw_inode *node) in data_crc() function 92 if (node->data_crc != crc32_no_comp(0, (unsigned char *) in data_crc()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/ |
| H A D | aw_data_type.h | 104 uint32_t data_crc; member 118 uint32_t data_crc; member
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | msgr.h | 172 __le32 front_crc, middle_crc, data_crc; member 177 __le32 front_crc, middle_crc, data_crc; member
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubi/ |
| H A D | ubi-media.h | 278 __be32 data_crc; member 413 __be32 data_crc; member
|
| H A D | attach.c | 324 uint32_t data_crc, crc; in ubi_compare_lebs() local 399 data_crc = be32_to_cpu(vid_hdr->data_crc); in ubi_compare_lebs() 401 if (crc != data_crc) { in ubi_compare_lebs() 403 pnum, crc, data_crc); in ubi_compare_lebs()
|
| H A D | eba.c | 433 crc = be32_to_cpu(vid_hdr->data_crc); in ubi_eba_read_leb() 824 vid_hdr->data_crc = cpu_to_be32(crc); in ubi_eba_write_leb_st() 945 vid_hdr->data_crc = cpu_to_be32(crc); in ubi_eba_atomic_leb_change() 1165 vid_hdr->data_crc = cpu_to_be32(crc); in ubi_eba_copy_leb()
|
| H A D | io.c | 881 int data_crc = be32_to_cpu(vid_hdr->data_crc); in validate_vid_hdr() local 953 if (data_crc != 0) { in validate_vid_hdr()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ubi/ |
| H A D | ubi-media.h | 280 __be32 data_crc; member 411 __be32 data_crc; member
|
| H A D | eba.c | 690 crc = be32_to_cpu(vid_hdr->data_crc); in ubi_eba_read_leb() 856 vid_hdr->data_crc = cpu_to_be32(crc); in try_recover_peb() 1148 vid_hdr->data_crc = cpu_to_be32(crc); in ubi_eba_write_leb_st() 1232 vid_hdr->data_crc = cpu_to_be32(crc); in ubi_eba_atomic_leb_change() 1416 vid_hdr->data_crc = cpu_to_be32(crc); in ubi_eba_copy_leb()
|
| H A D | attach.c | 442 uint32_t data_crc, crc; in ubi_compare_lebs() local 517 data_crc = be32_to_cpu(vid_hdr->data_crc); in ubi_compare_lebs() 519 if (crc != data_crc) { in ubi_compare_lebs() 521 pnum, crc, data_crc); in ubi_compare_lebs()
|
| H A D | io.c | 843 int data_crc = be32_to_cpu(vid_hdr->data_crc); in validate_vid_hdr() local 920 if (data_crc != 0) { in validate_vid_hdr()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | jffs2.h | 161 jint32_t data_crc; /* CRC for the (compressed) data. */ member 176 jint32_t data_crc; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | jffs2.h | 161 jint32_t data_crc; /* CRC for the (compressed) data. */ member 176 jint32_t data_crc; member
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/ |
| H A D | aw_acf_bin.h | 105 int32_t data_crc; /* dde data crc checkout */ member 119 uint32_t data_crc; /* dde data crc checkout */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | jffs2.h | 156 jint32_t data_crc; /* CRC for the (compressed) data. */ member 171 jint32_t data_crc; member
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/ |
| H A D | iscsi_target.c | 544 &cmd->data_crc); in iscsit_xmit_nondatain_pdu() 546 iov[niov].iov_base = &cmd->data_crc; in iscsit_xmit_nondatain_pdu() 551 data_buf_len, hdr->opcode, cmd->data_crc); in iscsit_xmit_nondatain_pdu() 618 cmd->data_crc = iscsit_do_crypto_hash_sg(conn->conn_tx_hash, in iscsit_xmit_datain_pdu() 624 iov[iov_count].iov_base = &cmd->data_crc; in iscsit_xmit_datain_pdu() 629 datain->length + cmd->padding, cmd->data_crc); in iscsit_xmit_datain_pdu() 1381 u32 data_crc; in iscsit_do_crypto_hash_sg() local 1419 ahash_request_set_crypt(hash, &pad_sg, (u8 *)&data_crc, in iscsit_do_crypto_hash_sg() 1423 ahash_request_set_crypt(hash, NULL, (u8 *)&data_crc, 0); in iscsit_do_crypto_hash_sg() 1427 return data_crc; in iscsit_do_crypto_hash_sg() [all …]
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | auth_x.c | 817 __le32 data_crc; in calc_signature() member 824 sigblock->data_crc = msg->footer.data_crc; in calc_signature() 839 __le32 data_crc; in calc_signature() member 853 sigblock->data_crc = msg->footer.data_crc; in calc_signature()
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | read.c | 124 if (crc != je32_to_cpu(ri->data_crc)) { in jffs2_read_dnode() 126 je32_to_cpu(ri->data_crc), crc, ref_offset(fd->raw)); in jffs2_read_dnode()
|
| H A D | readinode.c | 62 ref_offset(ref), tn->csize, tn->partial_crc, tn->data_crc, ofs - len, ofs, len); in check_node_data() 107 if (crc != tn->data_crc) { in check_node_data() 109 ref_offset(ref), tn->data_crc, crc); in check_node_data() 802 if (len >= csize && unlikely(tn->partial_crc != je32_to_cpu(rd->data_crc))) { in read_dnode() 804 ref_offset(ref), tn->partial_crc, je32_to_cpu(rd->data_crc)); in read_dnode() 841 tn->data_crc = je32_to_cpu(rd->data_crc); in read_dnode()
|
| H A D | xattr.c | 180 xd->data_crc = je32_to_cpu(rx.data_crc); in do_verify_xattr_datum() 232 if (crc != xd->data_crc) { in do_load_xattr_datum() 235 ref_offset(xd->node), xd->data_crc, crc); in do_load_xattr_datum() 314 rx.data_crc = cpu_to_je32(crc32(0, vecs[1].iov_base, vecs[1].iov_len)); in save_xattr_datum() 385 xd->data_crc = crc32(0, data, xd->name_len + 1 + xd->value_len); in create_xattr_datum()
|
| H A D | xattr.h | 36 uint32_t data_crc; member
|
| H A D | gc.c | 653 if (je32_to_cpu(node->i.data_crc) != crc) { in jffs2_garbage_collect_pristine() 656 je32_to_cpu(node->i.data_crc), crc); in jffs2_garbage_collect_pristine() 832 ri.data_crc = cpu_to_je32(crc32(0, mdata, mdatalen)); in jffs2_garbage_collect_metadata() 1098 ri.data_crc = cpu_to_je32(0); in jffs2_garbage_collect_hole() 1382 ri.data_crc = cpu_to_je32(crc32(0, comprbuf, cdatalen)); in jffs2_garbage_collect_dnode()
|
| H A D | write.c | 196 je32_to_cpu(ri->data_crc), je32_to_cpu(ri->totlen)); in jffs2_write_dnode() 389 ri->data_crc = cpu_to_je32(crc32(0, comprbuf, cdatalen)); in jffs2_write_inode_range() 462 ri->data_crc = cpu_to_je32(0); in jffs2_do_create()
|
| /OK3568_Linux_fs/u-boot/include/jffs2/ |
| H A D | jffs2.h | 167 __u32 data_crc; /* CRC for the (compressed) data. */ member
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ubispl/ |
| H A D | ubispl.c | 625 tmp_crc = be32_to_cpu(fmsb2->data_crc); in ubi_scan_fastmap() 626 fmsb2->data_crc = 0; in ubi_scan_fastmap() 785 if (crc != be32_to_cpu(vh->data_crc)) { in ubi_load_block()
|