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

  /external/e2fsprogs/e2fsck/
recovery.c 12 * Journal recovery routines for the generic filesystem journaling code;
41 static int do_one_pass(journal_t *journal,
57 * When reading from the journal, we are going through the block device
69 static int do_readahead(journal_t *journal, unsigned int start)
79 max = start + (128 * 1024 / journal->j_blocksize);
80 if (max > journal->j_maxlen)
81 max = journal->j_maxlen;
89 err = journal_bmap(journal, next, &blocknr);
97 bh = __getblk(journal->j_dev, blocknr, journal->j_blocksize)
    [all...]
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...]
jfs_user.h 47 #define do_readahead(journal, start) do {} while(0)
83 extern size_t journal_tag_bytes(journal_t *journal);
123 _INLINE_ size_t journal_tag_bytes(journal_t *journal)
125 if (JFS_HAS_INCOMPAT_FEATURE(journal, JFS_FEATURE_INCOMPAT_64BIT))
135 * Kernel compatibility functions are defined in journal.c
137 int journal_bmap(journal_t *journal, blk64_t block, unsigned long long *phys);
Android.mk 82 journal.c \
Makefile.in 69 pass3.o pass4.o pass5.o journal.o badblocks.o util.o dirinfo.o \
77 profiled/journal.o profiled/badblocks.o profiled/util.o \
96 $(srcdir)/journal.c \
393 journal.o: $(srcdir)/journal.c $(top_builddir)/lib/config.h \
  /external/e2fsprogs/lib/ext2fs/
kernel-jbd.h 28 #include <linux/journal-head.h>
78 typedef struct journal_s journal_t; /* Journal control structure */
137 * The block tag: used to describe a single buffer in the journal
160 /* Definitions for the journal tag flags word: */
168 * The journal superblock. All fields are in big-endian byte order.
176 /* Static information describing the journal */
177 __u32 s_blocksize; /* journal device blocksize */
178 __u32 s_maxlen; /* total blocks in journal file */
196 __u8 s_uuid[16]; /* 128-bit uuid for journal */
204 __u32 s_max_transaction; /* Limit of journal blocks per trans.*
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java 47 import com.android.launcher3.backup.BackupProtos.Journal;
81 // Journal key is such that it is always smaller than any dynamically generated
174 private void applyJournal(Journal journal) {
175 mLastBackupRestoreTime = journal.t;
177 if (journal.key != null) {
178 for (Key key : journal.key) {
182 restoredBackupVersion = journal.backupVersion;
188 * <P>The journal is a timestamp and a list of keys that were saved as of that time.
201 Journal in = readJournal(oldState)
337 Journal journal = new Journal(); local
388 Journal journal = new Journal(); local
1007 Journal journal = new Journal(); local
    [all...]
  /external/e2fsprogs/po/
at-expand.pl 79 $msg =~ s/\@j/journal/g;
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 1150 JournaledFile journal = makeJournaledFile(wallpaper.userId); local
1238 JournaledFile journal = makeJournaledFile(userId); local
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 1425 JournaledFile journal = makeJournaledFile(userHandle); local
1541 JournaledFile journal = makeJournaledFile(userHandle); local
    [all...]
  /external/blktrace/doc/
blktrace.tex 255 Creating journal (8192 blocks): done
427 a super or journal block to disk. \emph{pc} requests are SCSI
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java 2228 JournaledFile journal = new JournaledFile(mPackageListFilename, tempFile); local
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 551 // Where we keep our journal files and other bookkeeping
700 // Start a new backup-queue journal file too
706 // At this point, we have started a new journal file, and the old
708 // When it completes successfully, that old journal file will be
709 // deleted. If we crash prior to that, the old journal is parsed
    [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 294 milliseconds