Lines Matching full:read
10 * $Id: read.c,v 1.41 2005/07/22 10:32:08 dedekind Exp $
46 printk(KERN_WARNING "Short read from 0x%08x: wanted 0x%zx bytes, got 0x%zx\n", in jffs2_read_dnode()
52 …D1(printk(KERN_DEBUG "Node read from %08x: node_crc %08x, calculated CRC %08x. dsize %x, csize %x,… in jffs2_read_dnode()
84 Reading whole node and it's uncompressed - read directly to buffer provided, check CRC. in jffs2_read_dnode()
85 …Reading whole node and it's compressed - read into comprbuf, check CRC and decompress to buffer pr… in jffs2_read_dnode()
86 Reading partial node and it's uncompressed - read into readbuf, check CRC, and copy in jffs2_read_dnode()
87 …Reading partial node and it's compressed - read into readbuf, check checksum, decompress to decomp… in jffs2_read_dnode()
112 D2(printk(KERN_DEBUG "Read %d bytes to %p\n", je32_to_cpu(ri->csize), in jffs2_read_dnode()
176 frags, we read it twice. Don't do that. */ in jffs2_read_inode_range()
209 D2(printk(KERN_DEBUG "node read done\n")); in jffs2_read_inode_range()
218 D2(printk(KERN_DEBUG "node read was OK. Looping\n")); in jffs2_read_inode_range()