Home | History | Annotate | Download | only in debugfs

Lines Matching refs:journal_t

49 static int ext2fs_journal_verify_csum_type(journal_t *j,
71 static int ext2fs_journal_sb_csum_verify(journal_t *j,
85 static errcode_t ext2fs_journal_sb_csum_set(journal_t *j,
102 int journal_bmap(journal_t *journal, blk64_t block, unsigned long long *phys)
290 static errcode_t ext2fs_get_journal(ext2_filsys fs, journal_t **ret_journal)
299 journal_t *journal = NULL;
306 retval = ext2fs_get_memzero(sizeof(journal_t), &journal);
541 static void clear_v2_journal_fields(journal_t *journal)
551 static errcode_t ext2fs_journal_load(journal_t *journal)
643 static void ext2fs_journal_release(ext2_filsys fs, journal_t *journal,
684 journal_t *journal;
740 journal_t *journal;
828 errcode_t ext2fs_open_journal(ext2_filsys fs, journal_t **j)
830 journal_t *journal;
861 errcode_t ext2fs_close_journal(ext2_filsys fs, journal_t **j)
863 journal_t *journal = *j;
873 void jbd2_commit_block_csum_set(journal_t *j, struct buffer_head *bh)
889 void jbd2_revoke_csum_set(journal_t *j, struct buffer_head *bh)
904 void jbd2_descr_block_csum_set(journal_t *j, struct buffer_head *bh)
919 void jbd2_block_tag_csum_set(journal_t *j, journal_block_tag_t *tag,