Searched refs:JFFS2_ERROR (Results 1 – 7 of 7) sorted by relevance
/fs/jffs2/ |
D | debug.c | 30 JFFS2_ERROR("eeep, space accounting for block at 0x%08x is screwed.\n", jeb->offset); in __jffs2_dbg_acct_sanity_check_nolock() 31 …JFFS2_ERROR("free %#08x + dirty %#08x + used %#08x + wasted %#08x + unchecked %#08x != total %#08x… in __jffs2_dbg_acct_sanity_check_nolock() 39 JFFS2_ERROR("eeep, space accounting superblock info is screwed.\n"); in __jffs2_dbg_acct_sanity_check_nolock() 40 …JFFS2_ERROR("free %#08x + dirty %#08x + used %#08x + erasing %#08x + bad %#08x + wasted %#08x + un… in __jffs2_dbg_acct_sanity_check_nolock() 84 JFFS2_ERROR("REF_PRISTINE node at 0x%08x had %d frags. Tell dwmw2.\n", in __jffs2_dbg_fragtree_paranoia_check_nolock() 96 …JFFS2_ERROR("REF_PRISTINE node at 0x%08x had a previous non-hole frag in the same page. Tell dwmw2… in __jffs2_dbg_fragtree_paranoia_check_nolock() 103 …JFFS2_ERROR("REF_PRISTINE node at 0x%08x (%08x-%08x) had a following non-hole frag in the same pag… in __jffs2_dbg_fragtree_paranoia_check_nolock() 111 JFFS2_ERROR("fragtree is corrupted.\n"); in __jffs2_dbg_fragtree_paranoia_check_nolock() 146 …JFFS2_ERROR("argh, about to write node to %#08x on flash, but there are data already there. The fi… in __jffs2_dbg_prewrite_paranoia_check() 315 JFFS2_ERROR("node_ref %#08x shouldn't be in block at %#08x.\n", in __jffs2_dbg_acct_paranoia_check_nolock() [all …]
|
D | readinode.c | 87 JFFS2_ERROR("can not read %d bytes from 0x%08x, error code: %d.\n", len, ofs, err); in check_node_data() 92 JFFS2_ERROR("short read at %#08x: %zd instead of %d.\n", ofs, retlen, len); in check_node_data() 165 JFFS2_ERROR("check_node_data() returned error: %d.\n", in check_tn_node() 519 JFFS2_ERROR("Add node to tree failed %d\n", ret); in jffs2_build_inode_fragtree() 628 JFFS2_ERROR("illegal nsize in node at %#08x: nsize %#02x, totlen %#04x\n", in read_direntry() 684 JFFS2_ERROR("read remainder of name: error %d\n", err); in read_direntry() 732 JFFS2_ERROR("failed to allocate tn (%zu bytes).\n", sizeof(*tn)); in read_dnode() 831 JFFS2_ERROR("alloc fn failed\n"); in read_dnode() 889 JFFS2_ERROR("REF_UNCHECKED but unknown node at %#08x\n", in read_unknown() 891 JFFS2_ERROR("Node is {%04x,%04x,%08x,%08x}. Please report this error.\n", in read_unknown() [all …]
|
D | nodelist.c | 137 JFFS2_ERROR("duplicate frag at %08x (%p,%p)\n", newfrag->ofs, newfrag, base); in jffs2_fragtree_insert() 158 JFFS2_ERROR("cannot allocate a jffs2_node_frag object\n"); in new_fragment() 641 …JFFS2_ERROR("Adding new ref %p at (0x%08x-0x%08x) not immediately after previous (0x%08x-0x%08x)\n… in jffs2_link_node_ref()
|
D | debug.h | 81 #define JFFS2_ERROR(fmt, ...) \ macro
|
D | xattr.c | 151 JFFS2_ERROR("node CRC failed at %#08x, read=%#08x, calc=%#08x\n", in do_verify_xattr_datum() 162 JFFS2_ERROR("inconsistent xdatum at %#08x, magic=%#04x/%#04x, " in do_verify_xattr_datum() 461 JFFS2_ERROR("node CRC failed at %#08x, read=%#08x, calc=%#08x\n", in verify_xattr_ref() 468 JFFS2_ERROR("inconsistent xref at %#08x, magic=%#04x/%#04x, " in verify_xattr_ref()
|
D | build.c | 73 JFFS2_ERROR("child dir \"%s\" (ino #%u) of dir ino #%u appears to be a hard link\n", in jffs2_build_inode_pass1()
|
D | wbuf.c | 500 JFFS2_ERROR("Failed to iget() ino #%u, err %ld\n", in jffs2_wbuf_recover() 514 JFFS2_ERROR("Inode #%u is in strange state %d!\n", ic->ino, ic->state); in jffs2_wbuf_recover()
|