Home
last modified time | relevance | path

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

/fs/jbd2/
A 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()
438 first_tid = transaction->t_tid; in jbd2_journal_shrink_checkpoint_list()
443 last_tid = last_transaction->t_tid; in jbd2_journal_shrink_checkpoint_list()
447 tid = transaction->t_tid; in jbd2_journal_shrink_checkpoint_list()
461 next_tid = next_transaction->t_tid; in jbd2_journal_shrink_checkpoint_list()
613 transaction->t_tid, stats); in __jbd2_journal_remove_checkpoint()
717 jbd2_debug(1, "Dropping transaction %d, all done\n", transaction->t_tid); in __jbd2_journal_drop_transaction()
A Djournal.c243 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()
767 journal->j_running_transaction->t_tid : 0; in jbd2_fc_end_commit_fallback()
1027 *tid = transaction->t_tid; in jbd2_journal_get_log_tail()
1030 *tid = transaction->t_tid; in jbd2_journal_get_log_tail()
1033 *tid = transaction->t_tid; in jbd2_journal_get_log_tail()
[all …]
A Dtransaction.c143 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()
1607 transaction, transaction->t_tid, in jbd2_journal_dirty_metadata()
1610 jh->b_transaction->t_tid : 0, in jbd2_journal_dirty_metadata()
1613 jh->b_next_transaction->t_tid : 0, in jbd2_journal_dirty_metadata()
1845 tid = transaction->t_tid; in jbd2_journal_stop()
[all …]
A Dcommit.c435 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()
A Drevoke.c405 handle->h_transaction->t_tid); in jbd2_journal_revoke()
/fs/ocfs2/
A Djournal.h604 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()
A Dinode.c184 tid = transaction->t_tid; in ocfs2_iget()
/fs/ext4/
A Dext4_jbd2.h361 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()
A Dfast_commit.c323 tid = handle->h_transaction->t_tid; in ext4_fc_mark_ineligible()
327 tid = sbi->s_journal->j_running_transaction->t_tid; in ext4_fc_mark_ineligible()
363 tid = handle->h_transaction->t_tid; in ext4_fc_track_template()
781 tail.fc_tid = cpu_to_le32(sbi->s_journal->j_running_transaction->t_tid); in ext4_fc_write_tail()
1128 sbi->s_journal->j_running_transaction->t_tid); in ext4_fc_perform_commit()
A Dinode.c1575 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in ext4_journalled_write_end()
2564 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in ext4_journal_folio_buffers()
5410 tid = transaction->t_tid; in __ext4_iget()
5812 commit_tid = journal->j_committing_transaction->t_tid; in ext4_wait_for_tail_page_commit()
A Dmballoc.c6604 new_entry->efd_tid = handle->h_transaction->t_tid; in ext4_mb_clear_bb()
A Dsuper.c505 ext4_process_freed_data(sb, txn->t_tid); in ext4_journal_commit_callback()
/fs/xfs/
A Dxfs_log.c380 tic->t_tid++; in xfs_log_regrant()
867 .oh_tid = cpu_to_be32(ticket->t_tid), in xlog_write_unmount_record()
2002 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_full()
2089 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_partial()
2138 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_partial()
3237 tic->t_tid = get_random_u32(); in xlog_ticket_alloc()
A Dxfs_log_cil.c1093 .oh_tid = cpu_to_be32(ctx->ticket->t_tid), in xlog_cil_write_commit_record()
1150 __be32 tid = cpu_to_be32(tic->t_tid); in xlog_cil_build_trans_hdr()
1172 hdr->thdr.th_tid = tic->t_tid; in xlog_cil_build_trans_hdr()
A Dxfs_log_priv.h150 xlog_tid_t t_tid; /* transaction identifier */ member
A Dxfs_trace.h4411 __entry->tid = tp->t_ticket->t_tid;

Completed in 87 milliseconds