/Linux-v6.6/fs/jbd2/ |
D | checkpoint.c | 84 tid = journal->j_committing_transaction->t_tid; in __jbd2_log_wait_for_space() 179 this_tid = transaction->t_tid; in jbd2_log_do_checkpoint() 187 transaction->t_tid != this_tid) in jbd2_log_do_checkpoint() 197 tid_t tid = t->t_tid; in jbd2_log_do_checkpoint() 432 first_tid = transaction->t_tid; in jbd2_journal_shrink_checkpoint_list() 435 last_tid = last_transaction->t_tid; in jbd2_journal_shrink_checkpoint_list() 439 tid = transaction->t_tid; in jbd2_journal_shrink_checkpoint_list() 453 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()
|
D | journal.c | 250 journal->j_commit_request = transaction->t_tid; in kjournald2() 481 journal->j_running_transaction->t_tid == target) { in __jbd2_log_start_commit() 502 journal->j_running_transaction->t_tid : 0); in __jbd2_log_start_commit() 532 if (!tid_geq(journal->j_commit_request, transaction->t_tid)) in __jbd2_journal_force_commit() 542 tid = transaction->t_tid; in __jbd2_journal_force_commit() 600 tid_t tid = journal->j_running_transaction->t_tid; in jbd2_journal_start_commit() 614 *ptid = journal->j_committing_transaction->t_tid; in jbd2_journal_start_commit() 639 if (!commit_trans || commit_trans->t_tid != tid) { in jbd2_trans_will_send_data_barrier() 679 journal->j_committing_transaction->t_tid != tid)) { in jbd2_log_wait_commit() 783 journal->j_running_transaction->t_tid : 0; in jbd2_fc_end_commit_fallback() [all …]
|
D | transaction.c | 108 transaction->t_tid = journal->j_transaction_sequence++; in jbd2_get_transaction() 169 tid_t tid = journal->j_running_transaction->t_tid; in wait_transaction_locked() 530 handle->h_transaction->t_tid, type, in jbd2__journal_start() 633 handle->h_transaction->t_tid, type, in jbd2_journal_start_reserved() 699 transaction->t_tid, in jbd2_journal_extend() 792 tid = transaction->t_tid; in jbd2__journal_restart() 817 ret ? 0 : handle->h_transaction->t_tid, in jbd2__journal_restart() 1582 jh->b_transaction ? jh->b_transaction->t_tid : 0, in jbd2_journal_dirty_metadata() 1585 journal->j_running_transaction->t_tid : 0); in jbd2_journal_dirty_metadata() 1611 transaction, transaction->t_tid, in jbd2_journal_dirty_metadata() [all …]
|
D | commit.c | 435 commit_transaction->t_tid); in jbd2_journal_commit_transaction() 685 commit_transaction->t_tid); in jbd2_journal_commit_transaction() 1100 stats.ts_tid = commit_transaction->t_tid; in jbd2_journal_commit_transaction() 1104 commit_transaction->t_tid, &stats.run); in jbd2_journal_commit_transaction() 1109 journal->j_commit_sequence = commit_transaction->t_tid; in jbd2_journal_commit_transaction() 1128 journal->j_fc_cleanup_callback(journal, 1, commit_transaction->t_tid); in jbd2_journal_commit_transaction()
|
D | revoke.c | 403 handle->h_transaction->t_tid); in jbd2_journal_revoke()
|
/Linux-v6.6/fs/ocfs2/ |
D | journal.h | 601 oi->i_sync_tid = handle->h_transaction->t_tid; in ocfs2_update_inode_fsync_trans() 603 oi->i_datasync_tid = handle->h_transaction->t_tid; in ocfs2_update_inode_fsync_trans()
|
D | inode.c | 186 tid = transaction->t_tid; in ocfs2_iget()
|
/Linux-v6.6/fs/ext4/ |
D | ext4_jbd2.h | 445 ei->i_sync_tid = handle->h_transaction->t_tid; in ext4_update_inode_fsync_trans() 447 ei->i_datasync_tid = handle->h_transaction->t_tid; in ext4_update_inode_fsync_trans()
|
D | fast_commit.c | 348 tid = handle->h_transaction->t_tid; in ext4_fc_mark_ineligible() 352 sbi->s_journal->j_running_transaction->t_tid : 0; in ext4_fc_mark_ineligible() 384 tid = handle->h_transaction->t_tid; in ext4_fc_track_template() 777 tail.fc_tid = cpu_to_le32(sbi->s_journal->j_running_transaction->t_tid); in ext4_fc_write_tail() 1118 sbi->s_journal->j_running_transaction->t_tid); in ext4_fc_perform_commit()
|
D | ialloc.c | 1340 ei->i_sync_tid = handle->h_transaction->t_tid; in __ext4_new_inode() 1341 ei->i_datasync_tid = handle->h_transaction->t_tid; in __ext4_new_inode()
|
D | inode.c | 1403 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in ext4_journalled_write_end() 2315 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in ext4_journal_folio_buffers() 4874 tid = transaction->t_tid; in __ext4_iget() 5254 commit_tid = journal->j_committing_transaction->t_tid; in ext4_wait_for_tail_page_commit()
|
D | mballoc.c | 6555 new_entry->efd_tid = handle->h_transaction->t_tid; in ext4_mb_clear_bb()
|
D | super.c | 513 ext4_process_freed_data(sb, txn->t_tid); in ext4_journal_commit_callback()
|
/Linux-v6.6/include/trace/events/ |
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,
|
D | jbd2.h | 49 __entry->transaction = commit_transaction->t_tid; 107 __entry->transaction = commit_transaction->t_tid;
|
/Linux-v6.6/fs/xfs/ |
D | xfs_log_cil.c | 934 .oh_tid = cpu_to_be32(ctx->ticket->t_tid), in xlog_cil_write_commit_record() 991 __be32 tid = cpu_to_be32(tic->t_tid); in xlog_cil_build_trans_hdr() 1013 hdr->thdr.th_tid = tic->t_tid; in xlog_cil_build_trans_hdr()
|
D | xfs_log.c | 420 tic->t_tid++; in xfs_log_regrant() 918 .oh_tid = cpu_to_be32(ticket->t_tid), in xlog_write_unmount_record() 2259 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_full() 2346 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_partial() 2395 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_partial() 3529 tic->t_tid = get_random_u32(); in xlog_ticket_alloc()
|
D | xfs_log_priv.h | 150 xlog_tid_t t_tid; /* transaction identifier */ member
|
D | xfs_trace.h | 3750 __entry->tid = tp->t_ticket->t_tid;
|
/Linux-v6.6/include/linux/ |
D | jbd2.h | 557 tid_t t_tid; member 1797 tid = journal->j_running_transaction->t_tid; in jbd2_get_latest_transaction()
|