Searched refs:journal_t (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | kernel-jbd.h | 78 typedef struct journal_s journal_t; /* Journal control structure */ typedef 356 journal_t * t_journal; 617 extern struct journal_head * journal_get_descriptor_buffer(journal_t *); 618 extern unsigned long journal_next_log_block(journal_t *); 621 extern void journal_commit_transaction(journal_t *); 624 int __journal_clean_checkpoint_list(journal_t *journal); 638 extern void __wait_on_journal (journal_t *); 654 static inline void lock_journal(journal_t *journal) in lock_journal() 660 static inline int try_lock_journal(journal_t * journal) in try_lock_journal() 665 static inline void unlock_journal(journal_t * journal) in unlock_journal() [all …]
|
D | jfs_compat.h | 22 typedef struct journal_s journal_t; typedef
|
/external/e2fsprogs/e2fsck/ |
D | revoke.c | 101 static void write_one_revoke_record(journal_t *, transaction_t *, 104 static void flush_descriptor(journal_t *, struct journal_head *, int); 110 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() 378 journal_t *journal = handle->h_transaction->t_journal; in journal_cancel_revoke() 437 void journal_write_revoke_records(journal_t *journal, in journal_write_revoke_records() [all …]
|
D | recovery.c | 41 static int do_one_pass(journal_t *journal, 43 static int scan_revoke_records(journal_t *, struct buffer_head *, 69 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() 225 int journal_recover(journal_t *journal) in journal_recover() 282 int journal_skip_recovery(journal_t *journal) in journal_skip_recovery() 322 static int calc_chksums(journal_t *journal, struct buffer_head *bh, in calc_chksums() 350 static int do_one_pass(journal_t *journal, in do_one_pass() 713 static int scan_revoke_records(journal_t *journal, struct buffer_head *bh, in scan_revoke_records()
|
D | jfs_user.h | 83 extern size_t journal_tag_bytes(journal_t *journal); 123 _INLINE_ size_t journal_tag_bytes(journal_t *journal) in journal_tag_bytes() 137 int journal_bmap(journal_t *journal, blk64_t block, unsigned long long *phys);
|
D | journal.c | 46 int journal_bmap(journal_t *journal, blk64_t block, unsigned long long *phys) in journal_bmap() 227 static errcode_t e2fsck_get_journal(e2fsck_t ctx, journal_t **ret_journal) in e2fsck_get_journal() 237 journal_t *journal = NULL; in e2fsck_get_journal() 246 journal = e2fsck_allocate_memory(ctx, sizeof(journal_t), "journal"); in e2fsck_get_journal() 496 static void clear_v2_journal_fields(journal_t *journal) in clear_v2_journal_fields() 512 static errcode_t e2fsck_journal_load(journal_t *journal) in e2fsck_journal_load() 605 journal_t *journal) in e2fsck_journal_reset_super() 649 journal_t *journal, in e2fsck_journal_fix_corrupt_super() 671 static void e2fsck_journal_release(e2fsck_t ctx, journal_t *journal, in e2fsck_journal_release() 709 journal_t *journal; in e2fsck_check_ext3_journal() [all …]
|