Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/jffs2/
H A Djffs2_private.h90 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()
H A Djffs2_1pass.c808 b->datacrc = data_crc(jNode) ? in jffs2_1pass_read_inode()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dubi-media.h278 __be32 data_crc; member
413 __be32 data_crc; member
H A Dattach.c324 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 Deba.c433 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 Dio.c881 int data_crc = be32_to_cpu(vid_hdr->data_crc); in validate_vid_hdr() local
953 if (data_crc != 0) { in validate_vid_hdr()
H A Dfastmap.c1030 tmp_crc = be32_to_cpu(fmsb2->data_crc); in ubi_scan_fastmap()
1031 fmsb2->data_crc = 0; in ubi_scan_fastmap()
1313 fmsb->data_crc = 0; in ubi_write_fastmap()
1314 fmsb->data_crc = cpu_to_be32(crc32(UBI_CRC32_INIT, fm_raw, in ubi_write_fastmap()
/rk3399_rockchip-uboot/include/jffs2/
H A Djffs2.h167 __u32 data_crc; /* CRC for the (compressed) data. */ member
/rk3399_rockchip-uboot/drivers/mtd/ubispl/
H A Dubispl.c625 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()