Home
last modified time | relevance | path

Searched refs:t_tid (Results 1 – 19 of 19) sorted by relevance

/linux-6.12.1/fs/jbd2/
Dcheckpoint.c85 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()
Djournal.c243 journal->j_commit_request = transaction->t_tid; in kjournald2()
463 journal->j_running_transaction->t_tid == target) { in __jbd2_log_start_commit()
484 journal->j_running_transaction->t_tid : 0); in __jbd2_log_start_commit()
514 if (!tid_geq(journal->j_commit_request, transaction->t_tid)) in __jbd2_journal_force_commit()
524 tid = transaction->t_tid; in __jbd2_journal_force_commit()
582 tid_t tid = journal->j_running_transaction->t_tid; in jbd2_journal_start_commit()
596 *ptid = journal->j_committing_transaction->t_tid; in jbd2_journal_start_commit()
621 if (!commit_trans || commit_trans->t_tid != tid) { in jbd2_trans_will_send_data_barrier()
661 journal->j_committing_transaction->t_tid != tid)) { in jbd2_log_wait_commit()
765 journal->j_running_transaction->t_tid : 0; in jbd2_fc_end_commit_fallback()
[all …]
Dtransaction.c86 transaction->t_tid = journal->j_transaction_sequence++; in jbd2_get_transaction()
147 tid_t tid = journal->j_running_transaction->t_tid; in wait_transaction_locked()
515 handle->h_transaction->t_tid, type, in jbd2__journal_start()
618 handle->h_transaction->t_tid, type, in jbd2_journal_start_reserved()
684 transaction->t_tid, in jbd2_journal_extend()
777 tid = transaction->t_tid; in jbd2__journal_restart()
802 ret ? 0 : handle->h_transaction->t_tid, in jbd2__journal_restart()
1581 jh->b_transaction ? jh->b_transaction->t_tid : 0, in jbd2_journal_dirty_metadata()
1584 journal->j_running_transaction->t_tid : 0); in jbd2_journal_dirty_metadata()
1610 transaction, transaction->t_tid, in jbd2_journal_dirty_metadata()
[all …]
Dcommit.c435 commit_transaction->t_tid); in jbd2_journal_commit_transaction()
684 commit_transaction->t_tid); in jbd2_journal_commit_transaction()
1101 stats.ts_tid = commit_transaction->t_tid; in jbd2_journal_commit_transaction()
1105 commit_transaction->t_tid, &stats.run); in jbd2_journal_commit_transaction()
1110 WRITE_ONCE(journal->j_commit_sequence, commit_transaction->t_tid); in jbd2_journal_commit_transaction()
1129 journal->j_fc_cleanup_callback(journal, 1, commit_transaction->t_tid); in jbd2_journal_commit_transaction()
Drevoke.c403 handle->h_transaction->t_tid); in jbd2_journal_revoke()
/linux-6.12.1/fs/ocfs2/
Djournal.h603 oi->i_sync_tid = handle->h_transaction->t_tid; in ocfs2_update_inode_fsync_trans()
605 oi->i_datasync_tid = handle->h_transaction->t_tid; in ocfs2_update_inode_fsync_trans()
Dinode.c186 tid = transaction->t_tid; in ocfs2_iget()
/linux-6.12.1/fs/ext4/
Dext4_jbd2.h445 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()
Dfast_commit.c349 tid = handle->h_transaction->t_tid; in ext4_fc_mark_ineligible()
353 tid = sbi->s_journal->j_running_transaction->t_tid; in ext4_fc_mark_ineligible()
391 tid = handle->h_transaction->t_tid; in ext4_fc_track_template()
793 tail.fc_tid = cpu_to_le32(sbi->s_journal->j_running_transaction->t_tid); in ext4_fc_write_tail()
1134 sbi->s_journal->j_running_transaction->t_tid); in ext4_fc_perform_commit()
Dinode.c1422 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in ext4_journalled_write_end()
2364 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in ext4_journal_folio_buffers()
4898 tid = transaction->t_tid; in __ext4_iget()
5279 commit_tid = journal->j_committing_transaction->t_tid; in ext4_wait_for_tail_page_commit()
Dmballoc.c6497 new_entry->efd_tid = handle->h_transaction->t_tid; in ext4_mb_clear_bb()
Dsuper.c504 ext4_process_freed_data(sb, txn->t_tid); in ext4_journal_commit_callback()
/linux-6.12.1/include/trace/events/
Dext4.h2837 __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,
Djbd2.h49 __entry->transaction = commit_transaction->t_tid;
107 __entry->transaction = commit_transaction->t_tid;
/linux-6.12.1/fs/xfs/
Dxfs_log.c379 tic->t_tid++; in xfs_log_regrant()
866 .oh_tid = cpu_to_be32(ticket->t_tid), in xlog_write_unmount_record()
2021 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_full()
2108 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_partial()
2157 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_partial()
3258 tic->t_tid = get_random_u32(); in xlog_ticket_alloc()
Dxfs_log_cil.c1104 .oh_tid = cpu_to_be32(ctx->ticket->t_tid), in xlog_cil_write_commit_record()
1161 __be32 tid = cpu_to_be32(tic->t_tid); in xlog_cil_build_trans_hdr()
1183 hdr->thdr.th_tid = tic->t_tid; in xlog_cil_build_trans_hdr()
Dxfs_log_priv.h150 xlog_tid_t t_tid; /* transaction identifier */ member
Dxfs_trace.h4013 __entry->tid = tp->t_ticket->t_tid;
/linux-6.12.1/include/linux/
Djbd2.h557 tid_t t_tid; member
1825 tid = journal->j_running_transaction->t_tid; in jbd2_get_latest_transaction()