pfatal
pfatal("NAME=%s\n", pathbuf);
pfatal("%s=%s\n",
pfatal("NAME=%s\n", pathbuf);
pfatal("LINK COUNT INCREASING");
pfatal("SORRY. CANNOT CREATE lost+found DIRECTORY");
pfatal("lost+found IS NOT A DIRECTORY");
pfatal("SORRY. CANNOT CREATE lost+found DIRECTORY\n\n");
pfatal("SORRY. CANNOT CREATE lost+found DIRECTORY\n\n");
pfatal("SORRY. NO lost+found DIRECTORY\n\n");
pfatal("SORRY. NO SPACE IN lost+found DIRECTORY");
extern void pfatal(const char *, ...) __printflike(1, 2);
pfatal("%s (%s)", s, strerror(errno));
void pfatal(const char *, ...) __printflike(1, 2);
pfatal("DIRECTORY %s: CONTAINS EMPTY BLOCKS",
pfatal("DIRECTORY %s: CONTAINS EMPTY BLOCKS",
pfatal("%d %s I=%u", blk, type, ino);
pfatal("CG %d: BAD MAGIC NUMBER\n", cg);
pfatal("DIRECTORY %s: CONTAINS EMPTY BLOCKS",
pfatal("Can't check %s\n", *argv);
pfatal("CAN'T CHECK FILE SYSTEM.");
pfatal("INTERNAL ERROR: dups with -p");
pfatal("allocation to large for mzalloc!");
pfatal("CG %d: BAD MAGIC NUMBER\n", c);
pfatal("cannot alloc %u bytes for inoinfo\n",
pfatal("cannot alloc %u bytes for inoinfo\n",
pfatal("PARTIALLY ALLOCATED INODE I=%u", inumber);
pfatal("LINK COUNT TABLE OVERFLOW");
pfatal("UNKNOWN FILE TYPE I=%u", inumber);
pfatal("DUP TABLE OVERFLOW.");
pfatal("%s %s: LENGTH %zu NOT MULTIPLE OF %d",
pfatal("CANNOT FIX, FIRST ENTRY IN DIRECTORY CONTAINS %s\n",
pfatal("CANNOT FIX, INSUFFICIENT SPACE TO ADD '.'\n");
pfatal("CANNOT FIX, SECOND ENTRY IN DIRECTORY CONTAINS %s\n",
pfatal("CANNOT FIX, INSUFFICIENT SPACE TO ADD '..'\n");
pfatal("ROOT INODE UNALLOCATED");
pfatal("DUPS/BAD IN ROOT INODE");
pfatal("ROOT INODE NOT DIRECTORY");
pfatal("COULD NOT FIND NAME IN PARENT DIRECTORY");
pfatal("ORPHANED DIRECTORY LOOP DETECTED I=%u", orphan);
pfatal("CG %d: BAD MAGIC NUMBER\n", c);
pfatal("NO WRITE ACCESS");
pfatal("UNDEFINED OPTIMIZATION IN SUPERBLOCK");
pfatal("IMPOSSIBLE MINFREE=%d IN SUPERBLOCK",
pfatal("BAD SUMMARY INFORMATION");
pfatal("BAD SUPER BLOCK: %s\n", s);
pfatal("%s is not a disk device", dev);
pfatal("WRITING %sZERO'ED BLOCK %d TO DISK\n",
pfatal("CANNOT %s: BLK %d", mesg, blk);
pfatal("CG %d: BAD MAGIC NUMBER\n", cg);
pfatal("INTERNAL INCONSISTENCY:");
pfatal("INTERNAL ERROR: GOT TO reply()");
pfatal("Invalid 16-bit total sector count on FAT32: %u",
pfatal("Invalid 16-bit FAT sector count on FAT32: %u",
pfatal("FAT32 with sector count of zero");
pfatal("FAT with sector count of zero");
pfatal("Invalid FAT sector count");
pfatal("exFAT filesystem is not supported.");
pfatal("Unknown file system version: %x.%x",
pfatal("Invalid FAT32 Extended BIOS Parameter Block");
pfatal("Invalid FATs(%u) with FATsecs(%zu)",
pfatal("Cluster offset too large (%u clusters)\n",
pfatal("Filesystem too big (%u clusters) for FAT32 partition",
pfatal("Filesystem too small (%u clusters) for FAT32 partition",
pfatal("Root directory starts with cluster out of range(%u)",
pfatal("Filesystem too big (%u clusters) for non-FAT32 partition",
pfatal("FAT size too small, %u entries won't fit into %u sectors\n",
pfatal("Invalid signature in boot block: %02x%02x",
pfatal("Invalid sector size: %u", boot->bpbBytesPerSec);
pfatal("Invalid cluster size: %u", boot->bpbSecPerClust);
pfatal("Invalid reserved sectors: %u",
pfatal("Invalid number of FATs: %u", boot->bpbFATs);
pfatal("Root directory doesn't start a cluster chain");
pfatal("Unable to write FAT");
pfatal("Unable to read FAT");
pfatal("Invalid cluster: %ud", cl);
pfatal("Invalid cluster: %ud", cl);
pfatal("Invalid ClustMask: %d", boot->ClustMask);
pfatal("can't open file %s", filename);
pfatal("can't open file %s", filename);
pfatal("can't open file %s", TMPINNAME);
pfatal("can't read file %s", filename);
pfatal("can't write temp file");
pfatal("can't write temp file");
pfatal("can't reopen file %s", TMPINNAME);
pfatal("cannot seek in the temporary input file");
pfatal("error reading tmp file %s", TMPINNAME);
pfatal("can't create %s", name);
pfatal("can't create %s", name);
pfatal("can't create %s", TMPOUTNAME);
pfatal("can't create %s", TMPINNAME);
pfatal("can't create %s", TMPREJNAME);
pfatal("can't create %s", TMPPATNAME);
pfatal("can't cd to %s", optarg);
pfatal("can't create %s", TMPPATNAME);
pfatal("write error to %s", TMPPATNAME);
pfatal("can't write %s", TMPPATNAME);
pfatal("patch file %s not found", filename);
pfatal("can't stat %s", filename);
pfatal("internal error, can't reopen %s", from);
pfatal("write to %s failed", to);
pfatal("creation of %s failed", tmpbuf);
pfatal("internal error, can't reopen %s", from);
pfatal("write failed");
void pfatal(const char *, ...)