Lines Matching defs:len
25 int ofs, int len)
71 D1(if(ofs + len > je32_to_cpu(ri->dsize)) {
73 len, ofs, je32_to_cpu(ri->dsize));
80 memset(buf, 0, len);
90 if (ri->compr == JFFS2_COMPR_NONE && len == je32_to_cpu(ri->dsize)) {
100 if (len < je32_to_cpu(ri->dsize)) {
142 if (len < je32_to_cpu(ri->dsize)) {
143 memcpy(buf, decomprbuf+ofs, len);
158 unsigned char *buf, uint32_t offset, uint32_t len)
160 uint32_t end = offset + len;
165 __func__, f->inocache->ino, offset, offset + len);