• Home
  • Raw
  • Download

Lines Matching refs:error_msg_and_die

693 error_msg_and_die(const char *s, ...)  in error_msg_and_die()  function
743 error_msg_and_die(memory_exhausted); in xstrdup()
752 error_msg_and_die(memory_exhausted); in xrealloc()
887 error_msg_and_die("couldn't allocate a block (no free space)"); in alloc_blk()
889 error_msg_and_die("group descr %d. free blocks count == 0 (corrupted fs?)",grp); in alloc_blk()
891 error_msg_and_die("superblock free blocks count == 0 (corrupted fs?)"); in alloc_blk()
932 error_msg_and_die("couldn't allocate an inode (no free inode)"); in alloc_nod()
934 error_msg_and_die("group descr. free blocks count == 0 (corrupted fs?)"); in alloc_nod()
936 error_msg_and_die("superblock free blocks count == 0 (corrupted fs?)"); in alloc_nod()
1189 error_msg_and_die("file too big !"); in walk_bw()
1196 error_msg_and_die("[block %d of inode %d is unallocated !]", *bkref, nod); in walk_bw()
1260 error_msg_and_die("can't add '%s' to a non-directory", name); in add2dir()
1262 error_msg_and_die("can't create an inode with an empty name"); in add2dir()
1264 error_msg_and_die("bad name '%s' (contains a slash)", name); in add2dir()
1268 error_msg_and_die("bad name '%s' (too long)", name); in add2dir()
1305 error_msg_and_die("get_workblk() failed."); in add2dir()
1445 error_msg_and_die("not enough mem to read file '%s'", name); in mkfile_fs()
1640 error_msg_and_die("Fixstats (-a) option requested but " in prep_stat()
1681 error_msg_and_die("Path too long!"); in add2fs_from_dir()
1783 error_msg_and_die("Not enough memory"); in add2fs_from_dir()
1975error_msg_and_die("reserved blocks value is invalid. Note: options have changed, see --help or the… in init_fs()
1977 error_msg_and_die("too few inodes. Note: options have changed, see --help or the man page."); in init_fs()
1979 error_msg_and_die("too few blocks. Note: options have changed, see --help or the man page."); in init_fs()
2002error_msg_and_die("too much overhead, try fewer inodes or more blocks. Note: options have changed,… in init_fs()
2007 error_msg_and_die("not enough memory for filesystem"); in init_fs()
2088 error_msg_and_die("get_workblk() failed."); in init_fs()
2140 error_msg_and_die("too small filesystem"); in load_fs()
2142 error_msg_and_die("not enough memory for filesystem"); in load_fs()
2148 error_msg_and_die("not a suitable ext2 filesystem"); in load_fs()
2195 error_msg_and_die("wrong size while saving inode %d", nod); in write_blocks()
2197 error_msg_and_die("error while saving inode %d", nod); in write_blocks()
2445 error_msg_and_die("path %s not found in filesystem", pdest); in populate_fs()
2469 error_msg_and_die("%s is neither a file nor a directory", dopt[i]); in populate_fs()
2630 error_msg_and_die("Note: options have changed, see --help or the man page.");
2635 error_msg_and_die("Too many arguments. Try --help or else see the man page.");
2637 error_msg_and_die("Not enough arguments. Try --help or else see the man page.");
2640 error_msg_and_die("Cannot squash uid/perms and fix them up for Android at the same time.");
2646 error_msg_and_die("Not enough memory");
2708 error_msg_and_die("path %s not found in filesystem", gopt[i]);