• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/

Lines Matching refs:ERROR

80 #define ERROR(s, args...) \
103 fprintf(stderr, "FATAL ERROR:" s, ##args);\
763 ERROR("Exiting - restoring original filesystem!\n\n");
807 ERROR("Interrupting will restore original filesystem!\n");
808 ERROR("Interrupt again to quit\n");
956 ERROR("Read failed because %s\n",
978 ERROR("Lseek on destination failed because %s\n",
984 ERROR("Read on destination failed\n");
1005 ERROR("Write failed because %s\n",
1358 ERROR("Major %d out of range in device node %s, "
1364 ERROR("Minor %d out of range in device node %s, "
1382 ERROR("Major %d out of range in device node %s, "
1388 ERROR("Minor %d out of range in device node %s, "
1409 ERROR("Failed to read symlink %s, creating empty "
1415 ERROR("Symlink %s is greater than 65536 bytes! "
1436 ERROR("Failed to read symlink %s, creating empty "
1442 ERROR("Symlink %s is greater than 65536 bytes! "
1516 ERROR("Filename is greater than %d characters, truncating! ..."
2524 ERROR("Lseek on destination failed because %s\n",
2531 ERROR("Write on destination failed because %s\n",
3238 ERROR("File %s changed size while reading filesystem, "
3242 ERROR("Failed to read file %s, creating empty file\n",
3429 ERROR("Bad source directory %s - skipping ...\n",
3440 ERROR("Source directory entry %s already used! - trying"
3443 ERROR("%s\n", dir_name);
3475 ERROR("Source directory entry %s already used! - trying"
3478 ERROR("%s\n", dir_name);
3604 ERROR("Cannot stat dir/file %s because %s, ignoring",
3645 ERROR("Could not open %s, skipping...\n", pathname);
3658 ERROR("Cannot stat dir/file %s because %s, ignoring",
3670 ERROR("File %s has unrecognised filetype %d, ignoring"
3727 ERROR("Pseudo modify file \"%s\" does not exist "
3733 ERROR("Pseudo modify file \"%s\" is a pre-existing"
3749 ERROR("Pseudo file \"%s\" is a pre-existing"
3754 ERROR("Pseudo file \"%s\" exists in source "
3765 ERROR("Could not create pseudo directory \"%s\""
3789 ERROR("Stat on pseudo file \"%s\" failed, "
4003 ERROR("Cannot stat exclude dir/file %s because %s, "
4015 ERROR("Cannot stat exclude dir/file %s because "
4078 ERROR("Failed to get number of available processors. "
4584 ERROR("%s: -comp must appear before -X options"
4589 ERROR("%s: -comp missing compression type\n",
4595 ERROR("%s: Compressor \"%s\" is not supported!"
4597 ERROR("%s: Compressors available:\n", argv[0]);
4606 ERROR("%s: Unrecognised compressor"
4609 ERROR("%s: Did you forget to specify"
4621 ERROR("%s: -pf missing filename\n", argv[0]);
4628 ERROR("%s: -p missing pseudo file definition\n",
4636 ERROR("%s: -recover missing recovery file\n",
4658 ERROR("%s: -processors missing or invalid "
4663 ERROR("%s: -processors should be 1 or larger\n",
4670 ERROR("%s: -read-queue missing or invalid "
4675 ERROR("%s: -read-queue should be 1 megabyte or "
4682 ERROR("%s: -write-queue missing or invalid "
4687 ERROR("%s: -write-queue should be 1 megabyte "
4695 ERROR("%s: -fragment-queue missing or invalid "
4700 ERROR("%s: -fragment-queue should be 1 "
4706 ERROR("%s: -b missing block size\n", argv[0]);
4715 ERROR("%s: -b invalid block size\n", argv[0]);
4719 ERROR("%s: -b block size not power of two or "
4726 ERROR("%s: -ef missing filename\n", argv[0]);
4740 ERROR("%s: -sort missing filename\n", argv[0]);
4749 ERROR("%s: -force-uid missing uid or user\n",
4756 ERROR("%s: -force-uid uid out of range"
4765 ERROR("%s: -force-uid invalid uid or "
4772 ERROR("%s: -force-gid missing gid or group\n",
4779 ERROR("%s: -force-gid gid out of range"
4788 ERROR("%s: -force-gid invalid gid or "
4834 ERROR("%s: -root-becomes: missing name\n",
4842 ERROR("%s: invalid option\n\n", argv[0]);
4844 ERROR("SYNTAX:%s source1 source2 ... dest [options] "
4846 ERROR("\nFilesystem build options:\n");
4847 ERROR("-comp <comp>\t\tselect <comp> compression\n");
4848 ERROR("\t\t\tCompressors available:\n");
4850 ERROR("-b <block_size>\t\tset data block to "
4853 ERROR("-no-exports\t\tdon't make the filesystem "
4855 ERROR("-no-sparse\t\tdon't detect sparse files\n");
4856 ERROR("-no-xattrs\t\tdon't store extended attributes"
4858 ERROR("-xattrs\t\t\tstore extended attributes" XOPT_STR
4860 ERROR("-noI\t\t\tdo not compress inode table\n");
4861 ERROR("-noD\t\t\tdo not compress data blocks\n");
4862 ERROR("-noF\t\t\tdo not compress fragment blocks\n");
4863 ERROR("-noX\t\t\tdo not compress extended "
4865 ERROR("-no-fragments\t\tdo not use fragments\n");
4866 ERROR("-always-use-fragments\tuse fragment blocks for "
4868 ERROR("-no-duplicates\t\tdo not perform duplicate "
4870 ERROR("-all-root\t\tmake all files owned by root\n");
4871 ERROR("-force-uid uid\t\tset all file uids to uid\n");
4872 ERROR("-force-gid gid\t\tset all file gids to gid\n");
4873 ERROR("-nopad\t\t\tdo not pad filesystem to a multiple "
4875 ERROR("-keep-as-directory\tif one source directory is "
4877 ERROR("\t\t\tdirectory containing that directory, "
4879 ERROR("\t\t\tcontents of the directory\n");
4880 ERROR("\nFilesystem filter options:\n");
4881 ERROR("-p <pseudo-definition>\tAdd pseudo file "
4883 ERROR("-pf <pseudo-file>\tAdd list of pseudo file "
4885 ERROR("-sort <sort_file>\tsort files according to "
4887 ERROR("\t\t\tfile or dir with priority per line. "
4889 ERROR("\t\t\t32767, default priority 0\n");
4890 ERROR("-ef <exclude_file>\tlist of exclude dirs/files."
4892 ERROR("-wildcards\t\tAllow extended shell wildcards "
4895 ERROR("-regex\t\t\tAllow POSIX regular expressions to "
4897 ERROR("\nFilesystem append options:\n");
4898 ERROR("-noappend\t\tdo not append to existing "
4900 ERROR("-root-becomes <name>\twhen appending source "
4902 ERROR("\t\t\toriginal root become a subdirectory in "
4904 ERROR("\t\t\tcalled <name>, rather than adding the new "
4906 ERROR("\t\t\tto the original root\n");
4907 ERROR("\nMksquashfs runtime options:\n");
4908 ERROR("-version\t\tprint version, licence and "
4910 ERROR("-recover <name>\t\trecover filesystem data "
4912 ERROR("-no-recovery\t\tdon't generate a recovery "
4914 ERROR("-info\t\t\tprint files written to filesystem\n");
4915 ERROR("-no-progress\t\tdon't display the progress "
4917 ERROR("-processors <number>\tUse <number> processors."
4919 ERROR("\t\t\tprocessors available\n");
4920 ERROR("-read-queue <size>\tSet input queue to <size> "
4923 ERROR("-write-queue <size>\tSet output queue to <size> "
4926 ERROR("-fragment-queue <size>\tSet fragment queue to "
4929 ERROR("\nMiscellaneous options:\n");
4930 ERROR("-root-owned\t\talternative name for -all-root"
4932 ERROR("-noInodeCompression\talternative name for -noI"
4934 ERROR("-noDataCompression\talternative name for -noD"
4936 ERROR("-noFragmentCompression\talternative name for "
4938 ERROR("-noXattrCompression\talternative name for "
4940 ERROR("\nCompressors available and compressor specific "
4997 ERROR("Destination not block device or regular file\n");
5034 ERROR("%s: -e missing arguments\n", argv[0]);
5067 ERROR("Failed to read existing filesystem - will not "
5069 ERROR("To force Mksquashfs to write to this block "
5141 ERROR("Failed to read existing filesystem - will not "
5143 ERROR("To force Mksquashfs to write to this block "