Lines Matching full:at
101 printk(KERN_WARNING "Eep. ret->gc_node for block at 0x%08x is NULL\n", ret->offset); in jffs2_find_gc_block()
223 …printk(KERN_DEBUG "Nextblock at %08x, used_size %08x, dirty_size %08x, wasted_size %08x, free_siz… in jffs2_garbage_collect_pass()
233 D1(printk(KERN_DEBUG "Node at 0x%08x is obsolete... skipping\n", ref_offset(raw))); in jffs2_garbage_collect_pass()
237 …printk(KERN_WARNING "erase block at 0x%08x. free_size 0x%08x, dirty_size 0x%08x, used_size 0x%08x\… in jffs2_garbage_collect_pass()
247 D1(printk(KERN_DEBUG "Going to garbage collect node at 0x%08x\n", ref_offset(raw))); in jffs2_garbage_collect_pass()
284 we're at it, so we set the state accordingly */ in jffs2_garbage_collect_pass()
391 …D1(printk(KERN_DEBUG "Block at 0x%08x completely obsoleted by GC. Moving to erase_pending_list\n",… in jffs2_garbage_collect_pass()
414 /* Now we have the lock for this inode. Check that it's still the one at the head in jffs2_garbage_collect_live()
482 printk(KERN_WARNING "Raw node at 0x%08x wasn't in node lists for ino #%u\n", in jffs2_garbage_collect_live()
509 D1(printk(KERN_DEBUG "Going to GC REF_PRISTINE node at 0x%08x\n", ref_offset(raw))); in jffs2_garbage_collect_pristine()
538 …printk(KERN_WARNING "Header CRC failed on REF_PRISTINE node at 0x%08x: Read 0x%08x, calculated 0x%… in jffs2_garbage_collect_pristine()
547 …printk(KERN_WARNING "Node CRC failed on REF_PRISTINE data node at 0x%08x: Read 0x%08x, calculated … in jffs2_garbage_collect_pristine()
555 …printk(KERN_WARNING "Data CRC failed on REF_PRISTINE data node at 0x%08x: Read 0x%08x, calculated … in jffs2_garbage_collect_pristine()
565 …printk(KERN_WARNING "Node CRC failed on REF_PRISTINE dirent node at 0x%08x: Read 0x%08x, calculate… in jffs2_garbage_collect_pristine()
573 …printk(KERN_WARNING "Name CRC failed on REF_PRISTINE dirent ode at 0x%08x: Read 0x%08x, calculated… in jffs2_garbage_collect_pristine()
580 printk(KERN_WARNING "Unknown node type for REF_PRISTINE node at 0x%08x: 0x%04x\n", in jffs2_garbage_collect_pristine()
600 printk(KERN_NOTICE "Write of %d bytes at 0x%08x failed. returned %d, retlen %zd\n", in jffs2_garbage_collect_pristine()
610 …printk(KERN_NOTICE "Not marking the space at 0x%08x as dirty because the flash driver returned ret… in jffs2_garbage_collect_pristine()
628 D1(printk(KERN_DEBUG "Allocated space at 0x%08x to retry failed write.\n", phys_ofs)); in jffs2_garbage_collect_pristine()
657 D1(printk(KERN_DEBUG "WHEEE! GC REF_PRISTINE node at 0x%08x succeeded\n", ref_offset(raw))); in jffs2_garbage_collect_pristine()
820 we're looking at them. I really don't like this extra lock but in jffs2_garbage_collect_deletion_dirent()
835 delete it too at the same time. */ in jffs2_garbage_collect_deletion_dirent()
839 D1(printk(KERN_DEBUG "Check potential deletion dirent at %08x\n", ref_offset(raw))); in jffs2_garbage_collect_deletion_dirent()
845 …printk(KERN_WARNING "jffs2_g_c_deletion_dirent(): Read error (%d) reading obsolete node at %08x\n"… in jffs2_garbage_collect_deletion_dirent()
850 …"jffs2_g_c_deletion_dirent(): Short read (%zd not %u) reading header from obsolete node at %08x\n", in jffs2_garbage_collect_deletion_dirent()
875 …D1(printk(KERN_DEBUG "Deletion dirent at %08x still obsoletes real dirent \"%s\" at %08x for ino #… in jffs2_garbage_collect_deletion_dirent()
929 …printk(KERN_WARNING "jffs2_garbage_collect_hole: Node at 0x%08x had node type 0x%04x instead of JF… in jffs2_garbage_collect_hole()
935 …printk(KERN_WARNING "jffs2_garbage_collect_hole: Node at 0x%08x had totlen 0x%x instead of expecte… in jffs2_garbage_collect_hole()
942 …printk(KERN_WARNING "jffs2_garbage_collect_hole: Node at 0x%08x had CRC 0x%08x which doesn't match… in jffs2_garbage_collect_hole()
1119 D1(printk(KERN_DEBUG "Expanding down to cover frag (0x%x-0x%x) in gcblock at %08x\n", in jffs2_garbage_collect_dnode()
1169 D1(printk(KERN_DEBUG "Expanding up to cover frag (0x%x-0x%x) in gcblock at %08x\n", in jffs2_garbage_collect_dnode()
1199 * suboptimal, but at least we're correct. in jffs2_garbage_collect_dnode()