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

1 2

  /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 83 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...]
  /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...]
indexed_db_leveldb_coding.h 45 CONTENT_EXPORT void EncodeBlobJournal(const BlobJournalType& journal,
73 BlobJournalType* journal);
indexed_db_leveldb_coding.cc 48 // => Blob journal
49 // The format of the journal is:
53 // <0, 0, 0, 4> => Live blob journal; same format. [LiveBlobJournalKey]
382 void EncodeBlobJournal(const BlobJournalType& journal, std::string* into) {
384 for (iter = journal.begin(); iter != journal.end(); ++iter) {
622 bool DecodeBlobJournal(StringPiece* slice, BlobJournalType* journal) {
639 journal->swap(output);
    [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...]
  /external/chromium_org/third_party/sqlite/src/test/
collate7.test 47 file delete -force test.db test.db-journal
fuzz_malloc.test 50 file delete test.db test.db-journal
async2.test 54 file delete -force test.db test.db-journal
malloc_common.tcl 422 forcedelete test.db-journal
425 forcedelete test2.db-journal
tester.tcl 250 file delete -force test.db-journal
599 foreach f [glob -nocomplain test.db-*-journal] {
932 catch {file delete -force test.db-journal}
934 catch {file delete -force test2.db-journal}
1028 # occurs while attempting to detect a hot-journal file), then
    [all...]
  /external/chromium_org/sql/
connection_unittest.cc 656 // Should have both a main database file and a journal file because
658 base::FilePath journal(db_path().value() + FILE_PATH_LITERAL("-journal"));
660 ASSERT_TRUE(base::PathExists(journal));
664 EXPECT_FALSE(base::PathExists(journal));
681 // Cause the journal file to be created. If the default
686 base::FilePath journal(db_path().value() + FILE_PATH_LITERAL("-journal"));
690 // read access for the database and journal.
692 ASSERT_TRUE(base::PathExists(journal));
    [all...]
  /external/e2fsprogs/po/
at-expand.pl 79 $msg =~ s/\@j/journal/g;
  /external/chromium_org/third_party/sqlite/src/tool/
restore_jrnl.tcl 13 # This file attempts to restore the header of a journal.
15 # transaction from a recovered journal.
32 set jrnl_name $db_name-journal
73 # Calc checksum nonce from journal page data.
88 # Calc checksum from journal page data.
104 # Print journal page data in hex dump form
176 # verify all the pages in the journal use the same nonce
190 # verify all the page numbers in the journal
227 # check the integrity of the database with the patched journal
mksqlite3c.tcl 260 journal.c
  /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...]
  /external/chromium_org/third_party/sqlite/src/
Makefile.in 171 icu.lo insert.lo journal.lo legacy.lo loadext.lo \
220 $(TOP)/src/journal.c \
606 journal.lo: $(TOP)/src/journal.c $(HDR)
607 $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/journal.c
Makefile.vxworks 204 icu.o insert.o journal.o legacy.o loadext.o \
245 $(TOP)/src/journal.c \
  /external/chromium_org/tools/grit/grit/
tclib_unittest.py 99 'Desktop indexes mail, calendar, task, contact and journal \r\n'

Completed in 611 milliseconds

1 2