HomeSort by relevance Sort by last modified time
    Searched defs:journal (Results 1 - 8 of 8) 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, blk_t block, unsigned long *phys)
52 struct inode *inode = journal->j_inode;
192 /* if we had an error doing journal recovery, we need a full fsck */
199 * This is a helper function to check the validity of the journal.
236 journal_t *journal = NULL; local
245 journal = e2fsck_allocate_memory(ctx, sizeof(journal_t), "journal")
693 journal_t *journal; local
822 journal_t *journal; local
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java 27 import com.android.launcher3.backup.BackupProtos.Journal;
157 * <P>The journal is a timestamp and a list of keys that were saved as of that time.
171 Journal in = readJournal(oldState);
172 Journal out = new Journal();
259 // clear the output journal time, to force a full backup to
261 Journal out = new Journal();
279 private void backupFavorites(Journal in, BackupDataOutput data, Journal out
858 Journal journal = new Journal(); local
    [all...]
  /frameworks/base/services/java/com/android/server/
WallpaperManagerService.java 1035 JournaledFile journal = makeJournaledFile(wallpaper.userId); local
1085 JournaledFile journal = makeJournaledFile(userId); local
    [all...]
DevicePolicyManagerService.java 813 JournaledFile journal = makeJournaledFile(userHandle); local
893 JournaledFile journal = makeJournaledFile(userHandle); local
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
Settings.java 1391 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
5216 CFURLRef journal = create_cfurl_from_cstring(pPager->zJournal); local
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 41659 CFURLRef journal = create_cfurl_from_cstring(pPager->zJournal); local
    [all...]

Completed in 880 milliseconds