Searched refs:JFFS2_ERROR (Results 1 – 7 of 7) sorted by relevance
/linux/fs/jffs2/ |
A D | readinode.c | 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() 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() 834 JFFS2_ERROR("alloc fn failed\n"); in read_dnode() 892 JFFS2_ERROR("REF_UNCHECKED but unknown node at %#08x\n", in read_unknown() 906 JFFS2_ERROR("unknown INCOMPAT nodetype %#04X at %#08x\n", in read_unknown() 913 JFFS2_ERROR("unknown ROCOMPAT nodetype %#04X at %#08x\n", in read_unknown() 961 JFFS2_ERROR("can not read %d bytes from 0x%08x, " in read_more() 967 JFFS2_ERROR("short read at %#08x: %zu instead of %d.\n", in read_more() [all …]
|
A D | debug.c | 43 JFFS2_ERROR("eeep, space accounting superblock info is screwed.\n"); 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() 115 JFFS2_ERROR("fragtree is corrupted.\n"); in __jffs2_dbg_fragtree_paranoia_check_nolock() 323 JFFS2_ERROR("node_ref %#08x shouldn't be in block at %#08x.\n", in __jffs2_dbg_acct_paranoia_check_nolock() 345 JFFS2_ERROR("Calculated used size %#08x != stored used size %#08x.\n", in __jffs2_dbg_acct_paranoia_check_nolock() 730 JFFS2_ERROR("frag tree got a hole in it.\n"); in __jffs2_dbg_dump_fragtree_nolock() 785 JFFS2_ERROR("read %d bytes failed or short. ret %d, retlen %zd.\n", in __jffs2_dbg_dump_node() 797 JFFS2_ERROR("wrong common header CRC.\n"); in __jffs2_dbg_dump_node() 804 JFFS2_ERROR("wrong node magic: %#04x instead of %#04x.\n", in __jffs2_dbg_dump_node() 834 JFFS2_ERROR("wrong node header CRC.\n"); in __jffs2_dbg_dump_node() [all …]
|
A 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()
|
A D | debug.h | 79 #define JFFS2_ERROR(fmt, ...) \ macro
|
A 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()
|
A 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()
|
A 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()
|
Completed in 16 milliseconds