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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jffs2/
H A Dread.c135 if (crc != ri->data_crc) {
136 printk(KERN_WARNING "Data CRC %08x != calculated CRC %08x for node at %08x\n", ri->data_crc, crc, fd->raw->flash_offset & ~3);
H A Dfile.c174 ri->data_crc = crc32(0, mdata, mdatalen);
176 ri->data_crc = 0;
373 ri.data_crc = 0;
491 ri->data_crc = crc32(0, comprbuf, cdatalen);
H A Ddir.c240 ri->data_crc = 0;
561 ri->data_crc = crc32(0, target, strlen(target));
695 ri->data_crc = 0;
849 ri->data_crc = crc32(0, &dev, devlen);
H A Dgc.c323 ri.data_crc = crc32(0, mdata, mdatalen);
474 ri.data_crc = 0;
640 ri.data_crc = crc32(0, writebuf, cdatalen);
H A Dwrite.c252 D1(printk(KERN_DEBUG "jffs2_write_dnode wrote node at 0x%08x with dsize 0x%x, csize 0x%x, node_crc 0x%08x, data_crc 0x%08x, totlen 0x%08x\n", flash_ofs, ri->dsize, ri->csize, ri->node_crc, ri->data_crc, ri->totlen));
H A Dscan.c493 if (crc != ri.data_crc) {
495 *ofs, ri.data_crc, crc);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Djffs2.h153 __u32 data_crc; /* CRC for the (compressed) data. */ member in struct:jffs2_raw_inode
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Djffs2.h153 __u32 data_crc; /* CRC for the (compressed) data. */ member in struct:jffs2_raw_inode
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Damiflop.c1070 unsigned short crc,data_crc[2]; local
1144 raw = dos_decode((unsigned char *)data_crc,(ushort *) raw,4);
1147 if (crc != data_crc[0]) {
1150 hdr.sec, hdr.len_desc, scnt,data_crc[0], crc);

Completed in 253 milliseconds