| /linux-6.15/fs/jbd2/ |
| H A D | checkpoint.c | 85 tid = journal->j_committing_transaction->t_tid; in __jbd2_log_wait_for_space() 185 this_tid = transaction->t_tid; in jbd2_log_do_checkpoint() 193 transaction->t_tid != this_tid) in jbd2_log_do_checkpoint() 203 tid_t tid = t->t_tid; in jbd2_log_do_checkpoint() 437 first_tid = transaction->t_tid; in jbd2_journal_shrink_checkpoint_list() 442 last_tid = last_transaction->t_tid; in jbd2_journal_shrink_checkpoint_list() 446 tid = transaction->t_tid; in jbd2_journal_shrink_checkpoint_list() 460 next_tid = next_transaction->t_tid; in jbd2_journal_shrink_checkpoint_list() 612 transaction->t_tid, stats); in __jbd2_journal_remove_checkpoint() 716 jbd2_debug(1, "Dropping transaction %d, all done\n", transaction->t_tid); in __jbd2_journal_drop_transaction()
|
| H A D | journal.c | 243 journal->j_commit_request = transaction->t_tid; in kjournald2() 478 journal->j_running_transaction->t_tid : 0); in __jbd2_log_start_commit() 518 tid = transaction->t_tid; in __jbd2_journal_force_commit() 576 tid_t tid = journal->j_running_transaction->t_tid; in jbd2_journal_start_commit() 615 if (!commit_trans || commit_trans->t_tid != tid) { in jbd2_trans_will_send_data_barrier() 622 running_trans->t_tid != tid)) in jbd2_trans_will_send_data_barrier() 769 journal->j_running_transaction->t_tid : 0; in jbd2_fc_end_commit_fallback() 1029 *tid = transaction->t_tid; in jbd2_journal_get_log_tail() 1032 *tid = transaction->t_tid; in jbd2_journal_get_log_tail() 1035 *tid = transaction->t_tid; in jbd2_journal_get_log_tail() [all …]
|
| H A D | transaction.c | 143 tid_t tid = journal->j_running_transaction->t_tid; in wait_transaction_locked() 511 handle->h_transaction->t_tid, type, in jbd2__journal_start() 614 handle->h_transaction->t_tid, type, in jbd2_journal_start_reserved() 680 transaction->t_tid, in jbd2_journal_extend() 773 tid = transaction->t_tid; in jbd2__journal_restart() 798 ret ? 0 : handle->h_transaction->t_tid, in jbd2__journal_restart() 1606 transaction, transaction->t_tid, in jbd2_journal_dirty_metadata() 1609 jh->b_transaction->t_tid : 0, in jbd2_journal_dirty_metadata() 1612 jh->b_next_transaction->t_tid : 0, in jbd2_journal_dirty_metadata() 1844 tid = transaction->t_tid; in jbd2_journal_stop() [all …]
|
| H A D | commit.c | 435 commit_transaction->t_tid); in jbd2_journal_commit_transaction() 680 commit_transaction->t_tid); in jbd2_journal_commit_transaction() 1095 stats.ts_tid = commit_transaction->t_tid; in jbd2_journal_commit_transaction() 1099 commit_transaction->t_tid, &stats.run); in jbd2_journal_commit_transaction() 1104 WRITE_ONCE(journal->j_commit_sequence, commit_transaction->t_tid); in jbd2_journal_commit_transaction() 1123 journal->j_fc_cleanup_callback(journal, 1, commit_transaction->t_tid); in jbd2_journal_commit_transaction()
|
| H A D | revoke.c | 405 handle->h_transaction->t_tid); in jbd2_journal_revoke()
|
| /linux-6.15/fs/ocfs2/ |
| H A D | journal.h | 604 oi->i_sync_tid = handle->h_transaction->t_tid; in ocfs2_update_inode_fsync_trans() 606 oi->i_datasync_tid = handle->h_transaction->t_tid; in ocfs2_update_inode_fsync_trans()
|
| H A D | inode.c | 186 tid = transaction->t_tid; in ocfs2_iget()
|
| /linux-6.15/fs/ext4/ |
| H A D | ext4_jbd2.h | 361 ei->i_sync_tid = handle->h_transaction->t_tid; in ext4_update_inode_fsync_trans() 363 ei->i_datasync_tid = handle->h_transaction->t_tid; in ext4_update_inode_fsync_trans()
|
| H A D | fast_commit.c | 347 tid = handle->h_transaction->t_tid; in ext4_fc_mark_ineligible() 351 tid = sbi->s_journal->j_running_transaction->t_tid; in ext4_fc_mark_ineligible() 387 tid = handle->h_transaction->t_tid; in ext4_fc_track_template() 774 tail.fc_tid = cpu_to_le32(sbi->s_journal->j_running_transaction->t_tid); in ext4_fc_write_tail() 1115 sbi->s_journal->j_running_transaction->t_tid); in ext4_fc_perform_commit()
|
| H A D | inode.c | 1436 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in ext4_journalled_write_end() 2380 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in ext4_journal_folio_buffers() 4971 tid = transaction->t_tid; in __ext4_iget() 5370 commit_tid = journal->j_committing_transaction->t_tid; in ext4_wait_for_tail_page_commit()
|
| H A D | mballoc.c | 6495 new_entry->efd_tid = handle->h_transaction->t_tid; in ext4_mb_clear_bb()
|
| H A D | super.c | 507 ext4_process_freed_data(sb, txn->t_tid); in ext4_journal_commit_callback()
|
| /linux-6.15/include/trace/events/ |
| H A D | ext4.h | 2837 __field(tid_t, t_tid) 2847 __entry->t_tid = handle->h_transaction->t_tid; 2855 __entry->t_tid, __entry->i_ino, __entry->i_sync_tid, 2878 __field(tid_t, t_tid) 2888 __entry->t_tid = handle->h_transaction->t_tid; 2896 __entry->t_tid, __entry->i_ino, __entry->i_sync_tid, 2908 __field(tid_t, t_tid) 2920 __entry->t_tid = handle->h_transaction->t_tid; 2930 __entry->t_tid, __entry->i_ino, __entry->i_sync_tid,
|
| H A D | jbd2.h | 49 __entry->transaction = commit_transaction->t_tid; 107 __entry->transaction = commit_transaction->t_tid;
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_log.c | 380 tic->t_tid++; in xfs_log_regrant() 867 .oh_tid = cpu_to_be32(ticket->t_tid), in xlog_write_unmount_record() 2022 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_full() 2109 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_partial() 2158 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_partial() 3257 tic->t_tid = get_random_u32(); in xlog_ticket_alloc()
|
| H A D | xfs_log_priv.h | 150 xlog_tid_t t_tid; /* transaction identifier */ member
|
| H A D | xfs_log_cil.c | 1100 .oh_tid = cpu_to_be32(ctx->ticket->t_tid), in xlog_cil_write_commit_record() 1157 __be32 tid = cpu_to_be32(tic->t_tid); in xlog_cil_build_trans_hdr() 1179 hdr->thdr.th_tid = tic->t_tid; in xlog_cil_build_trans_hdr()
|
| H A D | xfs_trace.h | 4358 __entry->tid = tp->t_ticket->t_tid;
|
| /linux-6.15/include/linux/ |
| H A D | jbd2.h | 555 tid_t t_tid; member 1783 tid = journal->j_running_transaction->t_tid; in jbd2_get_latest_transaction()
|