| /linux-6.15/include/linux/ |
| H A D | jbd2.h | 481 journal_t *h_journal; 552 journal_t *t_journal; 1180 void (*j_commit_callback)(journal_t *, 1524 void jbd2_journal_wait_updates(journal_t *); 1630 extern void jbd2_journal_clear_revoke(journal_t *); 1646 int jbd2_log_do_checkpoint(journal_t *journal); 1649 void __jbd2_log_wait_for_space(journal_t *journal); 1651 extern int jbd2_cleanup_journal_tail(journal_t *); 1655 int jbd2_fc_end_commit(journal_t *journal); 1661 void jbd2_fc_release_bufs(journal_t *journal); [all …]
|
| /linux-6.15/fs/jbd2/ |
| H A D | journal.c | 162 journal_t *journal = arg; in kjournald2() 335 journal_t *journal = transaction->t_journal; in jbd2_journal_write_metadata_buffer() 757 int jbd2_fc_end_commit(journal_t *journal) in jbd2_fc_end_commit() 1109 journal_t *journal; 1176 journal_t *journal = pde_data(inode); in jbd2_seq_info_open() 1260 journal_t *journal = shrink->private_data; in jbd2_journal_shrink_scan() 1527 journal_t *journal; in journal_init_common() 1647 journal_t *journal; in jbd2_journal_init_dev() 1671 journal_t *journal; in jbd2_journal_init_inode() 2065 int jbd2_journal_load(journal_t *journal) in jbd2_journal_load() [all …]
|
| H A D | revoke.c | 290 void jbd2_journal_destroy_revoke(journal_t *journal) in jbd2_journal_destroy_revoke() 330 journal_t *journal; in jbd2_journal_revoke() 428 journal_t *journal = handle->h_transaction->t_journal; in jbd2_journal_cancel_revoke() 484 void jbd2_clear_buffer_revoked_flags(journal_t *journal) in jbd2_clear_buffer_revoked_flags() 513 void jbd2_journal_switch_revoke_table(journal_t *journal) in jbd2_journal_switch_revoke_table() 533 journal_t *journal = transaction->t_journal; in jbd2_journal_write_revoke_records() 577 journal_t *journal = transaction->t_journal; in write_one_revoke_record() 641 static void flush_descriptor(journal_t *journal, in flush_descriptor() 683 int jbd2_journal_set_revoke(journal_t *journal, in jbd2_journal_set_revoke() 707 int jbd2_journal_test_revoke(journal_t *journal, in jbd2_journal_test_revoke() [all …]
|
| H A D | recovery.c | 40 static int do_one_pass(journal_t *journal, 68 static void do_readahead(journal_t *journal, unsigned int start) in do_readahead() 125 static int jread(struct buffer_head **bhp, journal_t *journal, in jread() 175 static int jbd2_descriptor_block_csum_verify(journal_t *j, void *buf) in jbd2_descriptor_block_csum_verify() 198 static int count_tags(journal_t *journal, struct buffer_head *bh) in count_tags() 233 static int fc_do_one_pass(journal_t *journal, in fc_do_one_pass() 282 int jbd2_journal_recover(journal_t *journal) in jbd2_journal_recover() 360 int jbd2_journal_skip_recovery(journal_t *journal) in jbd2_journal_skip_recovery() 431 static int jbd2_commit_block_csum_verify(journal_t *j, void *buf) in jbd2_commit_block_csum_verify() 490 static __always_inline int jbd2_do_replay(journal_t *journal, in jbd2_do_replay() [all …]
|
| H A D | transaction.c | 546 journal_t *journal = handle->h_journal; in __jbd2_journal_unreserve_handle() 556 journal_t *journal = handle->h_journal; in jbd2_journal_free_reserved() 644 journal_t *journal; in jbd2_journal_extend() 763 journal_t *journal; in jbd2__journal_restart() 952 journal_t *journal; in do_get_write_access() 1215 journal_t *journal; in jbd2_journal_get_write_access() 1269 journal_t *journal; in jbd2_journal_get_create_access() 1484 journal_t *journal; in jbd2_journal_dirty_metadata() 1656 journal_t *journal; in jbd2_journal_forget() 1823 journal_t *journal; in jbd2_journal_stop() [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() 317 int jbd2_cleanup_journal_tail(journal_t *journal) in jbd2_cleanup_journal_tail() 407 unsigned long jbd2_journal_shrink_checkpoint_list(journal_t *journal, in jbd2_journal_shrink_checkpoint_list() 489 void __jbd2_journal_clean_checkpoint_list(journal_t *journal, in __jbd2_journal_clean_checkpoint_list() 529 void jbd2_journal_destroy_checkpoint(journal_t *journal) in jbd2_journal_destroy_checkpoint() 569 journal_t *journal; in __jbd2_journal_remove_checkpoint() 690 void __jbd2_journal_drop_transaction(journal_t *journal, transaction_t *transaction) in __jbd2_journal_drop_transaction()
|
| H A D | commit.c | 90 static void jbd2_commit_block_csum_set(journal_t *j, struct buffer_head *bh) in jbd2_commit_block_csum_set() 114 static int journal_submit_commit_record(journal_t *journal, in journal_submit_commit_record() 165 static int journal_wait_on_commit_record(journal_t *journal, in journal_wait_on_commit_record() 181 int jbd2_submit_inode_data(journal_t *journal, struct jbd2_inode *jinode) in jbd2_submit_inode_data() 192 int jbd2_wait_inode_data(journal_t *journal, struct jbd2_inode *jinode) in jbd2_wait_inode_data() 211 static int journal_submit_data_buffers(journal_t *journal, in journal_submit_data_buffers() 254 static int journal_finish_inode_data_buffers(journal_t *journal, in journal_finish_inode_data_buffers() 312 static void write_tag_block(journal_t *j, journal_block_tag_t *tag, in write_tag_block() 320 static void jbd2_block_tag_csum_set(journal_t *j, journal_block_tag_t *tag, in jbd2_block_tag_csum_set() 348 void jbd2_journal_commit_transaction(journal_t *journal) in jbd2_journal_commit_transaction()
|
| /linux-6.15/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), 329 TP_PROTO(journal_t *journal, tid_t first_tid, 358 TP_PROTO(journal_t *journal, blk_opf_t write_flags), 399 TP_PROTO(journal_t *journal, unsigned long nr_to_scan, [all …]
|
| H A D | ext4.h | 2935 TP_PROTO(journal_t *journal, int full, tid_t tid),
|
| /linux-6.15/fs/ext4/ |
| H A D | ext4_jbd2.h | 329 static inline int ext4_journal_force_commit(journal_t *journal) in ext4_journal_force_commit() 436 static inline int ext4_journal_destroy(struct ext4_sb_info *sbi, journal_t *journal) in ext4_journal_destroy()
|
| H A D | fsync.c | 101 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_fsync_journal()
|
| H A D | ext4_jbd2.c | 67 journal_t *journal; in ext4_journal_check_start() 97 journal_t *journal; in __ext4_journal_start_sb()
|
| H A D | fast_commit.c | 958 static int ext4_fc_submit_inode_data_all(journal_t *journal) in ext4_fc_submit_inode_data_all() 992 static int ext4_fc_wait_inode_data_all(journal_t *journal) in ext4_fc_wait_inode_data_all() 1017 static int ext4_fc_commit_dentry_updates(journal_t *journal, u32 *crc) in ext4_fc_commit_dentry_updates() 1081 static int ext4_fc_perform_commit(journal_t *journal) in ext4_fc_perform_commit() 1186 int ext4_fc_commit(journal_t *journal, tid_t commit_tid) in ext4_fc_commit() 1263 static void ext4_fc_cleanup(journal_t *journal, int full, tid_t tid) in ext4_fc_cleanup() 2038 static int ext4_fc_replay_scan(journal_t *journal, in ext4_fc_replay_scan() 2161 static int ext4_fc_replay(journal_t *journal, struct buffer_head *bh, in ext4_fc_replay() 2253 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 | 468 journal_t *journal = sbi->s_journal; in ext4_maybe_update_superblock() 688 journal_t *journal = EXT4_SB(sb)->s_journal; in ext4_handle_error() 743 journal_t *journal = sbi->s_journal; in update_super_work() 5820 static int ext4_journal_bmap(journal_t *journal, sector_t *block) in ext4_journal_bmap() 5846 journal_t *journal; in ext4_open_inode_journal() 5943 static journal_t *ext4_open_dev_journal(struct super_block *sb, in ext4_open_dev_journal() 5946 journal_t *journal; in ext4_open_dev_journal() 5986 journal_t *journal; in ext4_load_journal() 6246 journal_t *journal = EXT4_SB(sb)->s_journal; in ext4_mark_recovery_complete() 6285 journal_t *journal; in ext4_clear_journal_err() [all …]
|
| H A D | inode.c | 389 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in __check_block_validity() 3225 journal_t *journal = EXT4_JOURNAL(folio->mapping->host); in __ext4_journalled_invalidate_folio() 3249 journal_t *journal = EXT4_JOURNAL(inode); in ext4_release_folio() 3264 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_inode_datasync_dirty() 4776 journal_t *journal = EXT4_SB(sb)->s_journal; in __ext4_iget() 5339 journal_t *journal = EXT4_SB(inode->i_sb)->s_journal; in ext4_wait_for_tail_page_commit() 6109 journal_t *journal; in ext4_change_inode_journal_flag()
|
| H A D | fsmap.c | 309 journal_t *journal = EXT4_SB(sb)->s_journal; in ext4_getfsmap_logdev()
|
| H A D | ext4.h | 2910 void ext4_fc_init(struct super_block *sb, journal_t *journal); 2930 int ext4_fc_commit(journal_t *journal, tid_t commit_tid);
|
| /linux-6.15/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-6.15/fs/ocfs2/ |
| H A D | journal.c | 355 journal_t *journal = osb->journal->j_journal; in ocfs2_start_trans() 838 journal_t *journal = handle->h_transaction->t_journal; in ocfs2_journal_dirty() 857 journal_t *journal = osb->journal->j_journal; in ocfs2_set_journal_params() 920 journal_t *j_journal = NULL; in ocfs2_journal_init() 1139 journal_t *journal, in ocfs2_clear_journal_error() 1693 journal_t *journal = NULL; in ocfs2_replay_journal()
|
| H A D | journal.h | 39 journal_t *j_journal; /* The kernels journal type */
|
| H A D | inode.c | 128 journal_t *journal = osb->journal->j_journal; in ocfs2_iget()
|
| H A D | file.c | 171 journal_t *journal = osb->journal->j_journal; in ocfs2_sync_file()
|
| /linux-6.15/Documentation/filesystems/ext4/ |
| H A D | journal.rst | 747 the journal_t structure.
|