Home
last modified time | relevance | path

Searched refs:pwarn (Results 1 – 16 of 16) sorted by relevance

/trueos/sbin/fsck_msdosfs/
HDcheck.c62 pwarn(" (NO WRITE)\n"); in checkfilesys()
155 pwarn("%d files, %d free (%d clusters), %d bad (%d clusters)\n", in checkfilesys()
160 pwarn("%d files, %d free (%d clusters)\n", in checkfilesys()
170 pwarn("MARKING FILE SYSTEM CLEAN\n"); in checkfilesys()
173 pwarn("\n***** FILE SYSTEM IS LEFT MARKED AS DIRTY *****\n"); in checkfilesys()
191 pwarn("\n***** FILE SYSTEM WAS MODIFIED *****\n"); in checkfilesys()
HDdir.c257 pwarn("Root directory starts with free cluster\n"); in resetDosDirSection()
259 pwarn("Root directory starts with cluster marked %s\n", in resetDosDirSection()
358 pwarn("Invalid long filename entry for %s\n", path); in removede()
361 pwarn("Invalid long filename entry at end of directory %s\n", in removede()
365 pwarn("Invalid long filename entry for volume label\n"); in removede()
406 pwarn("size of %s is %u, should at most be %u\n", in checksize()
418 pwarn("%s has too many clusters allocated\n", in checksize()
504 pwarn("%s has entries after end of directory\n", in readDosDirSection()
584 pwarn("long filename too long\n"); in readDosDirSection()
592 pwarn("long filename record cluster start != 0\n"); in readDosDirSection()
[all …]
HDfat.c147 pwarn("Cluster %u in FAT %d continues with %s cluster number %u\n", in checkclnum()
248 pwarn("%s (%02x%02x%02x%02x%02x%02x%02x%02x)\n", in readfat()
254 pwarn("%s (%02x%02x%02x%02x)\n", in readfat()
259 pwarn("%s (%02x%02x%02x)\n", in readfat()
343 pwarn("Cluster %u is marked %s with different indicators\n", in clustdiffer()
351 pwarn("Cluster %u is marked %s in FAT 0, %s in FAT %u\n", in clustdiffer()
363 pwarn("Cluster %u is marked %s in FAT 0, but continues with cluster %u in FAT %d\n", in clustdiffer()
376 pwarn("Cluster %u continues with cluster %u in FAT 0, but is marked %s in FAT %u\n", in clustdiffer()
388 pwarn("Cluster %u continues with cluster %u in FAT 0, but with cluster %u in FAT %u\n", in clustdiffer()
507 pwarn("Cluster chain starting at %u ends with cluster marked %s\n", in checkfat()
[all …]
HDboot.c119 pwarn("Invalid signature in fsinfo block\n"); in readboot()
/trueos/sbin/fsck_ffs/
HDmain.c245 pwarn("starting\n"); in checkfilesys()
291 pwarn("FILE SYSTEM CLEAN; SKIPPING CHECKS\n"); in checkfilesys()
336 pwarn( in checkfilesys()
401 pwarn("clean, %ld free ", (long)(sblock.fs_cstotal.cs_nffree + in checkfilesys()
509 pwarn("Reclaimed: %ld directories, %jd files, %jd fragments\n", in checkfilesys()
512 pwarn("%ld files, %jd used, %ju free ", in checkfilesys()
617 pwarn("mount reload of '%s' failed: %s %s\n\n", in chkdoreload()
HDpass5.c77 pwarn("DELETING CLUSTERING MAPS\n"); in pass5()
98 pwarn("CANNOT %s CLUSTER MAPS\n", doit); in pass5()
103 pwarn("%sING CLUSTER MAPS\n", in pass5()
466 msg = pwarn; in check_maps()
518 pwarn("%s %s %" PRId64 in check_maps()
522 pwarn("%s %sS %" PRId64 "-%" PRId64 in check_maps()
564 pwarn("UNALLOCATED %s %" PRId64 in check_maps()
568 pwarn("UNALLOCATED %sS %" PRId64 "-%" PRId64 in check_maps()
HDsetup.c159 pwarn("kernel lacks runtime superblock summary adjustment support"); in setup()
201 pwarn("USING ALTERNATE SUPERBLOCK AT %d\n", bflag); in setup()
205 pwarn("FILE SYSTEM CLEAN; SKIPPING CHECKS\n"); in setup()
230 pwarn("Format of file system is too old.\n"); in setup()
231 pwarn("Must update to modern format using a version of fsck\n"); in setup()
532 pwarn("ioctl (GCINFO): %s\n", strerror(errno)); in getdisklabel()
HDpass1.c196 pwarn("CYLINDER GROUP %d: RESET FROM %ju TO %d %s\n", in pass1()
210 pwarn("CYLINDER GROUP %d: FOUND %d VALID INODES\n", c, in pass1()
398 pwarn("INCORRECT BLOCK COUNT I=%lu (%ju should be %ju)", in checkinode()
460 pwarn("EXCESSIVE BAD BLKS I=%lu", in pass1check()
481 pwarn("EXCESSIVE DUP BLKS I=%lu", in pass1check()
HDdir.c253 pwarn("%s ", errmesg); in fileerror()
307 pwarn("LINK COUNT %s", (lfdir == idesc->id_number) ? lfname : in adjust()
389 pwarn("UNREF %s ", lostdir ? "DIR" : "FILE"); in linkup()
411 pwarn("NO lost+found DIRECTORY"); in linkup()
475 pwarn("DIR I=%lu CONNECTED. ", (u_long)orphan); in linkup()
584 pwarn("NO SPACE LEFT IN %s", name); in expanddir()
HDpass2.c168 pwarn("%s %s: LENGTH %jd NOT MULTIPLE OF %d", in pass2()
447 pwarn("ZERO LENGTH DIRECTORY %s I=%ju", in pass2check()
567 pwarn("%s IS AN EXTRANEOUS HARD LINK TO DIRECTORY %s", in fix_extraneous()
604 pwarn("%s IS AN EXTRANEOUS HARD LINK TO DIRECTORY %s", oldname, in fix_extraneous()
HDfsutil.c938 pwarn("%s", msg); in dofix()
991 pwarn("CANNOT SET FS_NEEDSFSCK FLAG\n"); in pfatal()
1013 pwarn("CANNOT SET FS_NEEDSFSCK FLAG\n"); in pfatal()
1024 pwarn(const char *fmt, ...) in pwarn() function
HDfsck.h462 void pwarn(const char *fmt, ...) __printflike(1, 2);
HDinode.c531 pwarn("%s %s", type, in clri()
HDsuj.c2685 pwarn("UNEXPECTED SU+J INCONSISTENCY\n"); in suj_check()
/trueos/sbin/fsck/
HDfsutil.h30 void pwarn(const char *, ...) __printflike(1, 2);
HDfsutil.c103 pwarn(const char *fmt, ...) in pwarn() function