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

  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 331 JournaledFile journal = makeJournaledFile(); local
334 stream = new FileOutputStream(journal.chooseForWrite(), false);
375 journal.commit();
385 journal.rollback();
396 JournaledFile journal = makeJournaledFile(); local
398 File file = journal.chooseForRead();
    [all...]
WallpaperManagerService.java 636 JournaledFile journal = makeJournaledFile(); local
639 stream = new FileOutputStream(journal.chooseForWrite(), false);
656 journal.commit();
665 journal.rollback();
672 JournaledFile journal = makeJournaledFile(); local
674 File file = journal.chooseForRead();
    [all...]
PackageManagerService.java 8695 JournaledFile journal = new JournaledFile(mPackageListFilename, tempFile); local
    [all...]
  /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;
186 /* if we had an error doing journal recovery, we need a full fsck */
193 * This is a helper function to check the validity of the journal.
230 journal_t *journal = NULL; local
239 journal = e2fsck_allocate_memory(ctx, sizeof(journal_t), "journal")
686 journal_t *journal; local
801 journal_t *journal; local
    [all...]

Completed in 1266 milliseconds