Lines Matching defs:alloclen
598 uint32_t phys_ofs, alloclen;
605 alloclen = rawlen = ref_totlen(c, c->gcblock, raw);
610 if (ic && alloclen > sizeof(struct jffs2_raw_inode) + JFFS2_MIN_DATA_LEN)
611 alloclen = sizeof(struct jffs2_raw_inode) + JFFS2_MIN_DATA_LEN;
613 ret = jffs2_reserve_space_gc(c, alloclen, &alloclen, rawlen);
619 if (alloclen < rawlen) {
767 uint32_t alloclen, ilen;
796 ret = jffs2_reserve_space_gc(c, sizeof(ri) + mdatalen, &alloclen,
855 uint32_t alloclen;
877 ret = jffs2_reserve_space_gc(c, sizeof(rd)+rd.nsize, &alloclen,
1020 uint32_t alloclen, ilen;
1101 ret = jffs2_reserve_space_gc(c, sizeof(ri), &alloclen,
1171 uint32_t alloclen, offset, orig_end, orig_start;
1348 &alloclen, JFFS2_SUMMARY_INODE_SIZE);
1355 cdatalen = min_t(uint32_t, alloclen - sizeof(ri), end - offset);