/third_party/e2fsprogs/ |
D | 0007-e2fsck-exit-journal-recovery-when-jounral-superblock.patch | 4 Subject: [PATCH] e2fsck: exit journal recovery when jounral superblock fails 10 To fix this case, we use "fatal_error" when recover journal failed. 11 So we can reserve the recovery flag to recover the journal when try e2fsck again. 25 e2fsck/journal.c | 26 ++++++++++++++++++++++++-- 28 diff --git a/e2fsck/journal.c b/e2fsck/journal.c 30 --- a/e2fsck/journal.c 31 +++ b/e2fsck/journal.c 36 -static void e2fsck_journal_release(e2fsck_t ctx, journal_t *journal, 37 +static errcode_t e2fsck_journal_release(e2fsck_t ctx, journal_t *journal, 45 mark_buffer_clean(journal->j_sb_buffer); [all …]
|
D | 0006-e2fsck-exit-journal-recovery-when-find-EIO-ENOMEM-er.patch | 4 Subject: [PATCH] e2fsck: exit journal recovery when find EIO, ENOMEM 12 e2fsck will skip the journal recovery when the temporary 16 when recover journal failed. If journal recovery fails, we 18 flags to recover the journal when try e2fsck again. 28 e2fsck/journal.c | 7 +++++++ 31 diff --git a/e2fsck/journal.c b/e2fsck/journal.c 33 --- a/e2fsck/journal.c 34 +++ b/e2fsck/journal.c 38 retval = -jbd2_journal_recover(journal);
|
D | install.sh | 21 patch -p1 < $1/0006-e2fsck-exit-journal-recovery-when-find-EIO-ENOMEM-er.patch --fuzz=0 --no-backup… 22 patch -p1 < $1/0007-e2fsck-exit-journal-recovery-when-jounral-superblock.patch --fuzz=0 --no-backup…
|
D | e2fsprogs.spec | 14 Patch6: 0006-e2fsck-exit-journal-recovery-when-find-EIO-ENOMEM-er.patch 15 Patch7: 0007-e2fsck-exit-journal-recovery-when-jounral-superblock.patch
|
D | BUILD.gn | 112 "e2fsprogs/e2fsck/journal.c",
|
D | 1002-add-header-file-to-musl-compile-mk2efs.patch | 315 +/* Define to 1 if debugging ext3/4 journal code */ 2377 + N_( "Supplied journal device not a block device"), 2380 + N_( "Unsupported journal version"), 2381 + N_( "Error loading external journal"), 2470 + N_( "The journal superblock is corrupt"),
|
/third_party/python/Lib/sqlite3/test/ |
D | backup.py | 67 journal = [] 70 journal.append(status) 76 self.assertEqual(len(journal), 2) 77 self.assertEqual(journal[0], sqlite.SQLITE_OK) 78 self.assertEqual(journal[1], sqlite.SQLITE_DONE) 81 journal = [] 84 journal.append(remaining) 90 self.assertEqual(len(journal), 1) 91 self.assertEqual(journal[0], 0) 94 journal = [] [all …]
|
/third_party/f2fs-tools/mkfs/ |
D | f2fs_format.c | 690 struct f2fs_journal *journal; in f2fs_write_check_point_pack() local 864 journal = &sum->journal; in f2fs_write_check_point_pack() 865 journal->n_nats = cpu_to_le16(1 + c.quota_inum + c.lpf_inum); in f2fs_write_check_point_pack() 866 journal->nat_j.entries[0].nid = sb->root_ino; in f2fs_write_check_point_pack() 867 journal->nat_j.entries[0].ne.version = 0; in f2fs_write_check_point_pack() 868 journal->nat_j.entries[0].ne.ino = sb->root_ino; in f2fs_write_check_point_pack() 869 journal->nat_j.entries[0].ne.block_addr = cpu_to_le32( in f2fs_write_check_point_pack() 876 journal->nat_j.entries[i].nid = sb->qf_ino[qtype]; in f2fs_write_check_point_pack() 877 journal->nat_j.entries[i].ne.version = 0; in f2fs_write_check_point_pack() 878 journal->nat_j.entries[i].ne.ino = sb->qf_ino[qtype]; in f2fs_write_check_point_pack() [all …]
|
/third_party/f2fs-tools/fsck/ |
D | mount.c | 1418 struct f2fs_journal *journal = &sum->journal; in f2fs_early_init_nid_bitmap() local 1432 if (nats_in_cursum(journal) > NAT_JOURNAL_ENTRIES) { in f2fs_early_init_nid_bitmap() 1435 nats_in_cursum(journal), NAT_JOURNAL_ENTRIES); in f2fs_early_init_nid_bitmap() 1436 journal->n_nats = cpu_to_le16(NAT_JOURNAL_ENTRIES); in f2fs_early_init_nid_bitmap() 1440 for (i = 0; i < nats_in_cursum(journal); i++) { in f2fs_early_init_nid_bitmap() 1443 addr = le32_to_cpu(nat_in_journal(journal, i).block_addr); in f2fs_early_init_nid_bitmap() 1446 journal->n_nats = cpu_to_le16(i); in f2fs_early_init_nid_bitmap() 1451 nid = le32_to_cpu(nid_in_journal(journal, i)); in f2fs_early_init_nid_bitmap() 1454 journal->n_nats = cpu_to_le16(i); in f2fs_early_init_nid_bitmap() 1602 struct f2fs_journal *journal = &curseg->sum_blk->journal; in check_nat_bits() local [all …]
|
/third_party/rust/crates/log/ |
D | README.md | 75 * [`systemd-journal-logger`](https://docs.rs/systemd-journal-logger/*/systemd_journal_logger/)
|
/third_party/pulseaudio/src/daemon/systemd/user/ |
D | pulseaudio.service.in | 20 ExecStart=@PA_BINARY@ --daemonize=no --log-target=journal
|
/third_party/node/tools/gyp/ |
D | .gitignore | 63 db.sqlite3-journal
|
/third_party/ntfs-3g/ |
D | TODO.ntfsprogs | 77 - On ntfs 3.0+ volumes need to disable the usn journal if it is active. This
|
/third_party/rust/crates/tracing/examples/ |
D | README.md | 44 both the terminal and the system journal.
|
/third_party/pulseaudio/ |
D | configure.ac | 1249 AC_ARG_ENABLE([systemd-journal], 1250 AS_HELP_STRING([--disable-systemd-journal],[Disable optional systemd journal support])) 1299 #### systemd journal support (optional) #### 1302 …STEMD_JOURNAL" != "x1"], [PKG_CHECK_MODULES(SYSTEMDJOURNAL, [ libsystemd-journal ], HAVE_SYSTEMD_J… 1306 [AC_MSG_ERROR([*** Needed systemd journal support not found])])
|
D | NEWS | 564 * Systemd journal logging for clients 736 * Native log target support for systemd-journal
|
/third_party/libinput/doc/user/ |
D | building.rst | 157 when gdm does not start because it is denied access to libinput. The journal
|
/third_party/pulseaudio/po/ |
D | fr.po | 148 " Indiquer la cible du journal\n" 195 "--log-level requiert un paramètre de niveau de journal (soit numérique entre " 220 "Invalid log target: use either 'syslog', 'journal','stderr' or 'auto' or a " 223 "Cible du journal invalide : veuillez utiliser « syslog », « journal »,« " 232 "Cible du journal invalide : veuillez utiliser « syslog »,« stderr » ou « " 263 msgstr "[%s:%u] Cible du journal « %s » invalide." 268 msgstr "[%s:%u] Niveau du journal « %s » invalide." 1438 msgstr "Cible du journal non valide."
|
D | sv.po | 219 "Invalid log target: use either 'syslog', 'journal','stderr' or 'auto' or a " 222 "Ogiltigt mål för loggen: använd ”syslog”, ”journal”, ”stderr”, ”auto” eller " 230 "Ogiltigt mål för loggen: använd ”syslog”, ”journal”, ”stderr”, ”auto” eller "
|
D | zh_TW.po | 267 #| "Invalid log target: use either 'syslog', 'journal','stderr' or 'auto' or " 270 "Invalid log target: use either 'syslog', 'journal', 'stderr' or 'auto' or a " 273 "無效的紀錄目標:請使用「syslog」、「journal」、「stderr」或「auto」或有效的檔"
|
/third_party/skia/third_party/externals/brotli/tests/testdata/ |
D | lcet10.txt | 2086 of OJCCT * An illustrated tour of the journal * 2116 of what the journal is attempting to do. OJCCT, which publishes 2138 capacity to download materials directly from the journal to a 2146 days of indexing of all articles published in the journal; 2148 bring up Medline abstracts directly without leaving the journal. 2150 After detailing the two primary ways to gain access to the journal, 2155 tour of the journal, its search-and-retrieval capabilities in particular, 2178 * No articles will be removed from the journal. (Because there are 2180 logs onto the journal he or she has access not only to the currently 2186 * The pricing system for the journal resembles that for most medical [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/doc/ |
D | related-work.md | 5 thesis or journal article. The underlying goal is usefulness, not novelty. For
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 1280 struct f2fs_journal journal; member
|
/third_party/littlefs/ |
D | DESIGN.md | 149 journal 174 as fast as a block based filesystem (though updating the journal does have 175 a small cost), and atomic updates to the journal allow the filesystem to
|
/third_party/cups-filters/utils/ |
D | cups-browsed.conf.in | 28 # the journal or syslog. Only if you run cups-browsed from the command
|