HomeSort by: relevance | last modified time | path
    Searched refs:pwarn (Results 1 - 25 of 45) sorted by relevancy

1 2

  /src/sbin/fsck_v7fs/
main.c 73 pwarn("Inavalid superblock");
94 pwarn("[Superblock information]\n");
96 pwarn("[1] checking free inode in superblock...\n");
101 pwarn("[2] checking free block link...\n");
106 pwarn("[3] checking all ilist...\n");
111 pwarn("prepare lost+found\n");
116 pwarn("[4] checking path name...\n");
122 pwarn("[5] checking freeblock duplication...\n");
129 pwarn("[6] checking datablock duplication(vs datablock)...\n");
137 pwarn("[7] checking datablock duplication (vs freeblock)...\n")
    [all...]
inode.c 63 pwarn("*** corrupt nfreeinode %d (0-%d)***", n,
79 pwarn("*** freeinode DUP %d %d", i, j);
104 pwarn("*** partially allocated inode #%d", ino);
146 pwarn("*** corrupt total freeinode. %d(sb) != %d(cnt)\n",
158 pwarn("\ninode usage: %d/%d (%d)\n", arg.alloc, arg.total, nfree);
freeblock.c 70 pwarn("invalid block#%d in freeblock", blk);
81 pwarn("freeblock duplicate %d %d blk=%d", arg->i, arg->j, blk);
100 pwarn("invalid block#%d in freeblock", blk);
152 pwarn("remove duplicated freeblock %d"
171 pwarn("duplicated block is freeblock list."
186 pwarn("remove duplicated freeblock"
228 pwarn("invalid freeblock list block#%d.", blk);
239 pwarn("***corrupt freeblock list blk#%d", blk);
278 pwarn("\ndatablock usage: %d/%d (%d)\n", datablock_size - blk,
282 pwarn("corrupt # of freeblocks. %d(sb) != %d(cnt)"
    [all...]
datablock.c 68 pwarn("*** ino%d(%s) data block %d found at freeblock",
140 pwarn("*** duplicated block found."
235 pwarn("copy block %d->%d\n", src, dst);
278 pwarn("dup block replaced by %d\n", newblk);
377 pwarn("Is victim %s (%s is preserved)", filename(fs, i),
382 pwarn("Is victim %s (%s is preserved)",
387 pwarn("Don't correct.\n");
397 pwarn("Can't allocate substitute block.");
pathname.c 95 pwarn("*** bogus entry found *** dir#%d entry=%zu\n",
103 pwarn("%s %d\n", dir->name, dir->inode_number);
107 pwarn("entry #%d not found.", dir->inode_number);
223 pwarn("*** inode#%d don't have parent.", ino);
242 pwarn("*** ino#%d parent dir missing parent=%d", ino,
253 pwarn("*** ino#%d corrupt link # of child"
  /src/sbin/fsck_ffs/
main.c 395 pwarn("starting\n");
419 pwarn("** Last Mounted on %s\n", sblock->fs_fsmnt);
421 pwarn("** Root file system\n");
422 pwarn("** Phase 1 - Check Blocks and Sizes\n");
438 pwarn("** Phase 1b - Rescan For More DUPS\n");
446 pwarn("** Phase 2 - Check Pathnames\n");
457 pwarn("** Phase 3 - Check Connectivity\n");
468 pwarn("** Phase 4 - Check Reference Counts\n");
479 pwarn("** Phase 5 - Check Cyl groups\n");
487 pwarn("** Phase 6 - Check Quotas\n")
    [all...]
wapbl.c 103 pwarn("CANNOT REPLAY JOURNAL IN -n MODE; continuing anyway\n");
180 pwarn("CLEARING EXISTING JOURNAL\n");
209 pwarn("CLEARING EXISTING JOURNAL\n");
227 pwarn("CLEARING EXISTING JOURNAL\n");
261 pwarn("CLEARING JOURNAL FLAGS\n");
276 pwarn("CLEARING JOURNAL FLAGS\n");
setup.c 179 pwarn("USING ALTERNATE SUPERBLOCK AT %d\n", bflag);
195 pwarn("file system is journaled; "
200 pwarn("** File system is journaled; "
224 pwarn("%sile system is clean; not checking\n",
229 pwarn("** File system is already clean\n");
242 pwarn("CONVERTING TO NEW SUPERBLOCK LAYOUT\n");
258 pwarn("DOWNGRADING TO OLD SUPERBLOCK LAYOUT\n");
301 pwarn("IMPOSSIBLE INTERLEAVE=%d IN SUPERBLOCK",
314 pwarn("IMPOSSIBLE NPSECT=%d IN SUPERBLOCK",
325 pwarn("INCORRECT BMASK=0x%x IN SUPERBLOCK"
    [all...]
quota2.c 108 pwarn("CAN'T READ QUOTA BLOCK\n");
155 pwarn("CAN'T READ QUOTA BLOCK");
202 pwarn("DUPLICATE QUOTA ENTRY");
211 pwarn("QUOTA uid %d IN WRONG HASH LIST %d",
265 pwarn("%s QUOTA INODE %" PRIu64 " IS A DIRECTORY",
271 pwarn("UNALLOCATED %s QUOTA INODE %" PRIu64,
286 pwarn("WRONG TYPE %d for %s QUOTA INODE %" PRIu64,
297 pwarn("%s QUOTA INODE %" PRIu64 " HAS EMPTY BLOCKS",
314 pwarn("CORRUPTED %s QUOTA INODE %" PRIu64, capstrtype,
334 pwarn("NO %s QUOTA INODE", capstrtype)
    [all...]
  /src/sbin/fsck_lfs/
pass0.c 123 pwarn("OUT OF RANGE INO %llu ON FREE LIST\n",
128 pwarn("INO %llu ALREADY FOUND ON FREE LIST\n",
144 pwarn("INO %llu WITH DADDR 0x%llx ON FREE LIST\n",
176 pwarn("INO %llu FREE BUT NOT ON FREE LIST\n",
200 pwarn("FREE LIST HEAD IN SUPERBLOCK SHOULD BE %ju (WAS %ju)\n",
208 pwarn("FREE LIST TAIL SHOULD BE %llu (WAS %llu)\n",
223 pwarn("%sree list head is 0x0\n", preen ? "f" : "F");
setup.c 134 pwarn("maxino reset from %lld to %lld\n", (long long)maxino,
224 pwarn("%sile system is clean; not checking\n",
229 pwarn("** File system is already clean\n");
239 pwarn("adjusting offset, serial for -i 0x%jx\n",
254 pwarn("begin with offset/serial 0x%jx/%jd\n",
314 pwarn("offset = 0x%" PRIx64 ", serial = %" PRIu64 "\n",
316 pwarn("curseg = %" PRIx64 ", nextseg = %" PRIx64 "\n",
328 pwarn("idaddr = 0x%jx\n", idaddr ? (uintmax_t)idaddr :
330 pwarn("dev_bsize = %lu\n", dev_bsize);
331 pwarn("lfs_bsize = %lu\n", (unsigned long) lfs_sb_getbsize(fs))
    [all...]
pass5.c 83 pwarn("CLEAN SEGMENT %d CONTAINS %d BYTES\n",
91 pwarn("SEGMENT %d CLAIMS %d BYTES BUT HAS %d",
95 pwarn(" (HIGH BY %d)\n", su->su_nbytes -
98 pwarn(" (LOW BY %d)\n", -su->su_nbytes +
148 pwarn("avail := clean %jd*%jd - sb %jd*%jd - lbl %jd"
161 pwarn("NOTE: when using -i, expect discrepancies in dmeta,"
164 pwarn("DMETA GIVEN AS %d, SHOULD BE %ld\n",
172 pwarn("AVAIL GIVEN AS %jd, SHOULD BE %jd\n",
180 pwarn("NCLEAN GIVEN AS %d, SHOULD BE %d\n", lfs_sb_getnclean(fs),
194 pwarn("BFREE GIVEN AS %jd, SHOULD BE BETWEEN %jd AND %jd\n"
    [all...]
utilities.c 79 pwarn("bad file type 0%o\n", lfs_dino_getmode(fs, dp));
95 pwarn("\n");
122 pwarn("writing superblocks with lfs_idaddr = 0x%jx\n",
135 pwarn("WRITING CHANGES TO DISK\n");
156 pwarn("MARKING FILE SYSTEM CLEAN\n");
257 pwarn("%s", msg);
pass6.c 218 pwarn("remove ino %d\n", (int)ino);
269 pwarn("ino %ju lbn %jd -> 0x%jx\n",
315 pwarn("EXCESSIVE BAD BLKS I=%llu",
318 pwarn(" (SKIPPING)\n");
439 pwarn("readdress ino %ju from 0x%jx to 0x%jx mode %o nlink %d\n",
477 pwarn("allocating ino %ju at 0x%jx\n", (uintmax_t)thisino,
485 pwarn("allocated inode %lld already allocated\n",
566 pwarn("not rolling forward due to possible allocation conflict\n");
574 pwarn("not rolling forward, nothing to recover\n");
579 pwarn("could roll forward from 0x%jx to 0x%jx\n"
    [all...]
extern.h 79 void pwarn(const char *, ...);
main.c 218 pwarn("starting\n");
317 pwarn("%ju files, %jd used, %jd free\n",
pass1.c 211 pwarn("mode=o%o, ifmt=o%o\n", lfs_dino_getmode(fs, dp), mode);
327 pwarn("INCORRECT BLOCK COUNT I=%llu (%ju SHOULD BE %lld)",
361 pwarn("EXCESSIVE BAD BLKS I=%llu",
385 pwarn("(lbn %lld: Holder is %lld)\n",
390 pwarn("EXCESSIVE DUP BLKS I=%llu",
dir.c 262 pwarn("ino too large, reclen=0, reclen>space, or reclen&3!=0\n");
263 pwarn("dp->d_ino = 0x%jx\tdp->d_reclen = 0x%x\n",
266 pwarn("maxino = %ju\tspaceleft = 0x%x\n",
308 pwarn("%s ", errmesg);
311 pwarn("PARENT=%lld\n", (long long)cwd);
348 pwarn("LINK COUNT %s", (lfdir == idesc->id_number) ? lfname :
435 pwarn("UNREF %s ", lostdir ? "DIR" : "FILE");
452 pwarn("NO lost+found DIRECTORY");
518 pwarn("DIR I=%llu CONNECTED. ", (unsigned long long)orphan);
646 pwarn("NO SPACE LEFT IN %s", name)
    [all...]
  /src/sbin/fsck_msdos/
check.c 63 pwarn(" (NO WRITE)\n");
149 pwarn("%d files, %d free (%d clusters), %d bad (%d clusters)\n",
154 pwarn("%d files, %d free (%d clusters)\n",
164 pwarn("MARKING FILE SYSTEM CLEAN\n");
167 pwarn("\n***** FILE SYSTEM IS LEFT MARKED AS DIRTY *****\n");
185 pwarn("\n***** FILE SYSTEM WAS MODIFIED *****\n");
fat.c 66 pwarn("Cluster %u in FAT %u continues with %s cluster number %u\n",
167 pwarn("%s (%02x%02x%02x%02x%02x%02x%02x%02x)\n",
173 pwarn("%s (%02x%02x%02x%02x)\n",
178 pwarn("%s (%02x%02x%02x)\n",
262 pwarn("Cluster %u is marked %s with different indicators, ",
270 pwarn("Cluster %u is marked %s in FAT 0, %s in FAT %u\n",
282 pwarn("Cluster %u is marked %s in FAT 0, but continues with cluster %u in FAT %u\n",
295 pwarn("Cluster %u continues with cluster %u in FAT 0, but is marked %s in FAT %u\n",
307 pwarn("Cluster %u continues with cluster %u in FAT 0, but with cluster %u in FAT %u\n",
426 pwarn("Cluster chain starting at %u ends with cluster marked %s\n"
    [all...]
dir.c 258 pwarn("Root directory starts with free cluster\n");
260 pwarn("Root directory starts with cluster marked %s\n",
360 pwarn("Invalid long filename entry for %s\n", path);
363 pwarn("Invalid long filename entry at end of directory %s\n", path);
366 pwarn("Invalid long filename entry for volume label\n");
407 pwarn("size of %s is %u, should at most be %u\n",
419 pwarn("%s has too many clusters allocated\n",
524 pwarn("%s has entries after end of directory\n",
585 pwarn(
595 pwarn("long filename record cluster
    [all...]
  /src/sbin/fsck/
fsutil.h 32 void pwarn(const char *, ...) __printflike(1, 2);
  /src/sbin/fsck_udf/
main.c 453 pwarn("%s : BROKEN directory\n",
459 pwarn("%s : <directory resync>\n",
650 // pwarn("%s allocation OVERLAP found, type %d\n",
889 pwarn("Got error writing piece\n");
1043 pwarn("Got extension redirect with wrong size %d\n",
1058 pwarn("Corruption in allocated extents chain\n");
1161 pwarn("Error reading in ISO9660 VRS\n");
1165 pwarn("Short read in ISO9660 VRS\n");
1189 pwarn("Error in ISO 9660 volume recognition sequence\n");
1191 pwarn("ISO 9660 volume recognition sequence can't be repaired
    [all...]
  /src/libexec/lfs_cleanerd/
cleaner.h 62 void pwarn(const char *, ...);
  /src/sbin/fsck_ext2fs/
pass1.c 185 pwarn("DELETED INODE I=%llu HAS A NULL DTIME",
204 pwarn("INODE I=%llu HAS DTIME=%s",
306 pwarn("INCORRECT BLOCK COUNT I=%llu (%llu should be %d)",
342 pwarn("EXCESSIVE BAD BLKS I=%llu",
360 pwarn("EXCESSIVE DUP BLKS I=%llu",

Completed in 63 milliseconds

1 2