Searched refs:data_crc (Results 1 – 9 of 9) sorted by relevance
90 data_crc(struct jffs2_raw_inode *node) in data_crc() function92 if (node->data_crc != crc32_no_comp(0, (unsigned char *) in data_crc()
808 b->datacrc = data_crc(jNode) ? in jffs2_1pass_read_inode()
278 __be32 data_crc; member413 __be32 data_crc; member
324 uint32_t data_crc, crc; in ubi_compare_lebs() local399 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()
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()
881 int data_crc = be32_to_cpu(vid_hdr->data_crc); in validate_vid_hdr() local953 if (data_crc != 0) { in validate_vid_hdr()
1030 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()
167 __u32 data_crc; /* CRC for the (compressed) data. */ member
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()