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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Djffs2.h161 jint32_t data_crc; /* CRC for the (compressed) data. */ member in struct:jffs2_raw_inode
176 jint32_t data_crc; member in struct:jffs2_raw_xattr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/ubi/
H A Dubi-media.h186 * @data_crc: CRC checksum of the data stored in this logical eraseblock
230 * the @data_crc field of the copy (P1). So when UBI needs to pick one physical
254 * The @data_crc field contains the CRC checksum of the contents of the logical
259 * the @data_crc field. And of course, the @copy_flag is %in this case.
266 * contents and uses both @data_crc and @data_size fields. In this case, the
290 __be32 data_crc; member in struct:ubi_vid_hdr
H A Dscan.c251 uint32_t data_crc, crc; local
332 data_crc = be32_to_cpu(vid_hdr->data_crc);
334 if (crc != data_crc) {
336 pnum, crc, data_crc);
H A Deba.c429 crc = be32_to_cpu(vid_hdr->data_crc);
755 vid_hdr->data_crc = cpu_to_be32(crc);
873 vid_hdr->data_crc = cpu_to_be32(crc);
1082 * @vid_hdr->copy_flag, @vid_hdr->data_size, and @vid_hdr->data_crc.
1087 vid_hdr->data_crc = cpu_to_be32(crc);
H A Dio.c867 int data_crc = be32_to_cpu(vid_hdr->data_crc); local
939 if (data_crc != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmsgr.h167 __le32 front_crc, middle_crc, data_crc; member in struct:ceph_msg_footer
H A Dmessenger.c523 con->out_msg->footer.data_crc = 0;
524 dout("prepare_write_message front_crc %u data_crc %u\n",
761 u32 tmpcrc = le32_to_cpu(con->out_msg->footer.data_crc);
764 con->out_msg->footer.data_crc =
1480 m->footer.middle_crc, data_len, m->footer.data_crc);
1495 con->in_data_crc != le32_to_cpu(m->footer.data_crc)) {
1497 con->in_data_crc, le32_to_cpu(m->footer.data_crc));
2101 m->footer.data_crc = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dxattr.h36 uint32_t data_crc; member in struct:jffs2_xattr_datum
H A Dread.c121 if (crc != je32_to_cpu(ri->data_crc)) {
123 je32_to_cpu(ri->data_crc), crc, ref_offset(fd->raw));
H A Dreadinode.c60 ref_offset(ref), tn->csize, tn->partial_crc, tn->data_crc, ofs - len, ofs, len);
107 if (crc != tn->data_crc) {
109 ref_offset(ref), tn->data_crc, crc);
798 if (len >= csize && unlikely(tn->partial_crc != je32_to_cpu(rd->data_crc))) {
800 ref_offset(ref), tn->partial_crc, je32_to_cpu(rd->data_crc));
837 tn->data_crc = je32_to_cpu(rd->data_crc);
H A Dgc.c612 if (je32_to_cpu(node->i.data_crc) != crc) {
614 ref_offset(raw), je32_to_cpu(node->i.data_crc), crc);
780 ri.data_crc = cpu_to_je32(crc32(0, mdata, mdatalen));
1035 ri.data_crc = cpu_to_je32(0);
1299 ri.data_crc = cpu_to_je32(crc32(0, comprbuf, cdatalen));
H A Dxattr.c175 xd->data_crc = je32_to_cpu(rx.data_crc);
227 if (crc != xd->data_crc) {
230 ref_offset(xd->node), xd->data_crc, crc);
309 rx.data_crc = cpu_to_je32(crc32(0, vecs[1].iov_base, vecs[1].iov_len));
380 xd->data_crc = crc32(0, data, xd->name_len + 1 + xd->value_len);
H A Dfile.c176 ri.data_crc = cpu_to_je32(0);
H A Ddir.c351 ri->data_crc = cpu_to_je32(crc32(0, target, targetlen));
509 ri->data_crc = cpu_to_je32(0);
682 ri->data_crc = cpu_to_je32(crc32(0, &dev, devlen));
H A Dwrite.c186 D1(printk(KERN_DEBUG "jffs2_write_dnode wrote node at 0x%08x(%d) with dsize 0x%x, csize 0x%x, node_crc 0x%08x, data_crc 0x%08x, totlen 0x%08x\n",
189 je32_to_cpu(ri->data_crc), je32_to_cpu(ri->totlen)));
376 ri->data_crc = cpu_to_je32(crc32(0, comprbuf, cdatalen));
446 ri->data_crc = cpu_to_je32(0);
H A Dnodelist.h231 uint32_t data_crc; member in struct:jffs2_tmp_dnode_info
H A Dfs.c128 ri->data_crc = cpu_to_je32(crc32(0, mdata, mdatalen));
130 ri->data_crc = cpu_to_je32(0);
H A Dscan.c363 xd->data_crc = je32_to_cpu(rx->data_crc);
H A Ddebug.c807 printk(JFFS2_DBG "data_crc:\t%#08x\n", je32_to_cpu(node.i.data_crc));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/logfs/
H A Dsegment.c312 h.data_crc = logfs_crc32(buf, len, 0);
560 if (crc != oh.data_crc) {
563 be32_to_cpu(oh.data_crc),
577 if (crc != oh.data_crc) {
580 be32_to_cpu(oh.data_crc),
H A Dlogfs_abi.h276 * @crc: crc32 of header, excluding data_crc
282 * @data_crc: crc32 of payload
291 __be32 data_crc; member in struct:logfs_object_header
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Damiflop.c1032 unsigned short crc,data_crc[2]; local
1106 raw = dos_decode((unsigned char *)data_crc,(ushort *) raw,4);
1109 if (crc != data_crc[0]) {
1112 hdr.sec, hdr.len_desc, scnt,data_crc[0], crc);

Completed in 227 milliseconds