Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jbd2/
H A Dcheckpoint.c143 tid = journal->j_committing_transaction->t_tid; in __jbd2_log_wait_for_space()
238 this_tid = transaction->t_tid; in jbd2_log_do_checkpoint()
246 transaction->t_tid != this_tid) in jbd2_log_do_checkpoint()
265 tid_t tid = t->t_tid; in jbd2_log_do_checkpoint()
343 transaction->t_tid != this_tid) in jbd2_log_do_checkpoint()
605 transaction->t_tid, stats); in __jbd2_journal_remove_checkpoint()
679 jbd_debug(1, "Dropping transaction %d, all done\n", transaction->t_tid); in __jbd2_journal_drop_transaction()
H A 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 …]
H A 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()
518 handle->h_transaction->t_tid, type, in jbd2__journal_start()
621 handle->h_transaction->t_tid, type, in jbd2_journal_start_reserved()
688 transaction->t_tid, in jbd2_journal_extend()
783 tid = transaction->t_tid; in jbd2__journal_restart()
808 ret ? 0 : handle->h_transaction->t_tid, in jbd2__journal_restart()
1552 jh->b_transaction ? jh->b_transaction->t_tid : 0, in jbd2_journal_dirty_metadata()
1555 journal->j_running_transaction->t_tid : 0); in jbd2_journal_dirty_metadata()
1581 transaction, transaction->t_tid, in jbd2_journal_dirty_metadata()
[all …]
H A Dcommit.c469 commit_transaction->t_tid); in jbd2_journal_commit_transaction()
732 commit_transaction->t_tid); in jbd2_journal_commit_transaction()
1147 stats.ts_tid = commit_transaction->t_tid; in jbd2_journal_commit_transaction()
1151 commit_transaction->t_tid, &stats.run); in jbd2_journal_commit_transaction()
1156 journal->j_commit_sequence = commit_transaction->t_tid; in jbd2_journal_commit_transaction()
H A Drevoke.c403 handle->h_transaction->t_tid); in jbd2_journal_revoke()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Djournal.h601 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()
H A Dinode.c188 tid = transaction->t_tid; in ocfs2_iget()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dext4_jbd2.h447 ei->i_sync_tid = handle->h_transaction->t_tid; in ext4_update_inode_fsync_trans()
449 ei->i_datasync_tid = handle->h_transaction->t_tid; in ext4_update_inode_fsync_trans()
H A Dfast_commit.c336 tid = handle->h_transaction->t_tid; in ext4_fc_track_template()
682 tail.fc_tid = cpu_to_le32(sbi->s_journal->j_running_transaction->t_tid); in ext4_fc_write_tail()
1042 sbi->s_journal->j_running_transaction->t_tid); in ext4_fc_perform_commit()
H A Dialloc.c1336 ei->i_sync_tid = handle->h_transaction->t_tid; in __ext4_new_inode()
1337 ei->i_datasync_tid = handle->h_transaction->t_tid; in __ext4_new_inode()
H A Dinode.c1454 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in ext4_journalled_write_end()
1971 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in __ext4_journalled_writepage()
4886 tid = transaction->t_tid; in __ext4_iget()
5379 commit_tid = journal->j_committing_transaction->t_tid; in ext4_wait_for_tail_page_commit()
H A Dmballoc.c5498 new_entry->efd_tid = handle->h_transaction->t_tid; in ext4_free_blocks()
H A Dsuper.c543 ext4_process_freed_data(sb, txn->t_tid); in ext4_journal_commit_callback()
/OK3568_Linux_fs/kernel/include/trace/events/
H A Djbd2.h49 __entry->transaction = commit_transaction->t_tid;
107 __entry->transaction = commit_transaction->t_tid;
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log_priv.h152 xlog_tid_t t_tid; /* transaction identifier : 4 */ member
H A Dxfs_log.c392 tic->t_tid++; in xfs_log_regrant()
2130 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_start_rec()
2144 ophdr->oh_tid = cpu_to_be32(ticket->t_tid); in xlog_write_setup_ophdr()
3461 tic->t_tid = prandom_u32(); in xlog_ticket_alloc()
H A Dxfs_log_cil.c803 thdr.th_tid = tic->t_tid; in xlog_cil_push_work()
H A Dxfs_trace.h3417 __entry->tid = tp->t_ticket->t_tid;
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h569 tid_t t_tid; member
1755 tid = journal->j_running_transaction->t_tid; in jbd2_get_latest_transaction()