Home
last modified time | relevance | path

Searched defs:journal (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/e2fsck/
Drevoke.c110 static inline int hash(journal_t *journal, unsigned long block) in hash()
120 static int insert_revoke_hash(journal_t *journal, unsigned long blocknr, in insert_revoke_hash()
154 static struct jbd_revoke_record_s *find_revoke_record(journal_t *journal, in find_revoke_record()
200 int journal_init_revoke(journal_t *journal, int hash_size) in journal_init_revoke()
237 void journal_destroy_revoke(journal_t *journal) in journal_destroy_revoke()
288 journal_t *journal; in journal_revoke() local
378 journal_t *journal = handle->h_transaction->t_journal; in journal_cancel_revoke() local
437 void journal_write_revoke_records(journal_t *journal, in journal_write_revoke_records()
475 static void write_one_revoke_record(journal_t *journal, in write_one_revoke_record()
533 static void flush_descriptor(journal_t *journal, in flush_descriptor()
[all …]
Drecovery.c69 static int do_readahead(journal_t *journal, unsigned int start) in do_readahead()
131 static int jread(struct buffer_head **bhp, journal_t *journal, in jread()
181 static int count_tags(journal_t *journal, struct buffer_head *bh) in count_tags()
207 #define wrap(journal, var) \ argument
225 int journal_recover(journal_t *journal) in journal_recover()
282 int journal_skip_recovery(journal_t *journal) in journal_skip_recovery()
325 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums()
353 static int do_one_pass(journal_t *journal, in do_one_pass()
720 static int scan_revoke_records(journal_t *journal, struct buffer_head *bh, in scan_revoke_records()
Djournal.c46 int journal_bmap(journal_t *journal, blk_t block, unsigned long *phys) in journal_bmap()
236 journal_t *journal = NULL; in e2fsck_get_journal() local
480 static void clear_v2_journal_fields(journal_t *journal) in clear_v2_journal_fields()
496 static errcode_t e2fsck_journal_load(journal_t *journal) in e2fsck_journal_load()
589 journal_t *journal) in e2fsck_journal_reset_super()
633 journal_t *journal, in e2fsck_journal_fix_corrupt_super()
655 static void e2fsck_journal_release(e2fsck_t ctx, journal_t *journal, in e2fsck_journal_release()
693 journal_t *journal; in e2fsck_check_ext3_journal() local
822 journal_t *journal; in recover_ext3_journal() local
Djfs_user.h47 #define do_readahead(journal, start) do {} while(0) argument
111 _INLINE_ size_t journal_tag_bytes(journal_t *journal) in journal_tag_bytes()
/external/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h653 static inline void lock_journal(journal_t *journal) in lock_journal()
659 static inline int try_lock_journal(journal_t * journal) in try_lock_journal()
664 static inline void unlock_journal(journal_t * journal) in unlock_journal()
791 static inline int is_journal_aborted(journal_t *journal) in is_journal_aborted()
/external/kernel-headers/original/linux/
Djbd.h1021 static inline int is_journal_aborted(journal_t *journal) in is_journal_aborted()
1061 static inline int jbd_space_needed(journal_t *journal) in jbd_space_needed()
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.cpp669 bool ApplicationCacheStorage::store(ApplicationCacheGroup* group, GroupStorageIDJournal* journal) in store()