Searched refs:data_crc (Results 1 – 10 of 10) 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()
759 b->datacrc = data_crc(jNode) ? in jffs2_1pass_read_inode()
277 __be32 data_crc; member412 __be32 data_crc; member
323 uint32_t data_crc, crc; in ubi_compare_lebs() local398 data_crc = be32_to_cpu(vid_hdr->data_crc); in ubi_compare_lebs()400 if (crc != data_crc) { in ubi_compare_lebs()402 pnum, crc, data_crc); in ubi_compare_lebs()
432 crc = be32_to_cpu(vid_hdr->data_crc); in ubi_eba_read_leb()823 vid_hdr->data_crc = cpu_to_be32(crc); in ubi_eba_write_leb_st()944 vid_hdr->data_crc = cpu_to_be32(crc); in ubi_eba_atomic_leb_change()1164 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()
1029 tmp_crc = be32_to_cpu(fmsb2->data_crc); in ubi_scan_fastmap()1030 fmsb2->data_crc = 0; in ubi_scan_fastmap()1312 fmsb->data_crc = 0; in ubi_write_fastmap()1313 fmsb->data_crc = cpu_to_be32(crc32(UBI_CRC32_INIT, fm_raw, in ubi_write_fastmap()
161 jint32_t data_crc; /* CRC for the (compressed) data. */ member176 jint32_t data_crc; member
167 __u32 data_crc; /* CRC for the (compressed) data. */ member
624 tmp_crc = be32_to_cpu(fmsb2->data_crc); in ubi_scan_fastmap()625 fmsb2->data_crc = 0; in ubi_scan_fastmap()784 if (crc != be32_to_cpu(vh->data_crc)) { in ubi_load_block()