Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dext4fixup.c103 critical_error("cannot read fixup_state\n"); in get_fs_fixup_state()
152 critical_error("cannot write fixup_state\n"); in set_fs_fixup_state()
297 critical_error("Failed sanity check on new inode count\n"); in update_superblocks_and_bg_desc()
300 critical_error("Failed sanity check on new inode per group alignment\n"); in update_superblocks_and_bg_desc()
345 critical_error("failed to write all of block group descriptors"); in update_superblocks_and_bg_desc()
349 critical_error("bailing at phase 4\n"); in update_superblocks_and_bg_desc()
390 critical_error("failed to allocate memory for indirect_block\n"); in get_indirect_blocks()
424 critical_error("get_extent_ents called with eh_depth != 0\n"); in get_extent_ents()
453 critical_error("get_extent_idx called with eh_depth == 0\n"); in get_extent_idx()
483 critical_error("extent header has unexpected magic value 0x%4.4x\n", in get_block_list_extents()
[all …]
Dmake_ext4fs.c527 critical_error("malloc"); in canonicalize_slashes()
543 critical_error("assertion failed\n"); in canonicalize_slashes()
603 critical_error("Invalid base file"); in extract_base_fs_allocations()
607 critical_error("Incompatible base file: version required is %d.X", in extract_base_fs_allocations()
612 critical_error("Incompatible base file: version required is %d.%d or above", in extract_base_fs_allocations()
634 critical_error(err_msg); in extract_base_fs_allocations()
646 critical_error(err_msg); in extract_base_fs_allocations()
658 critical_error("base file allocation's end block is in a different " in extract_base_fs_allocations()
679 critical_error("failed to reserve base fs allocation"); in extract_base_fs_allocations()
Dext4_utils.c155 critical_error("failed to read all of superblock"); in read_sb()
171 critical_error("failed to write all of superblock"); in write_sb()
226 critical_error("filesystem size too small"); in ext4_create_fs_aux_info()
430 critical_error("first data block does not match"); in ext4_parse_sb_info()
625 critical_error("failed to read all of block group descriptors"); in read_ext()
Dindirect.c34 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()
Dcontents.c78 critical_error("no prev"); in add_dentry()
163 critical_error("internal error: dentry for %s ends at %d, past %d\n", in make_directory()
Dallocate.c808 critical_error("realloc failed"); in reserve_bg_chunk()
/system/extras/ext4_utils/include/ext4_utils/
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))