Lines Matching refs:size
94 and merged anyway, so we just check for the frag size here,
99 && frag_prev(frag)->size < PAGE_SIZE && frag_prev(frag)->node) {
105 if ((frag->ofs+frag->size) & (PAGE_SIZE-1) && frag_next(frag)
106 && frag_next(frag)->size < PAGE_SIZE && frag_next(frag)->node) {
108 ref_offset(fn->raw), frag->ofs, frag->ofs+frag->size);
345 JFFS2_ERROR("Calculated used size %#08x != stored used size %#08x.\n",
351 JFFS2_ERROR("Calculated unchecked size %#08x != stored unchecked size %#08x.\n",
359 JFFS2_ERROR("Calculated dirty+wasted size %#08x != stored dirty + wasted size %#08x\n",
366 JFFS2_ERROR("The sum of all nodes in block (%#x) != size of block (%#x)\n",
480 printk(JFFS2_DBG "jffs2_reserved_blocks size: %#08x\n",
516 printk (JFFS2_DBG "Contains %d blocks with total wasted size %u, average wasted size: %u\n",
539 printk (JFFS2_DBG "Contains %d blocks with total dirty size %u, average dirty size: %u\n",
562 printk (JFFS2_DBG "contains %d blocks with total dirty size %u, average dirty size: %u\n",
713 this->ofs, this->ofs+this->size, ref_offset(this->node->raw),
718 this->ofs, this->ofs+this->size, this, frag_left(this),
722 lastofs = this->ofs + this->size;