HomeSort by relevance Sort by last modified time
    Searched defs:journal (Results 1 - 10 of 10) sorted by null

  /external/e2fsprogs/e2fsck/
revoke.c 12 * Journal revoke routines for the generic filesystem journaling code;
20 * transaction's revoked blocks to the journal
37 * need either to cancel the journal entry or to write the revoke
78 journal replay, this involves recording the transaction ID of the
110 static inline int hash(journal_t *journal, unsigned long block)
112 struct jbd_revoke_table_s *table = journal->j_revoke;
120 static int insert_revoke_hash(journal_t *journal, unsigned long blocknr,
135 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)];
152 /* Find a revoke record in the journal's hash table. *
288 journal_t *journal; local
378 journal_t *journal = handle->h_transaction->t_journal; local
    [all...]
journal.c 2 * journal.c --- code for handling the "ext3" journal
7 * Parts of the code are based on fs/jfs/journal.c by Stephen C. Tweedie
42 /* Kernel compatibility functions for handling the journal. These allow us
46 int journal_bmap(journal_t *journal, blk64_t block, unsigned long long *phys)
52 struct inode *inode = journal->j_inode;
193 /* if we had an error doing journal recovery, we need a full fsck */
200 * This is a helper function to check the validity of the journal.
237 journal_t *journal = NULL; local
246 journal = e2fsck_allocate_memory(ctx, sizeof(journal_t), "journal")
709 journal_t *journal; local
838 journal_t *journal; local
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding_unittest.cc 700 { // Empty journal
701 BlobJournalType journal; local
702 journals.push_back(journal);
706 BlobJournalType journal; local
707 journal.push_back(std::make_pair(4, 7));
708 journals.push_back(journal);
712 BlobJournalType journal; local
713 journal.push_back(std::make_pair(5, DatabaseMetaDataKey::kAllBlobsKey));
714 journals.push_back(journal);
718 BlobJournalType journal; local
743 BlobJournalType journal; local
749 BlobJournalType journal; local
    [all...]
indexed_db_backing_store.cc 554 // blob journal, the safe thing to do is to clear it and leak the blobs,
561 BlobJournalType* journal) {
569 journal->clear();
573 if (!DecodeBlobJournal(&slice, journal)) {
587 const BlobJournalType& journal) {
590 EncodeBlobJournal(journal, &data);
596 const BlobJournalType& journal) {
599 EncodeBlobJournal(journal, &data);
605 const BlobJournalType& journal) {
612 old_journal.insert(old_journal.end(), journal.begin(), journal.end())
621 BlobJournalType journal; local
633 BlobJournalType journal; local
2626 BlobJournalType journal; local
3926 BlobJournalType journal; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 1106 JournaledFile journal = makeJournaledFile(wallpaper.userId); local
1176 JournaledFile journal = makeJournaledFile(userId); local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java 45 import com.android.launcher3.backup.BackupProtos.Journal;
77 // Journal key is such that it is always smaller than any dynamically generated
166 private void applyJournal(Journal journal) {
167 mLastBackupRestoreTime = journal.t;
169 if (journal.key != null) {
170 for (Key key : journal.key) {
179 * <P>The journal is a timestamp and a list of keys that were saved as of that time.
192 Journal in = readJournal(oldState);
228 // We store the journal at two places
298 Journal journal = new Journal(); local
349 Journal journal = new Journal(); local
949 Journal journal = new Journal(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java 1648 JournaledFile journal = new JournaledFile(mPackageListFilename, tempFile); local
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
pager.c 15 ** atomic commit and rollback through the use of a journal file that
29 ** journal. These invariants do not apply for journal_mode=WAL,
41 ** the transaction has been written into the rollback journal and
58 ** (2) The content of a page written into the rollback journal exactly matches
59 ** both the content in the database when the rollback journal was written
70 ** (5) All writes to the database file are synced prior to the rollback journal
73 ** (6) If a master journal file is used, then all writes to the database file
74 ** are synced prior to the master journal being deleted.
83 ** of the unsynced changes to a rollback journal are removed and the
84 ** journal is rolled back, the resulting database file will be logica
5179 CFURLRef journal = create_cfurl_from_cstring(pPager->zJournal); local
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 1303 JournaledFile journal = makeJournaledFile(userHandle); local
1400 JournaledFile journal = makeJournaledFile(userHandle); local
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 41609 CFURLRef journal = create_cfurl_from_cstring(pPager->zJournal); local
    [all...]

Completed in 1044 milliseconds