Searched refs:JFFS2_ERROR (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/fs/jffs2/ |
D | debug.c | 34 JFFS2_ERROR("eeep, space accounting for block at 0x%08x is screwed.\n", jeb->offset); in __jffs2_dbg_acct_sanity_check_nolock() 35 …JFFS2_ERROR("free %#08x + dirty %#08x + used %#08x + wasted %#08x + unchecked %#08x != total %#08x… in __jffs2_dbg_acct_sanity_check_nolock() 43 JFFS2_ERROR("eeep, space accounting superblock info is screwed.\n"); in __jffs2_dbg_acct_sanity_check_nolock() 44 …JFFS2_ERROR("free %#08x + dirty %#08x + used %#08x + erasing %#08x + bad %#08x + wasted %#08x + un… in __jffs2_dbg_acct_sanity_check_nolock() 88 JFFS2_ERROR("REF_PRISTINE node at 0x%08x had %d frags. Tell dwmw2.\n", in __jffs2_dbg_fragtree_paranoia_check_nolock() 100 …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() 107 …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() 115 JFFS2_ERROR("fragtree is corrupted.\n"); in __jffs2_dbg_fragtree_paranoia_check_nolock() 150 …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() 323 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() 522 JFFS2_ERROR("Add node to tree failed %d\n", ret); in jffs2_build_inode_fragtree() 611 JFFS2_ERROR("illegal nsize in node at %#08x: nsize %#02x, totlen %#04x\n", in read_direntry() 665 JFFS2_ERROR("short read: wanted %d bytes, got %zd\n", in read_direntry() 671 JFFS2_ERROR("read remainder of name: error %d\n", err); in read_direntry() 735 JFFS2_ERROR("failed to allocate tn (%zu bytes).\n", sizeof(*tn)); in read_dnode() 834 JFFS2_ERROR("alloc fn failed\n"); in read_dnode() 892 JFFS2_ERROR("REF_UNCHECKED but unknown node at %#08x\n", in read_unknown() [all …]
|
D | nodelist.c | 138 JFFS2_ERROR("duplicate frag at %08x (%p,%p)\n", newfrag->ofs, newfrag, base); in jffs2_fragtree_insert() 159 JFFS2_ERROR("cannot allocate a jffs2_node_frag object\n"); in new_fragment() 618 …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 | 78 #define JFFS2_ERROR(fmt, ...) \ macro
|
D | xattr.c | 156 JFFS2_ERROR("node CRC failed at %#08x, read=%#08x, calc=%#08x\n", in do_verify_xattr_datum() 167 JFFS2_ERROR("inconsistent xdatum at %#08x, magic=%#04x/%#04x, " in do_verify_xattr_datum() 468 JFFS2_ERROR("node CRC failed at %#08x, read=%#08x, calc=%#08x\n", in verify_xattr_ref() 475 JFFS2_ERROR("inconsistent xref at %#08x, magic=%#04x/%#04x, " in verify_xattr_ref()
|
D | build.c | 201 JFFS2_ERROR("child dir \"%s\" (ino #%u) of dir ino #%u is also hard linked from dir ino #%u\n", in jffs2_build_filesystem()
|
D | wbuf.c | 508 JFFS2_ERROR("Failed to iget() ino #%u, err %ld\n", in jffs2_wbuf_recover() 522 JFFS2_ERROR("Inode #%u is in strange state %d!\n", ic->ino, ic->state); in jffs2_wbuf_recover()
|