Home
last modified time | relevance | path

Searched refs:critical_error (Results 1 – 8 of 8) sorted by relevance

/system/extras/ext4_utils/
Dext4fixup.c98 critical_error("cannot read fixup_state\n"); in get_fs_fixup_state()
147 critical_error("cannot write fixup_state\n"); in set_fs_fixup_state()
292 critical_error("Failed sanity check on new inode count\n"); in update_superblocks_and_bg_desc()
295 critical_error("Failed sanity check on new inode per group alignment\n"); in update_superblocks_and_bg_desc()
340 critical_error("failed to write all of block group descriptors"); in update_superblocks_and_bg_desc()
344 critical_error("bailing at phase 4\n"); in update_superblocks_and_bg_desc()
385 critical_error("failed to allocate memory for indirect_block\n"); in get_indirect_blocks()
419 critical_error("get_extent_ents called with eh_depth != 0\n"); in get_extent_ents()
448 critical_error("get_extent_idx called with eh_depth == 0\n"); in get_extent_idx()
478 critical_error("extent header has unexpected magic value 0x%4.4x\n", in get_block_list_extents()
[all …]
Dmake_ext4fs.c495 critical_error("malloc"); in canonicalize_slashes()
511 critical_error("assertion failed\n"); in canonicalize_slashes()
569 critical_error("Invalid base file"); in extract_base_fs_allocations()
573 critical_error("Incompatible base file: version required is %d.X", in extract_base_fs_allocations()
578 critical_error("Incompatible base file: version required is %d.%d or above", in extract_base_fs_allocations()
599 critical_error(err_msg); in extract_base_fs_allocations()
611 critical_error(err_msg); in extract_base_fs_allocations()
623 critical_error("base file allocation's end block is in a different " in extract_base_fs_allocations()
644 critical_error("failed to reserve base fs allocation"); in extract_base_fs_allocations()
Dext2simg.c66 critical_error("failed to allocate block bitmap"); in build_sparse_ext()
85 critical_error("failed to read all of block group bitmap %d", i); in build_sparse_ext()
Dext4_utils.h55 #define critical_error(fmt, args...) do { fprintf(stderr, "critical error: %s: " fmt "\n", __func__… macro
56 #define critical_error_errno(s, args...) critical_error(s ": %s", ##args, strerror(errno))
Dindirect.c32 critical_error("indirect backing larger than %d blocks", EXT4_NDIR_BLOCKS); in create_backing()
342 critical_error("request too large"); in indirect_blocks_needed()
438 critical_error("reserved blocks not a multiple of %d", in inode_attach_resize()
Dext4_utils.c153 critical_error("failed to read all of superblock"); in read_sb()
169 critical_error("failed to write all of superblock"); in write_sb()
421 critical_error("first data block does not match"); in ext4_parse_sb_info()
616 critical_error("failed to read all of block group descriptors"); in read_ext()
Dcontents.c77 critical_error("no prev"); in add_dentry()
162 critical_error("internal error: dentry for %s ends at %d, past %d\n", in make_directory()
Dallocate.c794 critical_error("realloc failed"); in reserve_bg_chunk()