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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_ext_journal/
name 1 test external journal device
script 1 FSCK_OPT="-fy -j journal.img"
2 SECOND_FSCK_OPT="-fy -j journal.img"
4 gunzip < $test_dir/journal.gz > journal.img
8 rm -f journal.img
  /external/e2fsprogs/tests/f_jnl_errno/
name 0 journal s_errno handling
expect.0 30 Journal inode: 8
32 Journal backup: inode blocks
33 Journal features: (none)
34 Journal size: 1024k
35 Journal length: 1024
36 Journal sequence: 0x00000005
37 Journal start: 0
  /external/e2fsprogs/tests/f_miss_journal/
name 1 Non-existent journal inode
expect.1 1 Superblock has an invalid journal (inode 8).
4 *** ext3 journal has been deleted - filesystem is now ext2 only ***
20 Recreate journal? yes
22 Creating journal (1024 blocks): Done.
24 *** journal has been re-created - filesystem is now ext3 again ***
  /external/e2fsprogs/tests/f_badjour_indblks/
name 1 corruption in journal inode's indirect blocks
expect.1 1 Superblock has an invalid journal (inode 8).
4 *** ext3 journal has been deleted - filesystem is now ext2 only ***
9 Journal inode is not in use, but contains data. Clear? yes
24 Recreate journal? yes
26 Creating journal (1024 blocks): Done.
28 *** journal has been re-created - filesystem is now ext3 again ***
  /external/e2fsprogs/tests/f_journal/
name 1 recover journal from corrupted inode table
  /external/e2fsprogs/tests/f_bad_local_jnl/
name 1 test for corrupt local journal (bad V1->V2 journal upgrade)
expect.1 1 Found invalid V2 journal superblock fields (from V1 journal).
2 Clearing fields beyond the V1 journal superblock...
4 Backing up journal inode block information.
  /external/e2fsprogs/tests/f_badjourblks/
name 1 Illegal blocks in journal inode (and backup in superblock)
expect.1 1 Superblock has an invalid journal (inode 8).
4 *** ext3 journal has been deleted - filesystem is now ext2 only ***
7 Journal inode is not in use, but contains data. Clear? yes
22 Recreate journal? yes
24 Creating journal (1024 blocks): Done.
26 *** journal has been re-created - filesystem is now ext3 again ***
  /external/e2fsprogs/tests/f_extra_journal/
name 1 Valid journal inode, but has_journal feature not present
  /external/e2fsprogs/tests/f_jnl_32bit/
name 1 on-disk 32-bit journal format
expect.0 0 Journal starts at block 1, transaction 2
4 FS block 2 logged at journal block 2 (flags 0x8)
8 FS block 82 logged at journal block 5 (flags 0x0)
9 FS block 2 logged at journal block 6 (flags 0x2)
10 FS block 99 logged at journal block 7 (flags 0x2)
11 FS block 66 logged at journal block 8 (flags 0x2)
12 FS block 81 logged at journal block 9 (flags 0x2)
13 FS block 98 logged at journal block 10 (flags 0x2)
14 FS block 68 logged at journal block 11 (flags 0x2)
15 FS block 83 logged at journal block 12 (flags 0x2
    [all...]
  /external/e2fsprogs/tests/f_jnl_64bit/
name 1 on-disk 64-bit journal format
expect.0 0 Journal starts at block 67, transaction 32
190 FS block 802 logged at journal block 69 (flags 0x0)
191 FS block 803 logged at journal block 70 (flags 0x2)
192 FS block 131 logged at journal block 71 (flags 0x2)
193 FS block 2 logged at journal block 72 (flags 0x2)
194 FS block 1 logged at journal block 73 (flags 0x2)
195 FS block 147 logged at journal block 74 (flags 0x2)
196 FS block 783 logged at journal block 75 (flags 0x2)
197 FS block 130 logged at journal block 76 (flags 0x2)
198 FS block 807 logged at journal block 77 (flags 0x2
    [all...]
  /external/e2fsprogs/tests/m_extent_journal/
script 1 DESCRIPTION="extent-mapped journal"
  /external/chromium_org/third_party/sqlite/src/test/
tkt3457.test 24 # To roll back a hot-journal file, the application needs read and write
25 # permission on the journal file in question. The following tests test
26 # the outcome of trying to rollback a hot-journal file when this is not
30 # the hot-journal file. Result: SQLITE_CANTOPEN.
33 # the hot-journal file. Result: SQLITE_CANTOPEN.
36 # the hot-journal file. Result: SQLITE_CANTOPEN.
38 # tkt3457-1.5: Application has read/write permission on the hot-journal
50 file copy -force test.db-journal bak.db-journal
52 # Fix the first journal-header in the journal-file. Because th
    [all...]
journal1.test 43 # Make changes to the database and save the journal file.
44 # Then delete the database. Replace the the journal file
46 # old journal should not attempt to rollback into the new
54 file copy -force test.db-journal test.db-journal-bu
60 file copy test.db-journal-bu test.db-journal
  /external/e2fsprogs/e2fsck/
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...]
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...]
  /external/e2fsprogs/tests/m_bigjournal/
script 1 DESCRIPTION="journal over 4GB in size"
  /external/e2fsprogs/lib/ext2fs/
jfs_dat.h 32 * The block tag: used to describe a single buffer in the journal
40 /* Definitions for the journal tag flags word: */
48 * The journal superblock
54 /* Static information describing the journal */
55 __u32 s_blocksize; /* journal device blocksize */
56 __u32 s_maxlen; /* total blocks in journal file */

Completed in 3188 milliseconds

1 2 3 4 5 6 7 8 91011>>