Home
last modified time | relevance | path

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

12

/netbsd-src/sbin/fsck_udf/
H A Dmain.c453 pwarn("%s : BROKEN directory\n", in udf_rebuild_fid_stream()
459 pwarn("%s : <directory resync>\n", in udf_rebuild_fid_stream()
889 pwarn("Got error writing piece\n"); in udf_process_ad()
1043 pwarn("Got extension redirect with wrong size %d\n", in udf_process_file()
1058 pwarn("Corruption in allocated extents chain\n"); in udf_process_file()
1161 pwarn("Error reading in ISO9660 VRS\n"); in udf_check_vrs9660()
1165 pwarn("Short read in ISO9660 VRS\n"); in udf_check_vrs9660()
1189 pwarn("Error in ISO 9660 volume recognition sequence\n"); in udf_check_vrs9660()
1191 pwarn("ISO 9660 volume recognition sequence can't be repaired " in udf_check_vrs9660()
1314 pwarn("Drive empty?\n"); in udf_get_anchors()
[all …]
/netbsd-src/sbin/fsck_lfs/
H A Dsetup.c134 pwarn("maxino reset from %lld to %lld\n", (long long)maxino, in reset_maxino()
224 pwarn("%sile system is clean; not checking\n", in setup()
229 pwarn("** File system is already clean\n"); in setup()
239 pwarn("adjusting offset, serial for -i 0x%jx\n", in setup()
254 pwarn("begin with offset/serial 0x%jx/%jd\n", in setup()
314 pwarn("offset = 0x%" PRIx64 ", serial = %" PRIu64 "\n", in setup()
316 pwarn("curseg = %" PRIx64 ", nextseg = %" PRIx64 "\n", in setup()
328 pwarn("idaddr = 0x%jx\n", idaddr ? (uintmax_t)idaddr : in setup()
330 pwarn("dev_bsize = %lu\n", dev_bsize); in setup()
331 pwarn("lfs_bsize = %lu\n", (unsigned long) lfs_sb_getbsize(fs)); in setup()
[all …]
H A Dpass5.c82 pwarn("CLEAN SEGMENT %d CONTAINS %d BYTES\n", in pass5()
90 pwarn("SEGMENT %d CLAIMS %d BYTES BUT HAS %d", in pass5()
94 pwarn(" (HIGH BY %d)\n", su->su_nbytes - in pass5()
97 pwarn(" (LOW BY %d)\n", -su->su_nbytes + in pass5()
140 pwarn("NOTE: when using -i, expect discrepancies in dmeta," in pass5()
143 pwarn("DMETA GIVEN AS %d, SHOULD BE %ld\n", in pass5()
151 pwarn("AVAIL GIVEN AS %jd, SHOULD BE %jd\n", in pass5()
159 pwarn("NCLEAN GIVEN AS %d, SHOULD BE %d\n", lfs_sb_getnclean(fs), in pass5()
173 pwarn("BFREE GIVEN AS %jd, SHOULD BE BETWEEN %jd AND %jd\n", in pass5()
H A Dpass0.c123 pwarn("OUT OF RANGE INO %llu ON FREE LIST\n", in pass0()
128 pwarn("INO %llu ALREADY FOUND ON FREE LIST\n", in pass0()
144 pwarn("INO %llu WITH DADDR 0x%llx ON FREE LIST\n", in pass0()
176 pwarn("INO %llu FREE BUT NOT ON FREE LIST\n", in pass0()
200 pwarn("FREE LIST HEAD IN SUPERBLOCK SHOULD BE %ju (WAS %ju)\n", in pass0()
208 pwarn("FREE LIST TAIL SHOULD BE %llu (WAS %llu)\n", in pass0()
223 pwarn("%sree list head is 0x0\n", preen ? "f" : "F"); in pass0()
H A Dpass6.c218 pwarn("remove ino %d\n", (int)ino); in remove_ino()
269 pwarn("ino %ju lbn %jd -> 0x%jx\n", in pass6harvest()
315 pwarn("EXCESSIVE BAD BLKS I=%llu", in pass6check()
318 pwarn(" (SKIPPING)\n"); in pass6check()
439 pwarn("readdress ino %ju from 0x%jx to 0x%jx mode %o nlink %d\n", in readdress_inode()
477 pwarn("allocating ino %ju at 0x%jx\n", (uintmax_t)thisino, in alloc_inode()
485 pwarn("allocated inode %lld already allocated\n", in alloc_inode()
566 pwarn("not rolling forward due to possible allocation conflict\n"); in pass6()
574 pwarn("not rolling forward, nothing to recover\n"); in pass6()
579 pwarn("could roll forward from 0x%jx to 0x%jx\n", in pass6()
[all …]
H A Dutilities.c78 pwarn("bad file type 0%o\n", lfs_dino_getmode(fs, dp)); in ftypeok()
92 pwarn("\n"); in reply()
119 pwarn("writing superblocks with lfs_idaddr = 0x%jx\n", in write_superblocks()
132 pwarn("WRITING CHANGES TO DISK\n"); in ckfini()
153 pwarn("MARKING FILE SYSTEM CLEAN\n"); in ckfini()
254 pwarn("%s", msg); in dofix()
H A Ddir.c262 pwarn("ino too large, reclen=0, reclen>space, or reclen&3!=0\n"); in dircheck()
263 pwarn("dp->d_ino = 0x%jx\tdp->d_reclen = 0x%x\n", in dircheck()
266 pwarn("maxino = %ju\tspaceleft = 0x%x\n", in dircheck()
308 pwarn("%s ", errmesg); in fileerror()
311 pwarn("PARENT=%lld\n", (long long)cwd); in fileerror()
348 pwarn("LINK COUNT %s", (lfdir == idesc->id_number) ? lfname : in adjust()
435 pwarn("UNREF %s ", lostdir ? "DIR" : "FILE"); in linkup()
452 pwarn("NO lost+found DIRECTORY"); in linkup()
518 pwarn("DIR I=%llu CONNECTED. ", (unsigned long long)orphan); in linkup()
646 pwarn("NO SPACE LEFT IN %s", name); in expanddir()
H A Dlfs.c639 pwarn("pseg at 0x%jx: " in try_verify()
643 pwarn("pseg at 0x%jx: " in try_verify()
649 pwarn("pseg at 0x%jx: " in try_verify()
654 pwarn("pseg at 0x%jx: " in try_verify()
661 pwarn("warning, serial=%d ss_serial=%d\n", in try_verify()
670 pwarn("summary good: 0x%x/%d\n", (uintmax_t)daddr, in try_verify()
717 pwarn("sb0 %ju, sb1 %ju", in lfs_verify()
751 pwarn("** Newer checkpoint verified; recovered %jd seconds of data\n", in lfs_verify()
755pwarn("** Newer checkpoint invalid; lost %jd seconds of data\n", (intmax_t)(lfs_sb_gettstamp(nsb) … in lfs_verify()
806 pwarn("Not enough inode blocks in pseg at 0x%jx: " in check_summary()
[all …]
H A Dpass1.c211 pwarn("mode=o%o, ifmt=o%o\n", lfs_dino_getmode(fs, dp), mode); in checkinode()
327 pwarn("INCORRECT BLOCK COUNT I=%llu (%ju SHOULD BE %lld)", in checkinode()
361 pwarn("EXCESSIVE BAD BLKS I=%llu", in pass1check()
385 pwarn("(lbn %lld: Holder is %lld)\n", in pass1check()
390 pwarn("EXCESSIVE DUP BLKS I=%llu", in pass1check()
H A Dmain.c214 pwarn("starting\n"); in checkfilesys()
313 pwarn("%ju files, %jd used, %jd free\n", in checkfilesys()
/netbsd-src/sbin/fsck_v7fs/
H A Dmain.c73 pwarn("Inavalid superblock"); in v7fs_fsck()
94 pwarn("[Superblock information]\n"); in check_filesystem()
96 pwarn("[1] checking free inode in superblock...\n"); in check_filesystem()
101 pwarn("[2] checking free block link...\n"); in check_filesystem()
106 pwarn("[3] checking all ilist...\n"); in check_filesystem()
111 pwarn("prepare lost+found\n"); in check_filesystem()
116 pwarn("[4] checking path name...\n"); in check_filesystem()
122 pwarn("[5] checking freeblock duplication...\n"); in check_filesystem()
129 pwarn("[6] checking datablock duplication(vs datablock)...\n"); in check_filesystem()
137 pwarn("[7] checking datablock duplication (vs freeblock)...\n"); in check_filesystem()
H A Dfreeblock.c70 pwarn("invalid block#%d in freeblock", blk); in freeblock_subr_j()
81 pwarn("freeblock duplicate %d %d blk=%d", arg->i, arg->j, blk); in freeblock_subr_j()
100 pwarn("invalid block#%d in freeblock", blk); in freeblock_subr_i()
152 pwarn("remove duplicated freeblock %d" in freeblock_dup_remove()
171 pwarn("duplicated block is freeblock list." in freeblock_dup_remove()
186 pwarn("remove duplicated freeblock" in freeblock_dup_remove()
228 pwarn("invalid freeblock list block#%d.", blk); in v7fs_freeblock_foreach()
239 pwarn("***corrupt freeblock list blk#%d", blk); in v7fs_freeblock_foreach()
278 pwarn("\ndatablock usage: %d/%d (%d)\n", datablock_size - blk, in freeblock_check()
282 pwarn("corrupt # of freeblocks. %d(sb) != %d(cnt)", in freeblock_check()
H A Dinode.c63 pwarn("*** corrupt nfreeinode %d (0-%d)***", n, in freeinode_check()
79 pwarn("*** freeinode DUP %d %d", i, j); in freeinode_check()
104 pwarn("*** partially allocated inode #%d", ino); in v7fs_inode_check()
146 pwarn("*** corrupt total freeinode. %d(sb) != %d(cnt)\n", in ilist_check()
158 pwarn("\ninode usage: %d/%d (%d)\n", arg.alloc, arg.total, nfree); in ilist_check()
H A Ddatablock.c68 pwarn("*** ino%d(%s) data block %d found at freeblock", in freeblock_subr()
140 pwarn("*** duplicated block found." in datablock_i_j()
235 pwarn("copy block %d->%d\n", src, dst); in copy_block()
278 pwarn("dup block replaced by %d\n", newblk); in replace_block_indexed()
377 pwarn("Is victim %s (%s is preserved)", filename(fs, i), in datablock_dup_remove()
382 pwarn("Is victim %s (%s is preserved)", in datablock_dup_remove()
387 pwarn("Don't correct.\n"); in datablock_dup_remove()
397 pwarn("Can't allocate substitute block."); in datablock_dup_remove()
H A Dpathname.c95 pwarn("*** bogus entry found *** dir#%d entry=%zu\n", in lookup_child_subr()
103 pwarn("%s %d\n", dir->name, dir->inode_number); in lookup_child_subr()
107 pwarn("entry #%d not found.", dir->inode_number); in lookup_child_subr()
223 pwarn("*** inode#%d don't have parent.", ino); in pathname_check_file()
242 pwarn("*** ino#%d parent dir missing parent=%d", ino, in pathname_check_dir()
253 pwarn("*** ino#%d corrupt link # of child" in pathname_check_dir()
/netbsd-src/sbin/fsck_ffs/
H A Dmain.c395 pwarn("starting\n"); in checkfilesys()
419 pwarn("** Last Mounted on %s\n", sblock->fs_fsmnt); in checkfilesys()
421 pwarn("** Root file system\n"); in checkfilesys()
422 pwarn("** Phase 1 - Check Blocks and Sizes\n"); in checkfilesys()
438 pwarn("** Phase 1b - Rescan For More DUPS\n"); in checkfilesys()
446 pwarn("** Phase 2 - Check Pathnames\n"); in checkfilesys()
457 pwarn("** Phase 3 - Check Connectivity\n"); in checkfilesys()
468 pwarn("** Phase 4 - Check Reference Counts\n"); in checkfilesys()
479 pwarn("** Phase 5 - Check Cyl groups\n"); in checkfilesys()
487 pwarn("** Phase 6 - Check Quotas\n"); in checkfilesys()
[all …]
H A Dsetup.c179 pwarn("USING ALTERNATE SUPERBLOCK AT %d\n", bflag); in setup()
195 pwarn("file system is journaled; " in setup()
200 pwarn("** File system is journaled; " in setup()
224 pwarn("%sile system is clean; not checking\n", in setup()
229 pwarn("** File system is already clean\n"); in setup()
242 pwarn("CONVERTING TO NEW SUPERBLOCK LAYOUT\n"); in setup()
258 pwarn("DOWNGRADING TO OLD SUPERBLOCK LAYOUT\n"); in setup()
301 pwarn("IMPOSSIBLE INTERLEAVE=%d IN SUPERBLOCK", in setup()
314 pwarn("IMPOSSIBLE NPSECT=%d IN SUPERBLOCK", in setup()
325 pwarn("INCORRECT BMASK=0x%x IN SUPERBLOCK", in setup()
[all …]
H A Dquota2.c108 pwarn("CAN'T READ QUOTA BLOCK\n"); in quota2_alloc_quota()
155 pwarn("CAN'T READ QUOTA BLOCK"); in quota2_walk_list()
202 pwarn("DUPLICATE QUOTA ENTRY"); in quota2_list_check()
211 pwarn("QUOTA uid %d IN WRONG HASH LIST %d", in quota2_list_check()
265 pwarn("%s QUOTA INODE %" PRIu64 " IS A DIRECTORY", in quota2_check_inode()
271 pwarn("UNALLOCATED %s QUOTA INODE %" PRIu64, in quota2_check_inode()
286 pwarn("WRONG TYPE %d for %s QUOTA INODE %" PRIu64, in quota2_check_inode()
297 pwarn("%s QUOTA INODE %" PRIu64 " HAS EMPTY BLOCKS", in quota2_check_inode()
314 pwarn("CORRUPTED %s QUOTA INODE %" PRIu64, capstrtype, in quota2_check_inode()
334 pwarn("NO %s QUOTA INODE", capstrtype); in quota2_check_inode()
[all …]
H A Dwapbl.c103 pwarn("CANNOT REPLAY JOURNAL IN -n MODE; continuing anyway\n"); in replay_wapbl()
180 pwarn("CLEARING EXISTING JOURNAL\n"); in check_wapbl()
209 pwarn("CLEARING EXISTING JOURNAL\n"); in check_wapbl()
227 pwarn("CLEARING EXISTING JOURNAL\n"); in check_wapbl()
261 pwarn("CLEARING JOURNAL FLAGS\n"); in check_wapbl()
276 pwarn("CLEARING JOURNAL FLAGS\n"); in check_wapbl()
H A Dpass5.c88 pwarn("DELETING CLUSTERING MAPS\n"); in pass5()
109 pwarn("CANNOT %s CLUSTER MAPS\n", doit); in pass5()
114 pwarn("%sING CLUSTER MAPS\n", in pass5()
456 pwarn("ALLOCATED INODE %u " in pass5()
470 pwarn("ALLOCATED FRAG %u " in pass5()
/netbsd-src/sbin/fsck_msdos/
H A Dfat.c66 pwarn("Cluster %u in FAT %u continues with %s cluster number %u\n", in checkclnum()
167 pwarn("%s (%02x%02x%02x%02x%02x%02x%02x%02x)\n", in readfat()
173 pwarn("%s (%02x%02x%02x%02x)\n", in readfat()
178 pwarn("%s (%02x%02x%02x)\n", in readfat()
262 pwarn("Cluster %u is marked %s with different indicators, ", in clustdiffer()
270 pwarn("Cluster %u is marked %s in FAT 0, %s in FAT %u\n", in clustdiffer()
282 pwarn("Cluster %u is marked %s in FAT 0, but continues with cluster %u in FAT %u\n", in clustdiffer()
295 pwarn("Cluster %u continues with cluster %u in FAT 0, but is marked %s in FAT %u\n", in clustdiffer()
307 pwarn("Cluster %u continues with cluster %u in FAT 0, but with cluster %u in FAT %u\n", in clustdiffer()
426 pwarn("Cluster chain starting at %u ends with cluster marked %s\n", in checkfat()
[all …]
H A Ddir.c258 pwarn("Root directory starts with free cluster\n"); in resetDosDirSection()
260 pwarn("Root directory starts with cluster marked %s\n", in resetDosDirSection()
360 pwarn("Invalid long filename entry for %s\n", path); in removede()
363 pwarn("Invalid long filename entry at end of directory %s\n", path); in removede()
366 pwarn("Invalid long filename entry for volume label\n"); in removede()
407 pwarn("size of %s is %u, should at most be %u\n", in checksize()
419 pwarn("%s has too many clusters allocated\n", in checksize()
524 pwarn("%s has entries after end of directory\n", in readDosDirSection()
585 pwarn( in readDosDirSection()
595 pwarn("long filename record cluster " in readDosDirSection()
[all …]
H A Dcheck.c63 pwarn(" (NO WRITE)\n"); in checkfilesys()
149 pwarn("%d files, %d free (%d clusters), %d bad (%d clusters)\n", in checkfilesys()
154 pwarn("%d files, %d free (%d clusters)\n", in checkfilesys()
164 pwarn("MARKING FILE SYSTEM CLEAN\n"); in checkfilesys()
167 pwarn("\n***** FILE SYSTEM IS LEFT MARKED AS DIRTY *****\n"); in checkfilesys()
185 pwarn("\n***** FILE SYSTEM WAS MODIFIED *****\n"); in checkfilesys()
/netbsd-src/sbin/fsck_ext2fs/
H A Dpass1.c185 pwarn("DELETED INODE I=%llu HAS A NULL DTIME", in checkinode()
204 pwarn("INODE I=%llu HAS DTIME=%s", in checkinode()
306 pwarn("INCORRECT BLOCK COUNT I=%llu (%llu should be %d)", in checkinode()
342 pwarn("EXCESSIVE BAD BLKS I=%llu", in pass1check()
360 pwarn("EXCESSIVE DUP BLKS I=%llu", in pass1check()
H A Ddir.c302 pwarn("%s ", errmesg); in fileerror()
328 pwarn("LINK COUNT %s", (lfdir == idesc->id_number) ? lfname : in adjust()
407 pwarn("UNREF %s ", lostdir ? "DIR" : "FILE"); in linkup()
425 pwarn("NO lost+found DIRECTORY"); in linkup()
488 pwarn("DIR I=%llu CONNECTED. ", (unsigned long long)orphan); in linkup()
594 pwarn("NO SPACE LEFT IN %s", name); in expanddir()

12