Home
last modified time | relevance | path

Searched refs:h_transaction (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/fs/jbd2/
H A Dtransaction.c431 handle->h_transaction = transaction; in start_this_handle()
511 handle->h_transaction->t_tid, type, in jbd2__journal_start()
614 handle->h_transaction->t_tid, type, in jbd2_journal_start_reserved()
643 transaction_t *transaction = handle->h_transaction; in jbd2_journal_extend()
699 transaction_t *transaction = handle->h_transaction; in stop_this_handle()
762 transaction_t *transaction = handle->h_transaction; in jbd2__journal_restart()
781 handle->h_transaction = NULL; in jbd2__journal_restart()
798 ret ? 0 : handle->h_transaction->t_tid, in jbd2__journal_restart()
951 transaction_t *transaction = handle->h_transaction; in do_get_write_access()
1221 journal = handle->h_transaction->t_journal; in jbd2_journal_get_write_access()
[all …]
H A Drevoke.c338 journal = handle->h_transaction->t_journal; in jbd2_journal_revoke()
405 handle->h_transaction->t_tid); in jbd2_journal_revoke()
428 journal_t *journal = handle->h_transaction->t_journal; in jbd2_journal_cancel_revoke()
/linux-6.15/fs/ocfs2/
H 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()
H A Djournal.c838 journal_t *journal = handle->h_transaction->t_journal; in ocfs2_journal_dirty()
/linux-6.15/fs/ext4/
H 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()
H A Dext4_jbd2.c130 if (!handle->h_transaction) { in __ext4_journal_stop()
135 sb = handle->h_transaction->t_journal->j_private; in __ext4_journal_stop()
H A Dfast_commit.c347 tid = handle->h_transaction->t_tid; in ext4_fc_mark_ineligible()
387 tid = handle->h_transaction->t_tid; in ext4_fc_track_template()
H A Dinode.c1436 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in ext4_journalled_write_end()
2380 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in ext4_journal_folio_buffers()
H A Dmballoc.c6495 new_entry->efd_tid = handle->h_transaction->t_tid; in ext4_mb_clear_bb()
/linux-6.15/include/linux/
H A Djbd2.h479 transaction_t *h_transaction; member
1680 if (handle->h_aborted || !handle->h_transaction) in is_handle_aborted()
1682 return is_journal_aborted(handle->h_transaction->t_journal); in is_handle_aborted()
1793 journal = handle->h_transaction->t_journal; in jbd2_handle_buffer_credits()
/linux-6.15/include/trace/events/
H A Dext4.h2847 __entry->t_tid = handle->h_transaction->t_tid;
2888 __entry->t_tid = handle->h_transaction->t_tid;
2920 __entry->t_tid = handle->h_transaction->t_tid;