/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, 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...] |
jfs_user.h | 47 #define do_readahead(journal, start) do {} while(0) 81 extern size_t journal_tag_bytes(journal_t *journal); 111 _INLINE_ size_t journal_tag_bytes(journal_t *journal) 113 if (JFS_HAS_INCOMPAT_FEATURE(journal, JFS_FEATURE_INCOMPAT_64BIT)) 123 * Kernel compatibility functions are defined in journal.c 125 int journal_bmap(journal_t *journal, blk_t block, unsigned long *phys);
|
Android.mk | 81 journal.c \
|
Makefile.in | 65 pass3.o pass4.o pass5.o journal.o badblocks.o util.o dirinfo.o \ 72 profiled/journal.o profiled/badblocks.o profiled/util.o \ 90 $(srcdir)/journal.c \ 336 journal.o: $(srcdir)/journal.c $(srcdir)/jfs_user.h $(srcdir)/e2fsck.h \
|
/external/kernel-headers/original/linux/ |
jbd.h | 28 #include <linux/journal-head.h> 118 typedef struct journal_s journal_t; /* Journal control structure */ 153 * The block tag: used to describe a single buffer in the journal 172 /* Definitions for the journal tag flags word: */ 180 * The journal superblock. All fields are in big-endian byte order. 188 /* Static information describing the journal */ 189 __be32 s_blocksize; /* journal device blocksize */ 190 __be32 s_maxlen; /* total blocks in journal file */ 208 __u8 s_uuid[16]; /* 128-bit uuid for journal */ 216 __be32 s_max_transaction; /* Limit of journal blocks per trans.* [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
jbd.h | 106 * The block tag: used to describe a single buffer in the journal 125 /* Definitions for the journal tag flags word: */ 133 * The journal superblock. All fields are in big-endian byte order. 141 /* Static information describing the journal */ 142 __be32 s_blocksize; /* journal device blocksize */ 143 __be32 s_maxlen; /* total blocks in journal file */ 161 __u8 s_uuid[16]; /* 128-bit uuid for journal */ 169 __be32 s_max_transaction; /* Limit of journal blocks per trans.*/ 216 * Return the minimum number of blocks which must be free in the journal 219 static __inline__ int jbd_space_needed(journal_t *journal) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
jbd.h | 106 * The block tag: used to describe a single buffer in the journal 125 /* Definitions for the journal tag flags word: */ 133 * The journal superblock. All fields are in big-endian byte order. 141 /* Static information describing the journal */ 142 __be32 s_blocksize; /* journal device blocksize */ 143 __be32 s_maxlen; /* total blocks in journal file */ 161 __u8 s_uuid[16]; /* 128-bit uuid for journal */ 169 __be32 s_max_transaction; /* Limit of journal blocks per trans.*/ 216 * Return the minimum number of blocks which must be free in the journal 219 static __inline__ int jbd_space_needed(journal_t *journal) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
jbd.h | 106 * The block tag: used to describe a single buffer in the journal 125 /* Definitions for the journal tag flags word: */ 133 * The journal superblock. All fields are in big-endian byte order. 141 /* Static information describing the journal */ 142 __be32 s_blocksize; /* journal device blocksize */ 143 __be32 s_maxlen; /* total blocks in journal file */ 161 __u8 s_uuid[16]; /* 128-bit uuid for journal */ 169 __be32 s_max_transaction; /* Limit of journal blocks per trans.*/ 216 * Return the minimum number of blocks which must be free in the journal 219 static __inline__ int jbd_space_needed(journal_t *journal) [all...] |
/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/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 | 655 // Should have both a main database file and a journal file because 657 base::FilePath journal(db_path().value() + FILE_PATH_LITERAL("-journal")); 659 ASSERT_TRUE(base::PathExists(journal)); 663 EXPECT_FALSE(base::PathExists(journal)); 680 // Cause the journal file to be created. If the default 685 base::FilePath journal(db_path().value() + FILE_PATH_LITERAL("-journal")); 689 // read access for the database and journal. 691 ASSERT_TRUE(base::PathExists(journal)); [all...] |
/external/e2fsprogs/po/ |
at-expand.pl | 79 $msg =~ s/\@j/journal/g;
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherBackupHelper.java | 26 import com.android.launcher3.backup.BackupProtos.Journal; 164 * <P>The journal is a timestamp and a list of keys that were saved as of that time. 178 Journal in = readJournal(oldState); 179 Journal out = new Journal(); 271 // clear the output journal time, to force a full backup to 273 Journal out = new Journal(); 291 private void backupFavorites(Journal in, BackupDataOutput data, Journal out 952 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...] |
/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
|
/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'
|