Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext4/
Dext4_jbd2.h169 list_add_tail(&jce->jce_list, &handle->h_transaction->t_private_list); in _ext4_journal_callback_add()
179 EXT4_SB(handle->h_transaction->t_journal->j_private); in ext4_journal_callback_add()
200 EXT4_SB(handle->h_transaction->t_journal->j_private); in ext4_journal_callback_try_del()
445 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()
Dext4_jbd2.c121 if (!handle->h_transaction) { in __ext4_journal_stop()
126 sb = handle->h_transaction->t_journal->j_private; in __ext4_journal_stop()
Dialloc.c1338 ei->i_sync_tid = handle->h_transaction->t_tid; in __ext4_new_inode()
1339 ei->i_datasync_tid = handle->h_transaction->t_tid; in __ext4_new_inode()
Dfast_commit.c348 tid = handle->h_transaction->t_tid; in ext4_fc_mark_ineligible()
384 tid = handle->h_transaction->t_tid; in ext4_fc_track_template()
Dinode.c1445 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in ext4_journalled_write_end()
1955 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in __ext4_journalled_writepage()
Dmballoc.c6004 new_entry->efd_tid = handle->h_transaction->t_tid; in ext4_mb_clear_bb()
/linux-6.1.9/fs/jbd2/
Dtransaction.c450 handle->h_transaction = transaction; in start_this_handle()
496 J_ASSERT(handle->h_transaction->t_journal == journal); in jbd2__journal_start()
530 handle->h_transaction->t_tid, type, in jbd2__journal_start()
633 handle->h_transaction->t_tid, type, in jbd2_journal_start_reserved()
662 transaction_t *transaction = handle->h_transaction; in jbd2_journal_extend()
718 transaction_t *transaction = handle->h_transaction; in stop_this_handle()
781 transaction_t *transaction = handle->h_transaction; in jbd2__journal_restart()
800 handle->h_transaction = NULL; in jbd2__journal_restart()
817 ret ? 0 : handle->h_transaction->t_tid, in jbd2__journal_restart()
974 transaction_t *transaction = handle->h_transaction; in do_get_write_access()
[all …]
Drevoke.c338 journal = handle->h_transaction->t_journal; in jbd2_journal_revoke()
403 handle->h_transaction->t_tid); in jbd2_journal_revoke()
426 journal_t *journal = handle->h_transaction->t_journal; in jbd2_journal_cancel_revoke()
/linux-6.1.9/fs/ocfs2/
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()
Djournal.c781 journal_t *journal = handle->h_transaction->t_journal; in ocfs2_journal_dirty()
/linux-6.1.9/include/linux/
Djbd2.h489 transaction_t *h_transaction; member
1692 if (handle->h_aborted || !handle->h_transaction) in is_handle_aborted()
1694 return is_journal_aborted(handle->h_transaction->t_journal); in is_handle_aborted()
1811 journal = handle->h_transaction->t_journal; in jbd2_handle_buffer_credits()
/linux-6.1.9/include/trace/events/
Dext4.h2805 __entry->t_tid = handle->h_transaction->t_tid;
2846 __entry->t_tid = handle->h_transaction->t_tid;
2878 __entry->t_tid = handle->h_transaction->t_tid;