HomeSort by relevance Sort by last modified time
    Searched defs:journal (Results 1 - 6 of 6) 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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java 48 import com.android.launcher3.backup.nano.BackupProtos.Journal;
84 // Journal key is such that it is always smaller than any dynamically generated
186 private void applyJournal(Journal journal) {
187 mLastBackupRestoreTime = journal.t;
189 if (journal.key != null) {
190 for (Key key : journal.key) {
194 restoredBackupVersion = journal.backupVersion;
200 * <P>The journal is a timestamp and a list of keys that were saved as of that time.
213 Journal in = readJournal(oldState)
370 Journal journal = new Journal(); local
421 Journal journal = new Journal(); local
1052 Journal journal = new Journal(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 1779 JournaledFile journal = makeJournaledFile(userId); local
1918 JournaledFile journal = makeJournaledFile(userId); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java 2490 JournaledFile journal = new JournaledFile(mPackageListFilename, tempFile); local
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 2164 JournaledFile journal = makeJournaledFile(userHandle); local
2318 JournaledFile journal = makeJournaledFile(userHandle); local
    [all...]

Completed in 781 milliseconds