⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fsckmsgdef.c

📁 在Linux内核从2.4升级到2.6时需要升级的软件包
💻 C
📖 第 1 页 / 共 4 页
字号:
  /* 450 */ { lrdo_BADCOMMIT, "LOGREDO:  Invalid Commit record at 0x0%x.", fsck_debug},  /* 451 */ { lrdo_BADMOUNT, "LOGREDO:  Invalid Mount record at 0x0%x.", fsck_debug},  /* 452 */ { lrdo_DEVOPNREADERROR, "LOGREDO:  Device open/read error", fsck_debug},  /* 453 */ { lrdo_BADREDOPAGE, "LOGREDO:  Invalid RedoPage record at 0x0%x.", fsck_debug},  /* 454 */ { lrdo_BADNOREDOPAGE, "LOGREDO:  Invalid NoRedoPage record at 0x0%x.", fsck_debug},  /* 455 */ { lrdo_BADNOREDOINOEXT, "LOGREDO:  Invalid NoRedoInoExt record at 0x0%x.", fsck_debug},  /* 456 */ { lrdo_BADUPDATEMAP, "LOGREDO:  Invalid UpdateMap record at 0x0%x.", fsck_debug},  /* 457 */ { lrdo_UNKNOWNTYPE, "LOGREDO:  Unrecognized log record type at 0x0%x.", fsck_debug},  /* 458 */ { lrdo_ERRORNEEDREFORMAT, "LOGREDO:  Errors encountered imply the log is corrupt.  Reformat needed.", fsck_debug},  /* 459 */ { lrdo_ERRORCANTCONTIN, "LOGREDO:  Errors encountered prevent logredo() from continuing.", fsck_debug},  /* 460 */ { lrdo_ERRORCANTUPDMAPS, "LOGREDO:  Unable to update map(s).", fsck_debug},  /* 461 */ { lrdo_ERRORCANTUPDFSSUPER, "LOGREDO:  Unable to update file system superblock.", fsck_debug},  /* 462 */ { lrdo_CANTWRITELOGSUPER, "LOGREDO:  Unable to write to log superblock.", fsck_debug},  /* 463 */ { lrdo_CANTREADFSSUPER, "LOGREDO:  Unable to read file system superblock.", fsck_debug},  /* 464 */ { lrdo_FSSUPERBADMAGIC, "LOGREDO:  File system superblock has invalid magic number.", fsck_debug},  /* 465 */ { lrdo_FSSUPERBADVERS, "LOGREDO:  File system superblock has invalid version number.", fsck_debug},  /* 466 */ { lrdo_FSSUPERBADLOGLOC, "LOGREDO:  File system superblock has invalid log location.", fsck_debug},  /* 467 */ { lrdo_FSSUPERBADLOGSER, "LOGREDO:  File system superblock has invalid log serial number.", fsck_debug},  /* 468 */ { lrdo_INITMAPSFAIL, "LOGREDO:  Unable to initialize map(s).", fsck_debug},  /* 469 */ { lrdo_READFSSUPERFAIL, "LOGREDO:  Attempt to read file system superblock failed.", fsck_debug},  /* 470 */ { lrdo_WRITEFSSUPERFAIL, "LOGREDO:  Attempt to write file system superblock failed.", fsck_debug},  /* 471 */ { lrdo_READFSPRIMSBFAIL, "LOGREDO:  Attempt to read file system primary superblock failed.", fsck_debug},  /* 472 */ { lrdo_READFS2NDSBFAIL, "LOGREDO:  Attempt to read file system secondary superblock failed.", fsck_debug},  /* 473 */ { lrdo_WRITEFSPRIMSBFAIL, "LOGREDO:  Attempt to write file system primary superblock failed.", fsck_debug},  /* 474 */ { lrdo_WRITEFS2NDSBFAIL, "LOGREDO:  Attempt to write file system secondary superblock failed.", fsck_debug},  /* 475 */ { lrdo_BUFFLUSHFAIL, "LOGREDO:  Attempt to flush buffers failed.", fsck_debug},  /* 476 */ { lrdo_NOTAFSDEVNUM, "LOGREDO:  Not a valid file system device number.", fsck_debug},  /* 477 */ { lrdo_LOGNOTINLINE1, "LOGREDO:  Journal log must be inline.", fsck_debug},  /* 478 */ { lrdo_NOTAFSDEV, "LOGREDO:  Device is not a file system device.", fsck_debug},  /* 479 */ { lrdo_LOGNOTINLINE2, "LOGREDO:  Journal log is not inline.", fsck_debug},  /* 480 */ { lrdo_LOGOPEN, "LOGREDO:  Journal log is now open.  (major = %s, minor = %s)", fsck_debug},  /* 481 */ { lrdo_ERRORONVOL, "LOGREDO:  Error in volume (d) %d.", fsck_debug},  /* 482 */ { lrdo_OPENFAILED, "LOGREDO:  Device open failed.", fsck_debug},  /* 483 */ { lrdo_CANTINITMAPS, "LOGREDO:  Failed attempting to initialize map(s).", fsck_debug},  /* 484 */ { lrdo_BADDISKBLKNUM, "LOGREDO:  Invalid volume block number (0x0%llx).", fsck_debug},  /* 485 */ { lrdo_BADINODENUM, "LOGREDO:  Invalid inode number ((d) %lld).", fsck_debug},  /* 486 */ { lrdo_CANTREADBLK, "LOGREDO:  Failed attempt to read block 0x0%llx.", fsck_debug},  /* 487 */ { lrdo_IOERRREADINGBLK, "LOGREDO:  I/O error attempting to read block 0x0%llx.", fsck_debug},  /* 488 */ { lrdo_BADUPDMAPREC, "LOGREDO:  Invalid UpdateMap record (nxd = (d) %lld).", fsck_debug},  /* 489 */ { lrdo_BADLOGSER, "LOGREDO:  Invalid log serial number.", fsck_debug},  /* 490 */ { lrdo_FINDLOGENDFAIL, "LOGREDO:  Failed attempt to find the current end of the Journal Log.", fsck_debug},  /* 491 */ { lrdo_LOGREADFAIL, "LOGREDO:  Failed attempting to read the Journal Log (logaddr = 0x0%x).", fsck_debug},  /* 492 */ { lrdo_UNRECOGTYPE, "LOGREDO:  Unrecognized log record type (logaddr = 0x0%x).", fsck_debug},  /* 493 */ { lrdo_IOERRONLOG, "LOGREDO:  I/O error on Journal Log (logaddr = 0x0%x).", fsck_debug},  /* 494 */ { lrdo_LOGWRAP, "LOGREDO:  The Journal Log has wrapped.", fsck_debug},  /* 495 */ { lrdo_EXTFSREADFSSUPERFAIL, "LOGREDO:  RecovExtFS: Attempt to read file system superblock failed.", fsck_debug},  /* 496 */ { lrdo_EXTFSREADBLKMAPINOFAIL, "LOGREDO:  RecovExtFS: Attempt to read block map inode failed.", fsck_debug},  /* 497 */ { lrdo_EXTFSREADBLKFAIL1, "LOGREDO:  RecovExtFS: Read aggregate block 0x0%llx failed (1).", fsck_debug},  /* 498 */ { lrdo_EXTFSREADBLKFAIL2, "LOGREDO:  RecovExtFS: Read aggregate block 0x0%llx failed (2).", fsck_debug},  /* 499 */ { lrdo_EXTFSWRITEBLKFAIL1, "LOGREDO:  RecovExtFS: Write aggregate block 0x0%x failed (1).", fsck_debug},  /* 500 */ { lrdo_EXTFSWRITEBLKFAIL2, "LOGREDO:  RecovExtFS: Write aggregate block 0x0%llx failed (2).", fsck_debug},  /* 501 */ { lrdo_EXTFSWRITEBLKFAIL3, "LOGREDO:  RecovExtFS: Write aggregate block 0x0%llx failed (3).", fsck_debug},  /* 502 */ { lrdo_EXTFSREADBLKFAIL3, "LOGREDO:  RecovExtFS: Read aggregate block 0x0%llx failed (3).", fsck_debug},  /* 503 */ { lrdo_EXTFSREADBLKFAIL4, "LOGREDO:  RecovExtFS: Read aggregate block 0x0%llx failed (4).", fsck_debug},  /* 504 */ { lrdo_EXTFSINITLOGREDOFAIL, "LOGREDO:  RecovExtFS: Error in initLogredo().", fsck_debug},  /* 505 */ { lrdo_EXTFSREADBLKFAIL5, "LOGREDO:  RecovExtFS: Read aggregate block 0x0%llx failed (5).", fsck_debug},  /* 506 */ { lrdo_EXTFSWRITEBLKFAIL4, "LOGREDO:  RecovExtFS: Write aggregate block 0x0%llx failed (4).", fsck_debug},  /* 507 */ { lrdo_EXTFSWRITEFSSUPERFAIL, "LOGREDO:  RecovExtFS: Attempt to write file system superblock failed.", fsck_debug},  /* 508 */ { lrdo_EXTFSREADLOGSUPFAIL, "LOGREDO:  RecovExtFS: Attempt to read Journal Log superblock failed.", fsck_debug},  /* 509 */ { lrdo_EXTFSWRITELOGSUPFAIL, "LOGREDO:  RecovExtFS: Attempt to write Journal Log superblock failed.", fsck_debug},  /* 510 */ { lrdo_READBMAPINOFAIL, "LOGREDO:   Read Block Map inode failed.", fsck_debug},  /* 511 */ { lrdo_READBMAPFAIL, "LOGREDO:   Read Block Map failed.", fsck_debug},  /* 512 */ { lrdo_READIMAPINOFAIL, "LOGREDO:   Read Inode Alloc Map inode failed.", fsck_debug},  /* 513 */ { lrdo_READIMAPFAIL, "LOGREDO:   Read Inode Alloc Map failed.", fsck_debug},  /* 514 */ { lrdo_RBMPREADXTFAIL, "LOGREDO:   Read Block Map leftmost leaf failed.", fsck_debug},  /* 515 */ { lrdo_RBMPREADDATFAIL, "LOGREDO:   Read Block Map data extents failed.", fsck_debug},  /* 516 */ { lrdo_RBMPREADNXTLFFAIL, "LOGREDO:   Read Block Map next leaf failed.", fsck_debug},  /* 517 */ { lrdo_RIMPREADXTFAIL, "LOGREDO:   Read Inode Alloc Map leftmost leaf failed.", fsck_debug},  /* 518 */ { lrdo_RIMPREADCTLFAIL, "LOGREDO:   Read Inode Alloc Map control page failed.", fsck_debug},  /* 519 */ { lrdo_RIMPREADNXTLFFAIL, "LOGREDO:   Read Inode Alloc Map next leaf failed.", fsck_debug},  /* 520 */ { lrdo_RIMPREADDATFAIL, "LOGREDO:   Read Inode Alloc Map data extents failed.", fsck_debug},  /* 521 */ { lrdo_UMPREADIMAPINOFAIL, "LOGREDO:   Read Inode Alloc Map inode failed in UpdateMaps().", fsck_debug},  /* 522 */ { lrdo_UMPWRITEIMAPCTLFAIL, "LOGREDO:  Write Inode Alloc Map control page failed in UpdateMaps().", fsck_debug},  /* 523 */ { lrdo_UMPREADBMAPINOFAIL, "LOGREDO:  Read Block Map inode failed in UpdateMaps().", fsck_debug},  /* 524 */ { lrdo_UMPWRITEBMAPCTLFAIL, "LOGREDO:  Write Block Map control page failed in UpdateMaps().", fsck_debug},  /* 525 */ { lrdo_WRIMPNOTRBLDGIMAP, "LOGREDO:  Not rebuilding the Inode Alloc Map because fsck will be doing it.", fsck_debug},  /* 526 */ { lrdo_WRIMPRXTFAIL, "LOGREDO:  Write Inode Alloc Map, rXtree() failed.", fsck_debug},  /* 527 */ { lrdo_WRIMPBLKWRITEFAIL, "LOGREDO:  Write block (blk=0x0%llx) failed when updating the Inode Alloc Mapl.", fsck_debug},  /* 528 */ { lrdo_WRIMPREADLFFAIL, "LOGREDO:  Read next leaf (addr=%s) failed when updating the Inode Alloc Map.", fsck_debug},  /* 529 */ { lrdo_WRIMPBADNPAGES, "LOGREDO:  Incorrect npages detected when updating the Inode Alloc Map.", fsck_debug},  /* 530 */ { lrdo_WRIMPDONE, "LOGREDO:  Done updating the Inode Allocation Map.", fsck_debug},  /* 531 */ { lrdo_WRIMPSTART, "LOGREDO:  Beginning to update the Inode Allocation Map.", fsck_debug},  /* 532 */ { lrdo_WRBMPDONE, "LOGREDO:  Done updating the Block Map.", fsck_debug},  /* 533 */ { lrdo_WRBMPSTART, "LOGREDO:  Beginning to update the Block Map.", fsck_debug},  /* 534 */ { lrdo_WRBMPNOTRBLDGBMAP, "LOGREDO:  Not rebuilding the Block Map because fsck will be doing it.", fsck_debug},  /* 535 */ { lrdo_RBLDGIMAPERROR1, "LOGREDO:  Error for pmap and inoext when rebuilding the Inode Allocation Map (1).", fsck_debug},  /* 536 */ { lrdo_WRBMPBADMAPSIZE, "LOGREDO:  Inconsistent map size in Block Map.", fsck_debug},  /* 537 */ { lrdo_WRBMPBADLFIDX0, "LOGREDO:  Incorrect leaf index detected (k=(d) %d, j=(d) %d, idx=(d) %d) while writing Block Map.", fsck_debug},  /* 538 */ { lrdo_RBLDGDMAPERROR, "LOGREDO:  Error rebuilding DMap page (k=(d) %d, j=(d) %d, i=(d) %d).", fsck_debug},  /* 539 */ { lrdo_WRBMPRXTFAIL, "LOGREDO:  rXtree() failed when called while writing Block Map.", fsck_debug},  /* 540 */ { lrdo_WRBMPBLKWRITEFAIL, "LOGREDO:  Write block (at 0x0%llx) failed while writing Block Map.", fsck_debug},  /* 541 */ { lrdo_WRBMPREADLFFAIL, "LOGREDO:  Read next leaf (at %s) failed while writing Block Map.", fsck_debug},  /* 542 */ { lrdo_WRBMPBADTOTPG, "LOGREDO:  Incorrect total pages while writing Block Map.", fsck_debug},  /* 543 */ { lrdo_UPDMPBADLFIDX, "LOGREDO:  Invalid leaf index detected while updating dmap page.", fsck_debug},  /* 544 */ { lrdo_RXTREADLFFAIL, "LOGREDO:  rXtree() Read first leaf failed.", fsck_debug},  /* 545 */ { lrdo_BRDBADBLOCK, "LOGREDO:  bread() Invalid block number specified (0x0%llx).", fsck_debug},  /* 546 */ { lrdo_BRDREADBLKFAIL, "LOGREDO:  bread() Read block (0x0%llx) failed.", fsck_debug},  /* 547 */ { lrdo_RBLDGIMAPERROR2, "LOGREDO:  Error for pmap and inoext when rebuilding the Inode Allocation Map (2).", fsck_debug},  /* 548 */ { lrdo_DAFTUPDPGFAILED, "LOGREDO:   doAfter: updatePage failed.  (logaddr = 0x0%x, rc = (d) %d)", fsck_debug},  /* 549 */ { lrdo_DAFTMRKBMPFAILED, "LOGREDO:   doAfter: markBmap failed.  (logaddr = 0x0%x, rc = (d) %d)", fsck_debug},  /* 550 */ { lrdo_DEDPBREADFAILED, "LOGREDO:   doExtDtPg: bread failed.  (offset = 0x0%llx, rc = (d) %d)", fsck_debug},  /* 551 */ { lrdo_DNRPFNDDTRTPGREDOFAIL, "LOGREDO:   doNoRedoPage: type dtpage: findPageRedo failed.  (rc = (d) %d)", fsck_debug},  /* 552 */ { lrdo_DNRPFNDDTPGPGREDOFAIL, "LOGREDO:   doNoRedoPage: type dtroot: findPageRedo failed.  (rc = %s)", fsck_debug},  /* 553 */ { lrdo_DNRPFNDXTRTPGREDOFAIL, "LOGREDO:   doNoRedoPage: type xtroot: findPageRedo failed.  (rc = (d) %d)", fsck_debug},  /* 554 */ { lrdo_DNRPFNDXTPGPGREDOFAIL, "LOGREDO:   doNoRedoPage: type xtpage: findPageRedo failed.  (rc = (d) %d)", fsck_debug},  /* 555 */ { lrdo_DNRPUNKNOWNTYPE, "LOGREDO:   doNoRedoPage: Unknown NoRedoPage record type.", fsck_debug},  /* 556 */ { lrdo_DNRIFNDNOREDORECFAIL, "LOGREDO:   doNoRedoInoExt: findPageRedo failed.  (rc = (d) %d)", fsck_debug},  /* 557 */ { lrdo_DUMPUNKNOWNTYPE, "LOGREDO:   doUpdateMap: Unknown updateMap record type.", fsck_debug},  /* 558 */ { lrdo_DPRFBADSTBLENTRY, "LOGREDO:   dtpg_resetFreeList: Invalid stbl entry.", fsck_debug},  /* 559 */ { lrdo_DPRFBADSLOTNXTIDX, "LOGREDO:   dtpg_resetFreeList: Invalid slot next index.", fsck_debug},  /* 560 */ { lrdo_DRRFBADSTBLENTRY, "LOGREDO:   dtrt_resetFreeList: Invalid stbl entry.", fsck_debug},  /* 561 */ { lrdo_DRRFBADSLOTNXTIDX, "LOGREDO:   dtrt_resetFreeList: Invalid slot next index.", fsck_debug},  /* 562 */ { lrdo_MBMPBLKOUTRANGE, "LOGREDO:   markBmap: Block number(s) out of range (start=0x0%llx, length=(d)%d).", fsck_debug},  /* 563 */ { lrdo_UPPGFNDPGREDOFAIL, "LOGREDO:   updatePage: findPageRedo failed.  (rc = (d) %d)", fsck_debug},  /* 564 */ { lrdo_UPPGBADINODESEGOFFSET, "LOGREDO:   updatePage: type=INODE.  Invalid segment offset. (offset = (d) %d)", fsck_debug},  /* 565 */ { lrdo_UPPGBREADFAIL1, "LOGREDO:   updatePage: bread failed (1).  (rc = (d) %d)", fsck_debug},  /* 566 */ { lrdo_UPPGBREADFAIL2, "LOGREDO:   updatePage: bread failed (2).  (rc = (d) %d)", fsck_debug},  /* 567 */ { lrdo_UPPGBREADFAIL3, "LOGREDO:   updatePage: bread failed (3).  (rc = (d) %d)", fsck_debug},  /* 568 */ { lrdo_UPPGBREADFAIL4, "LOGREDO:   updatePage: bread failed (4).  (rc = (d) %d)", fsck_debug},  /* 569 */ { lrdo_UPPGMIMPFAIL, "LOGREDO:   updatePage: markImap failed.  (rc = (d) %d)", fsck_debug},  /* 570 */ { lrdo_UPPGMBMPFAIL, "LOGREDO:   updatePage: markBmap failed.  (rc = (d) %d)", fsck_debug},  /* 571 */ { lrdo_UPPGDTRTRFLFAIL, "LOGREDO:   updatePage: dtrt_resetFreeList failed.  (rc = (d) %d)", fsck_debug},  /* 572 */ { lrdo_UPPGDTPGRFLFAIL, "LOGREDO:   updatePage: dtpg_resetFreeList failed.  (rc = (d) %d)", fsck_debug},  /* 573 */ { lrdo_UPPGSEDPFAIL, "LOGREDO:   updatePage: saveExtDtPg failed.  (rc = (d) %d)", fsck_debug},  /* 574 */ { lrdo_FEOLPGV1FAIL, "LOGREDO:   fineEndOfLog: pageVal[1] failed (rc = (d) %d).", fsck_debug},  /* 575 */ { lrdo_FEOLPGV2FAIL, "LOGREDO:   fineEndOfLog: pageVal[2] failed (rc = (d) %d).", fsck_debug},  /* 576 */ { lrdo_FEOLPGV3FAIL, "LOGREDO:   fineEndOfLog: pageVal[3] failed (rc = (d) %d).", fsck_debug},  /* 577 */ { lrdo_FEOLPGV4FAIL, "LOGREDO:   fineEndOfLog: pageVal[4] failed (rc = (d) %d).", fsck_debug},  /* 578 */ { lrdo_FEOLPGV4AFAIL, "LOGREDO:   fineEndOfLog: pageVal[4(a)] failed (rc = (d) %d).", fsck_debug},  /* 579 */ { lrdo_PVGETPGFAIL, "LOGREDO:   pageVal: getLogpage failed (pno = (d) %d, rc = (d) %d).", fsck_debug},  /* 580 */ { lrdo_SLPWRITEFAIL, "LOGREDO:   setLogpage: Write log page failed (pno = (d) %d, rc = (d) %d).", fsck_debug},  /* 581 */ { lrdo_LRLOGWRAP, "LOGREDO:   logRead: Log wrapped over itself (lognumread = (d) %d).", fsck_debug},  /* 582 */ { lrdo_LRREADFAIL, "LOGREDO:   logRead: Read log page failed (pno = (d) %d, rc = (d) %d).", fsck_debug},  /* 583 */ { lrdo_LRMWFAIL1, "LOGREDO:   logRead: MoveWords[1] failed (rc = (d) %d).", fsck_debug},  /* 584 */ { lrdo_LRMWFAIL2, "LOGREDO:   logRead: MoveWords[2] failed (rc = (d) %d).", fsck_debug},  /* 585 */ { lrdo_MWREADFAIL, "LOGREDO:   moveWords: getLogpage failed (pno = (d) %d, rc = (d) %d).", fsck_debug},  /* 586 */ { fsck_DASDLIMITSPRIMED, "DASD Limit has been primed for directories on the volume.", fsck_debug},  /* 587 */ { fsck_DASDUSEDPRIMED, "DASD Used has been primed for directories on the volume.", fsck_debug},  /* 588 */ { lrdo_LRMWFAIL3, "LOGREDO:   logRead: Log data must not exceed LOGPSIZE (pno = (d) %d).", fsck_debug},  /* 589 */ { lrdo_LOGINUSE, "LOGREDO:  Log is in use.", fsck_debug},  /* 590 */ { avail_for_debug_only_590, "*undefined*", fsck_debug},  /* 591 */ { avail_for_debug_only_591, "*undefined*", fsck_debug},  /* 592 */ { avail_for_debug_only_592, "*undefined*", fsck_debug},  /* 593 */ { avail_for_debug_only_593, "*undefined*", fsck_debug},  /* 594 */ { avail_for_debug_only_594, "*undefined*", fsck_debug},  /* 595 */ { avail_for_debug_only_595, "*undefined*", fsck_debug},  /* 596 */ { avail_for_debug_only_596, "*undefined*", fsck_debug},  /* 597 */ { avail_for_debug_only_597, "*undefined*", fsck_debug},  /* 598 */ { avail_for_debug_only_598, "*undefined*", fsck_debug},  /* 599 */ { avail_for_debug_only_599, "*undefined*", fsck_debug},};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -