Lines Matching refs:node
41 pr_warn("Error reading node from 0x%08x: %d\n",
58 pr_warn("Node CRC %08x != calculated CRC %08x for node at %08x\n",
72 pr_warn("jffs2_read_dnode() asked for %d bytes at %d from %d-byte node\n",
85 Reading whole node and it's uncompressed - read directly to buffer provided, check CRC.
86 Reading whole node and it's compressed - read into comprbuf, check CRC and decompress to buffer provided
87 Reading partial node and it's uncompressed - read into readbuf, check CRC, and copy
88 Reading partial node and it's compressed - read into readbuf, check checksum, decompress to decomprbuf and copy
125 pr_warn("Data CRC %08x != calculated CRC %08x for node at %08x\n",
169 /* XXX FIXME: Where a single physical node actually shows up in two
191 } else if (unlikely(!frag->node)) {
207 jffs2_dbg(1, "Reading %d-%d from node at 0x%08x (%d)\n",
210 ref_offset(frag->node->raw),
211 ref_flags(frag->node->raw));
212 ret = jffs2_read_dnode(c, f, frag->node, buf, fragofs + frag->ofs - frag->node->ofs, readlen);
213 jffs2_dbg(2, "node read done\n");
223 jffs2_dbg(2, "node read was OK. Looping\n");