Home
last modified time | relevance | path

Searched refs:data_crc (Results 1 – 10 of 10) sorted by relevance

/u-boot/fs/jffs2/
A Djffs2_private.h95 data_crc(struct jffs2_raw_inode *node) in data_crc() function
97 if (node->data_crc != crc32_no_comp(0, (unsigned char *) in data_crc()
A Djffs2_1pass.c746 b->datacrc = data_crc(jNode) ? in jffs2_1pass_read_inode()
/u-boot/tools/
A Dupdate_octeon_header.c151 uint32_t data_crc = 0; in main() local
373 data_crc = crc32(data_crc, buf, len); in main()
376 printf("CRC of data: 0x%x, length: %d\n", data_crc, data_len); in main()
383 header.dcrc = htonl(data_crc); in main()
/u-boot/drivers/mtd/ubi/
A Dubi-media.h283 __be32 data_crc; member
418 __be32 data_crc; member
A Dattach.c327 uint32_t data_crc, crc; in ubi_compare_lebs() local
402 data_crc = be32_to_cpu(vid_hdr->data_crc); in ubi_compare_lebs()
404 if (crc != data_crc) { in ubi_compare_lebs()
406 pnum, crc, data_crc); in ubi_compare_lebs()
A Deba.c435 crc = be32_to_cpu(vid_hdr->data_crc); in ubi_eba_read_leb()
826 vid_hdr->data_crc = cpu_to_be32(crc); in ubi_eba_write_leb_st()
947 vid_hdr->data_crc = cpu_to_be32(crc); in ubi_eba_atomic_leb_change()
1167 vid_hdr->data_crc = cpu_to_be32(crc); in ubi_eba_copy_leb()
A Dio.c884 int data_crc = be32_to_cpu(vid_hdr->data_crc); in validate_vid_hdr() local
956 if (data_crc != 0) { in validate_vid_hdr()
A Dfastmap.c1034 tmp_crc = be32_to_cpu(fmsb2->data_crc); in ubi_scan_fastmap()
1035 fmsb2->data_crc = 0; in ubi_scan_fastmap()
1317 fmsb->data_crc = 0; in ubi_write_fastmap()
1318 fmsb->data_crc = cpu_to_be32(crc32(UBI_CRC32_INIT, fm_raw, in ubi_write_fastmap()
/u-boot/include/jffs2/
A Djffs2.h167 __u32 data_crc; /* CRC for the (compressed) data. */ member
/u-boot/drivers/mtd/ubispl/
A Dubispl.c818 tmp_crc = be32_to_cpu(fmsb2->data_crc); in ubi_scan_fastmap()
819 fmsb2->data_crc = 0; in ubi_scan_fastmap()
978 if (crc != be32_to_cpu(vh->data_crc)) { in ubi_load_block()

Completed in 19 milliseconds