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

  /external/e2fsprogs/debugfs/
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
65 * running transaction (is pointed to by journal->j_revoke), the other one
101 journal replay, this involves recording the transaction ID of the
134 static inline int hash(journal_t *journal, unsigned long long block)
136 struct jbd2_revoke_table_s *table = journal->j_revoke;
145 static int insert_revoke_hash(journal_t *journal, unsigned long long blocknr,
158 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)]
339 journal_t *journal; local
429 journal_t *journal = handle->h_transaction->t_journal; local
    [all...]
do_journal.c 2 * do_journal.c --- Scribble onto the journal!
24 #include "journal.h"
48 journal_t *journal; member in struct:journal_transaction_s
82 bh = getblk(trans->journal->j_dev, 0, trans->journal->j_blocksize);
91 if (jfs_has_feature_checksum(trans->journal)) {
95 cbh = getblk(trans->journal->j_dev, 0,
96 trans->journal->j_blocksize);
103 err = journal_bmap(trans->journal, cblk,
135 jbd2_commit_block_csum_set(trans->journal, bh)
466 journal_t *journal; local
862 journal_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
27 #include "journal.h"
98 /* Kernel compatibility functions for handling the journal. These allow us
102 int journal_bmap(journal_t *journal, blk64_t block, unsigned long long *phys)
108 struct inode *inode = journal->j_inode;
250 /* if we had an error doing journal recovery, we need a full fsck */
257 * This is a helper function to check the validity of the journal.
293 journal_t *journal = NULL local
676 journal_t *journal; local
732 journal_t *journal; local
822 journal_t *journal; local
855 journal_t *journal = *j; local
    [all...]
  /external/e2fsprogs/e2fsck/
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
65 * running transaction (is pointed to by journal->j_revoke), the other one
101 journal replay, this involves recording the transaction ID of the
134 static inline int hash(journal_t *journal, unsigned long long block)
136 struct jbd2_revoke_table_s *table = journal->j_revoke;
145 static int insert_revoke_hash(journal_t *journal, unsigned long long blocknr,
158 hash_list = &journal->j_revoke->hash_table[hash(journal, blocknr)]
339 journal_t *journal; local
429 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
93 /* Kernel compatibility functions for handling the journal. These allow us
97 int journal_bmap(journal_t *journal, blk64_t block, unsigned long long *phys)
103 struct inode *inode = journal->j_inode;
244 /* if we had an error doing journal recovery, we need a full fsck */
251 * This is a helper function to check the validity of the journal.
288 journal_t *journal = NULL; local
297 journal = e2fsck_allocate_memory(ctx, sizeof(journal_t), "journal")
796 journal_t *journal; local
923 journal_t *journal; local
    [all...]
  /external/f2fs-tools/mkfs/
f2fs_format.c 498 struct f2fs_journal *journal; local
647 journal = &sum->journal;
648 journal->n_nats = cpu_to_le16(1);
649 journal->nat_j.entries[0].nid = sb->root_ino;
650 journal->nat_j.entries[0].ne.version = 0;
651 journal->nat_j.entries[0].ne.ino = sb->root_ino;
652 journal->nat_j.entries[0].ne.block_addr = cpu_to_le32(
656 memcpy(sum_compact_p, &journal->n_nats, SUM_JOURNAL_SIZE);
661 journal->n_sits = cpu_to_le16(6)
    [all...]
  /frameworks/base/services/core/java/com/android/server/wallpaper/
WallpaperManagerService.java 2233 JournaledFile journal = makeJournaledFile(userId); local
2409 JournaledFile journal = makeJournaledFile(userId); local
    [all...]
  /external/f2fs-tools/fsck/
mount.c 719 struct f2fs_journal *journal = &sum->journal; local
750 for (i = 0; i < nats_in_cursum(journal); i++) {
753 addr = le32_to_cpu(nat_in_journal(journal, i).block_addr);
754 nid = le32_to_cpu(nid_in_journal(journal, i));
972 memcpy(&curseg->sum_blk->journal.n_nats, kaddr, SUM_JOURNAL_SIZE);
975 memcpy(&curseg->sum_blk->journal.n_sits, kaddr + SUM_JOURNAL_SIZE,
1429 struct f2fs_journal *journal = &curseg->sum_blk->journal; local
1583 struct f2fs_journal *journal = &curseg->sum_blk->journal; local
1615 struct f2fs_journal *journal = &curseg->sum_blk->journal; local
1819 struct f2fs_journal *journal = &curseg->sum_blk->journal; local
1836 struct f2fs_journal *journal = &curseg->sum_blk->journal; local
1933 struct f2fs_journal *journal = &curseg->sum_blk->journal; local
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
Settings.java 2735 JournaledFile journal = new JournaledFile(mPackageListFilename, tempFile); local
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 859 struct f2fs_journal journal; member in struct:f2fs_summary_block
    [all...]
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DevicePolicyManagerService.java 2510 JournaledFile journal = makeJournaledFile(userHandle); local
2706 JournaledFile journal = makeJournaledFile(userHandle); local
    [all...]

Completed in 679 milliseconds