Lines Matching defs:block
43 jffs2_dbg(1, "%s(): erase block %#08x (range %#08x-%#08x)\n",
48 pr_warn("kzalloc for struct erase_info in jffs2_erase_block failed. Refiling block for later\n");
126 jffs2_dbg(1, "Starting erase of pending block 0x%08x\n",
175 specific physical page, don't bother updating the bad block table. */
180 /* We'd like to give this block another try. */
226 /* It's in the block we're erasing */
289 struct jffs2_raw_node_ref *block, *ref;
293 block = ref = jeb->first_node;
298 jffs2_free_refblock(block);
299 block = ref;
341 pr_warn("Newly-erased block contained word 0x%lx at offset 0x%08tx\n",
367 pr_warn("Read of newly-erased block at 0x%08x failed: %d. Putting on bad_list\n",
373 pr_warn("Short read from newly-erased block at 0x%08x. Wanted %d, got %zd\n",
383 pr_warn("Newly-erased block contained word 0x%lx at offset 0x%08x\n",
410 jffs2_dbg(1, "Writing erased marker to block at 0x%08x\n", jeb->offset);
439 pr_warn("Write clean marker to block at 0x%08x failed: %d\n",
442 pr_warn("Short write to newly-erased block at 0x%08x: Wanted %zd, got %zd\n",