Home
last modified time | relevance | path

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

/linux/fs/jbd2/
H A Djournal.c136 journal_t *journal = timer_container_of(journal, t, j_commit_timer); in commit_timeout() local
161 journal_t *journal = arg; in kjournald2() local
256 static int jbd2_journal_start_thread(journal_t *journal) in jbd2_journal_start_thread()
269 static void journal_kill_thread(journal_t *journal) in journal_kill_thread()
334 journal_t *journal = transaction->t_journal; in jbd2_journal_write_metadata_buffer() local
444 static int __jbd2_log_start_commit(journal_t *journal, tid_t target) in __jbd2_log_start_commit()
481 int jbd2_log_start_commit(journal_t *journal, tid_t tid) in jbd2_log_start_commit()
498 static int __jbd2_journal_force_commit(journal_t *journal) in __jbd2_journal_force_commit()
538 int jbd2_journal_force_commit_nested(journal_t *journal) in jbd2_journal_force_commit_nested()
553 int jbd2_journal_force_commit(journal_t *journal) in jbd2_journal_force_commit()
[all …]
H A Dcheckpoint.c49 void __jbd2_log_wait_for_space(journal_t *journal) in __jbd2_log_wait_for_space()
127 __flush_batch(journal_t *journal, int *batch_count) in __flush_batch()
154 int jbd2_log_do_checkpoint(journal_t *journal) in jbd2_log_do_checkpoint()
326 int jbd2_cleanup_journal_tail(journal_t *journal) in jbd2_cleanup_journal_tail()
423 unsigned long jbd2_journal_shrink_checkpoint_list(journal_t *journal, in jbd2_journal_shrink_checkpoint_list()
503 void __jbd2_journal_clean_checkpoint_list(journal_t *journal, in __jbd2_journal_clean_checkpoint_list()
543 void jbd2_journal_destroy_checkpoint(journal_t *journal) in jbd2_journal_destroy_checkpoint()
583 journal_t *journal; in __jbd2_journal_remove_checkpoint() local
704 void __jbd2_journal_drop_transaction(journal_t *journal, transaction_t *transaction) in __jbd2_journal_drop_transaction()
/linux/drivers/md/dm-vdo/
H A Drecovery-journal.h122 struct recovery_journal *journal; member
229 vdo_get_recovery_journal_block_number(const struct recovery_journal *journal, in vdo_get_recovery_journal_block_number()
247 vdo_compute_recovery_journal_check_byte(const struct recovery_journal *journal, in vdo_compute_recovery_journal_check_byte()
H A Dstatistics.h230 struct recovery_journal_statistics journal; member
H A Dvdo.c1639 struct recovery_journal *journal = vdo->recovery_journal; in get_vdo_statistics() local
/linux/fs/ext4/
H A Dfast_commit.c1154 static int ext4_fc_flush_data(journal_t *journal) in ext4_fc_flush_data()
1177 static int ext4_fc_commit_dentry_updates(journal_t *journal, u32 *crc) in ext4_fc_commit_dentry_updates()
1235 static int ext4_fc_snapshot_inodes(journal_t *journal, struct inode **inodes, in ext4_fc_snapshot_inodes()
1320 static int ext4_fc_perform_commit(journal_t *journal, tid_t commit_tid) in ext4_fc_perform_commit()
1567 int ext4_fc_commit(journal_t *journal, tid_t commit_tid) in ext4_fc_commit()
1660 static void ext4_fc_cleanup(journal_t *journal, int full, tid_t tid) in ext4_fc_cleanup()
2447 static int ext4_fc_replay_scan(journal_t *journal, in ext4_fc_replay_scan()
2570 static int ext4_fc_replay(journal_t *journal, struct buffer_head *bh, in ext4_fc_replay()
2662 void ext4_fc_init(struct super_block *sb, journal_t *journal) in ext4_fc_init()
H A Dext4_jbd2.c75 journal_t *journal; in ext4_journal_check_start() local
105 journal_t *journal; in __ext4_journal_start_sb() local
H A Dext4_jbd2.h325 static inline int ext4_journal_force_commit(journal_t *journal) in ext4_journal_force_commit()
432 static inline int ext4_journal_destroy(struct ext4_sb_info *sbi, journal_t *journal) in ext4_journal_destroy()
H A Dsuper.c476 journal_t *journal = sbi->s_journal; in ext4_maybe_update_superblock() local
509 static void ext4_journal_commit_callback(journal_t *journal, transaction_t *txn) in ext4_journal_commit_callback()
700 journal_t *journal = EXT4_SB(sb)->s_journal; in ext4_handle_error() local
755 journal_t *journal = sbi->s_journal; in update_super_work() local
5895 static void ext4_init_journal_params(struct super_block *sb, journal_t *journal) in ext4_init_journal_params()
5954 static int ext4_journal_bmap(journal_t *journal, sector_t *block) in ext4_journal_bmap()
5980 journal_t *journal; in ext4_open_inode_journal() local
6080 journal_t *journal; in ext4_open_dev_journal() local
6120 journal_t *journal; in ext4_load_journal() local
6379 journal_t *journal = EXT4_SB(sb)->s_journal; in ext4_mark_recovery_complete() local
[all …]
H A Dblock_validity.c354 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_check_blockref() local
H A Dinode.c396 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in __check_block_validity() local
3404 journal_t *journal = EXT4_JOURNAL(folio->mapping->host); in __ext4_journalled_invalidate_folio() local
3428 journal_t *journal = EXT4_JOURNAL(inode); in ext4_release_folio() local
3443 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_inode_datasync_dirty() local
5326 journal_t *journal = EXT4_SB(sb)->s_journal; in __ext4_iget() local
5945 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_wait_for_tail_page_commit() local
6737 journal_t *journal; in ext4_change_inode_journal_flag() local
H A Dfsmap.c313 journal_t *journal = EXT4_SB(sb)->s_journal; in ext4_getfsmap_logdev() local
/linux/include/linux/
H A Djbd2.h1701 static inline int is_journal_aborted(journal_t *journal) in is_journal_aborted()
1718 static inline void jbd2_init_fs_dev_write_error(journal_t *journal) in jbd2_init_fs_dev_write_error()
1729 static inline int jbd2_check_fs_dev_write_error(journal_t *journal) in jbd2_check_fs_dev_write_error()
1757 static inline int jbd2_journal_has_csum_v2or3(journal_t *journal) in jbd2_journal_has_csum_v2or3()
1773 static inline unsigned long jbd2_log_space_left(journal_t *journal) in jbd2_log_space_left()
1803 static inline tid_t jbd2_get_latest_transaction(journal_t *journal) in jbd2_get_latest_transaction()
1817 journal_t *journal; in jbd2_handle_buffer_credits() local
/linux/drivers/md/bcache/
H A Dbtree.h106 atomic_t *journal; member
H A Dbcache.h471 struct journal_device journal; member
702 struct journal journal; member
/linux/drivers/md/
H A Ddm-integrity.c186 struct page_list *journal; member