HomeSort by relevance Sort by last modified time
    Searched refs:journal (Results 1 - 20 of 20) 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, 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/e2fsprogs/po/
at-expand.pl 79 $msg =~ s/\@j/journal/g;
  /frameworks/base/services/java/com/android/server/
WallpaperManagerService.java 1001 JournaledFile journal = makeJournaledFile(wallpaper.userId); local
1051 JournaledFile journal = makeJournaledFile(userId); local
    [all...]
DevicePolicyManagerService.java 757 JournaledFile journal = makeJournaledFile(userHandle); local
837 JournaledFile journal = makeJournaledFile(userHandle); local
    [all...]
BackupManagerService.java 413 // Where we keep our journal files and other bookkeeping
502 // Start a new backup-queue journal file too
508 // At this point, we have started a new journal file, and the old
510 // When it completes successfully, that old journal file will be
511 // deleted. If we crash prior to that, the old journal is parsed
    [all...]
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 669 bool ApplicationCacheStorage::store(ApplicationCacheGroup* group, GroupStorageIDJournal* journal)
672 ASSERT(journal);
691 journal->add(group, 0);
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
Settings.java 1353 JournaledFile journal = new JournaledFile(mPackageListFilename, tempFile); 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...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]
  /external/e2fsprogs/
configure     [all...]

Completed in 530 milliseconds