| /linux/include/linux/ |
| H A D | jbd2.h | 102 typedef struct journal_s journal_t; /* Journal control structure */ typedef 502 journal_t *h_journal; 574 journal_t *t_journal; 1202 void (*j_commit_callback)(journal_t *, 1329 static inline bool jbd2_format_support_feature(journal_t *j) in jbd2_format_support_feature() 1337 static inline bool jbd2_has_feature_##name(journal_t *j) \ 1343 static inline void jbd2_set_feature_##name(journal_t *j) \ 1348 static inline void jbd2_clear_feature_##name(journal_t *j) \ 1355 static inline bool jbd2_has_feature_##name(journal_t *j) \ 1361 static inline void jbd2_set_feature_##name(journal_t *j) \ [all …]
|
| /linux/fs/jbd2/ |
| H A D | journal.c | 136 journal_t *journal = timer_container_of(journal, t, j_commit_timer); in commit_timeout() 161 journal_t *journal = arg; in kjournald2() 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() 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 D | checkpoint.c | 49 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() 704 void __jbd2_journal_drop_transaction(journal_t *journal, transaction_t *transaction) in __jbd2_journal_drop_transaction()
|
| /linux/include/trace/events/ |
| H A D | jbd2.h | 16 TP_PROTO(journal_t *journal, int result), 36 TP_PROTO(journal_t *journal, transaction_t *commit_transaction), 59 TP_PROTO(journal_t *journal, transaction_t *commit_transaction), 66 TP_PROTO(journal_t *journal, transaction_t *commit_transaction), 73 TP_PROTO(journal_t *journal, transaction_t *commit_transaction), 80 TP_PROTO(journal_t *journal, transaction_t *commit_transaction), 87 TP_PROTO(journal_t *journal, transaction_t *commit_transaction), 93 TP_PROTO(journal_t *journal, transaction_t *commit_transaction), 329 TP_PROTO(journal_t *journal, tid_t first_tid, 358 TP_PROTO(journal_t *journal, blk_opf_t write_flags), [all …]
|
| /linux/fs/ext4/ |
| H A D | ext4_jbd2.h | 325 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 D | ext4_jbd2.c | 75 journal_t *journal; in ext4_journal_check_start() 105 journal_t *journal; in __ext4_journal_start_sb()
|
| H A D | fast_commit.c | 1154 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 D | block_validity.c | 354 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_check_blockref()
|
| H A D | super.c | 476 journal_t *journal = sbi->s_journal; in ext4_maybe_update_superblock() 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() 755 journal_t *journal = sbi->s_journal; in update_super_work() 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() 5976 static journal_t *ext4_open_inode_journal(struct super_block *sb, in ext4_open_inode_journal() 5980 journal_t *journal; in ext4_open_inode_journal() 6077 static journal_t *ext4_open_dev_journal(struct super_block *sb, in ext4_open_dev_journal() 6080 journal_t *journal; in ext4_open_dev_journal() [all …]
|
| H A D | inode.c | 396 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in __check_block_validity() 3404 journal_t *journal = EXT4_JOURNAL(folio->mapping->host); in __ext4_journalled_invalidate_folio() 3428 journal_t *journal = EXT4_JOURNAL(inode); in ext4_release_folio() 3443 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_inode_datasync_dirty() 5326 journal_t *journal = EXT4_SB(sb)->s_journal; in __ext4_iget() 5945 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_wait_for_tail_page_commit() 6737 journal_t *journal; in ext4_change_inode_journal_flag()
|
| H A D | fsmap.c | 313 journal_t *journal = EXT4_SB(sb)->s_journal; in ext4_getfsmap_logdev()
|
| H A D | ext4.h | 3074 void ext4_fc_init(struct super_block *sb, journal_t *journal); 3093 int ext4_fc_commit(journal_t *journal, tid_t commit_tid);
|
| /linux/Documentation/filesystems/ |
| H A D | journalling.rst | 11 journal_t data structure. There are two calls to do this dependent on 16 journal_t is a typedef for a struct pointer, so when you are finally 20 Once you have got your journal_t object you need to 'mount' or load the
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | journal.rst | 747 the journal_t structure.
|