Lines Matching defs:block
43 jffs2_dbg(1, "%s(): erase block %#08x (range %#08x-%#08x)\n",
48 pr_warn("kmalloc for struct erase_info in jffs2_erase_block failed. Refiling block for later\n");
128 jffs2_dbg(1, "Starting erase of pending block 0x%08x\n",
177 specific physical page, don't bother updating the bad block table. */
182 /* We'd like to give this block another try. */
228 /* It's in the block we're erasing */
291 struct jffs2_raw_node_ref *block, *ref;
295 block = ref = jeb->first_node;
300 jffs2_free_refblock(block);
301 block = ref;
343 pr_warn("Newly-erased block contained word 0x%lx at offset 0x%08tx\n",
369 pr_warn("Read of newly-erased block at 0x%08x failed: %d. Putting on bad_list\n",
375 pr_warn("Short read from newly-erased block at 0x%08x. Wanted %d, got %zd\n",
385 pr_warn("Newly-erased block contained word 0x%lx at offset 0x%08x\n",
412 jffs2_dbg(1, "Writing erased marker to block at 0x%08x\n", jeb->offset);
441 pr_warn("Write clean marker to block at 0x%08x failed: %d\n",
444 pr_warn("Short write to newly-erased block at 0x%08x: Wanted %zd, got %zd\n",