Searched refs:critical_error (Results 1 – 7 of 7) sorted by relevance
/system/extras/ext4_utils/ |
D | ext4fixup.c | 99 critical_error("failed to read all of superblock"); in read_sb() 119 critical_error("failed to write all of superblock"); in write_sb() 134 critical_error("cannot read fixup_state\n"); in get_fs_fixup_state() 183 critical_error("cannot write fixup_state\n"); in set_fs_fixup_state() 209 critical_error("Filesystem needs recovery first, mount and unmount to do that\n"); in read_ext() 220 critical_error("error: bg_desc_size != sizeof(struct ext2_group_desc)\n"); in read_ext() 234 critical_error("failed to read all of block group descriptors"); in read_ext() 398 critical_error("Failed sanity check on new inode count\n"); in update_superblocks_and_bg_desc() 401 critical_error("Failed sanity check on new inode per group alignment\n"); in update_superblocks_and_bg_desc() 440 critical_error("failed to write all of block group descriptors"); in update_superblocks_and_bg_desc() [all …]
|
D | ext2simg.c | 69 critical_error("failed to read all of superblock"); in read_ext() 85 critical_error("failed to read all of block group descriptors"); in read_ext() 126 critical_error("failed to allocate block bitmap"); in build_sparse_ext() 145 critical_error("failed to read all of block group bitmap %d", i); in build_sparse_ext()
|
D | ext4_utils.h | 62 #define critical_error(fmt, args...) do { fprintf(stderr, "critical error: %s: " fmt "\n", __func__… macro 63 #define critical_error_errno(s, args...) critical_error(s ": %s", ##args, strerror(errno))
|
D | indirect.c | 34 critical_error("indirect backing larger than %d blocks", EXT4_NDIR_BLOCKS); in create_backing() 344 critical_error("request too large"); in indirect_blocks_needed() 440 critical_error("reserved blocks not a multiple of %d", in inode_attach_resize()
|
D | contents.c | 73 critical_error("no prev"); in add_dentry() 158 critical_error("internal error: dentry for %s ends at %d, past %d\n", in make_directory()
|
D | make_ext4fs.c | 424 critical_error("malloc"); in canonicalize_slashes() 440 critical_error("assertion failed\n"); in canonicalize_slashes()
|
D | ext4_utils.c | 294 critical_error("first data block does not match"); in ext4_parse_sb()
|