Lines Matching full:at

88 …D1(printk(KERN_DEBUG "Erase at 0x%08x failed: %d. Refiling on erase_pending_list\n", jeb->offset, …  in jffs2_erase_block()
100 …printk(KERN_WARNING "Erase at 0x%08x failed immediately: -EROFS. Is the sector locked?\n", jeb->of… in jffs2_erase_block()
102 printk(KERN_WARNING "Erase at 0x%08x failed immediately: errno %d\n", jeb->offset, ret); in jffs2_erase_block()
163 D1(printk(KERN_DEBUG "Erase completed successfully at 0x%08x\n", jeb->offset)); in jffs2_erase_succeeded()
174 /* For NAND, if the failure did not occur at the device level for a in jffs2_erase_failed()
208 …printk(KERN_WARNING "Erase at 0x%08x finished, but state != MTD_ERASE_DONE. State is 0x%x instead.… in jffs2_erase_callback()
230 /* We're looking at the jffs2_inode_cache, which is in jffs2_remove_node_refs_from_ino_list()
231 at the end of the linked list. Stash it and continue in jffs2_remove_node_refs_from_ino_list()
313 …printk(KERN_WARNING "Failed to allocate page buffer for verifying erase at 0x%08x. Refiling\n", je… in jffs2_block_check_erase()
317 D1(printk(KERN_DEBUG "Verifying erase at 0x%08x\n", jeb->offset)); in jffs2_block_check_erase()
327 …printk(KERN_WARNING "Read of newly-erased block at 0x%08x failed: %d. Putting on bad_list\n", ofs,… in jffs2_block_check_erase()
331 …printk(KERN_WARNING "Short read from newly-erased block at 0x%08x. Wanted %d, got %zd\n", ofs, rea… in jffs2_block_check_erase()
339 …printk(KERN_WARNING "Newly-erased block contained word 0x%lx at offset 0x%08x\n", *datum, *bad_off… in jffs2_block_check_erase()
365 D1(printk(KERN_DEBUG "Writing erased marker to block at 0x%08x\n", jeb->offset)); in jffs2_mark_erased_block()
368 /* Cleanmarker in oob area or no cleanmarker at all ? */ in jffs2_mark_erased_block()
415 printk(KERN_WARNING "Write clean marker to block at 0x%08x failed: %d\n", in jffs2_mark_erased_block()
418 printk(KERN_WARNING "Short write to newly-erased block at 0x%08x: Wanted %zd, got %zd\n", in jffs2_mark_erased_block()