Home
last modified time | relevance | path

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

/Linux-v5.15/fs/jbd2/
Dcheckpoint.c135 tid = journal->j_committing_transaction->t_tid; in __jbd2_log_wait_for_space()
229 this_tid = transaction->t_tid; in jbd2_log_do_checkpoint()
237 transaction->t_tid != this_tid) in jbd2_log_do_checkpoint()
256 tid_t tid = t->t_tid; in jbd2_log_do_checkpoint()
332 transaction->t_tid != this_tid) in jbd2_log_do_checkpoint()
534 first_tid = transaction->t_tid; in jbd2_journal_shrink_checkpoint_list()
537 last_tid = last_transaction->t_tid; in jbd2_journal_shrink_checkpoint_list()
541 tid = transaction->t_tid; in jbd2_journal_shrink_checkpoint_list()
563 next_tid = next_transaction->t_tid; in jbd2_journal_shrink_checkpoint_list()
732 transaction->t_tid, stats); in __jbd2_journal_remove_checkpoint()
[all …]
Djournal.c262 journal->j_commit_request = transaction->t_tid; in kjournald2()
496 journal->j_running_transaction->t_tid == target) { in __jbd2_log_start_commit()
517 journal->j_running_transaction->t_tid : 0); in __jbd2_log_start_commit()
547 if (!tid_geq(journal->j_commit_request, transaction->t_tid)) in __jbd2_journal_force_commit()
557 tid = transaction->t_tid; in __jbd2_journal_force_commit()
615 tid_t tid = journal->j_running_transaction->t_tid; in jbd2_journal_start_commit()
629 *ptid = journal->j_committing_transaction->t_tid; in jbd2_journal_start_commit()
654 if (!commit_trans || commit_trans->t_tid != tid) { in jbd2_trans_will_send_data_barrier()
694 journal->j_committing_transaction->t_tid != tid)) { in jbd2_log_wait_commit()
796 journal->j_running_transaction->t_tid : 0; in jbd2_fc_end_commit_fallback()
[all …]
Dtransaction.c108 transaction->t_tid = journal->j_transaction_sequence++; in jbd2_get_transaction()
174 tid_t tid = journal->j_running_transaction->t_tid; in wait_transaction_locked()
535 handle->h_transaction->t_tid, type, in jbd2__journal_start()
638 handle->h_transaction->t_tid, type, in jbd2_journal_start_reserved()
705 transaction->t_tid, in jbd2_journal_extend()
800 tid = transaction->t_tid; in jbd2__journal_restart()
825 ret ? 0 : handle->h_transaction->t_tid, in jbd2__journal_restart()
1559 jh->b_transaction ? jh->b_transaction->t_tid : 0, in jbd2_journal_dirty_metadata()
1562 journal->j_running_transaction->t_tid : 0); in jbd2_journal_dirty_metadata()
1588 transaction, transaction->t_tid, in jbd2_journal_dirty_metadata()
[all …]
Dcommit.c469 commit_transaction->t_tid); in jbd2_journal_commit_transaction()
730 commit_transaction->t_tid); in jbd2_journal_commit_transaction()
1145 stats.ts_tid = commit_transaction->t_tid; in jbd2_journal_commit_transaction()
1149 commit_transaction->t_tid, &stats.run); in jbd2_journal_commit_transaction()
1154 journal->j_commit_sequence = commit_transaction->t_tid; in jbd2_journal_commit_transaction()
Drevoke.c403 handle->h_transaction->t_tid); in jbd2_journal_revoke()
/Linux-v5.15/fs/ocfs2/
Djournal.h599 oi->i_sync_tid = handle->h_transaction->t_tid; in ocfs2_update_inode_fsync_trans()
601 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-v5.15/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.c397 tid = handle->h_transaction->t_tid; in ext4_fc_track_template()
743 tail.fc_tid = cpu_to_le32(sbi->s_journal->j_running_transaction->t_tid); in ext4_fc_write_tail()
1086 sbi->s_journal->j_running_transaction->t_tid); in ext4_fc_perform_commit()
Dialloc.c1339 ei->i_sync_tid = handle->h_transaction->t_tid; in __ext4_new_inode()
1340 ei->i_datasync_tid = handle->h_transaction->t_tid; in __ext4_new_inode()
Dinode.c1417 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in ext4_journalled_write_end()
1932 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in __ext4_journalled_writepage()
4738 tid = transaction->t_tid; in __ext4_iget()
5245 commit_tid = journal->j_committing_transaction->t_tid; in ext4_wait_for_tail_page_commit()
Dsuper.c448 ext4_process_freed_data(sb, txn->t_tid); in ext4_journal_commit_callback()
Dmballoc.c6038 new_entry->efd_tid = handle->h_transaction->t_tid; in ext4_free_blocks()
/Linux-v5.15/include/trace/events/
Djbd2.h49 __entry->transaction = commit_transaction->t_tid;
107 __entry->transaction = commit_transaction->t_tid;
/Linux-v5.15/fs/xfs/
Dxfs_log_priv.h161 xlog_tid_t t_tid; /* transaction identifier : 4 */ member
Dxfs_log.c393 tic->t_tid++; in xfs_log_regrant()
2282 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_start_rec()
2296 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_setup_ophdr()
3625 tic->t_tid = prandom_u32(); in xlog_ticket_alloc()
Dxfs_log_cil.c1022 thdr.th_tid = tic->t_tid; in xlog_cil_push_work()
Dxfs_trace.h3555 __entry->tid = tp->t_ticket->t_tid;
/Linux-v5.15/include/linux/
Djbd2.h570 tid_t t_tid; member
1811 tid = journal->j_running_transaction->t_tid; in jbd2_get_latest_transaction()