Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ext4/
Dext4_jbd2.h172 list_add_tail(&jce->jce_list, &handle->h_transaction->t_private_list); in _ext4_journal_callback_add()
182 EXT4_SB(handle->h_transaction->t_journal->j_private); in ext4_journal_callback_add()
203 EXT4_SB(handle->h_transaction->t_journal->j_private); in ext4_journal_callback_try_del()
388 ei->i_sync_tid = handle->h_transaction->t_tid; in ext4_update_inode_fsync_trans()
390 ei->i_datasync_tid = handle->h_transaction->t_tid; in ext4_update_inode_fsync_trans()
Dext4_jbd2.c97 if (!handle->h_transaction) { in __ext4_journal_stop()
102 sb = handle->h_transaction->t_journal->j_private; in __ext4_journal_stop()
Dialloc.c1174 ei->i_sync_tid = handle->h_transaction->t_tid; in __ext4_new_inode()
1175 ei->i_datasync_tid = handle->h_transaction->t_tid; in __ext4_new_inode()
Dinode.c1555 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in ext4_journalled_write_end()
2056 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in __ext4_journalled_writepage()
Dmballoc.c4882 new_entry->efd_tid = handle->h_transaction->t_tid; in ext4_free_blocks()
/Linux-v5.4/fs/jbd2/
Dtransaction.c406 handle->h_transaction = transaction; in start_this_handle()
451 J_ASSERT(handle->h_transaction->t_journal == journal); in jbd2__journal_start()
482 handle->h_transaction->t_tid, type, in jbd2__journal_start()
573 handle->h_transaction->t_tid, type, in jbd2_journal_start_reserved()
601 transaction_t *transaction = handle->h_transaction; in jbd2_journal_extend()
677 transaction_t *transaction = handle->h_transaction; in jbd2__journal_restart()
707 handle->h_transaction = NULL; in jbd2__journal_restart()
862 transaction_t *transaction = handle->h_transaction; in do_get_write_access()
1084 if (jh->b_transaction != handle->h_transaction && in jbd2_write_access_granted()
1085 jh->b_next_transaction != handle->h_transaction) in jbd2_write_access_granted()
[all …]
Drevoke.c338 journal = handle->h_transaction->t_journal; in jbd2_journal_revoke()
397 handle->h_transaction->t_tid); in jbd2_journal_revoke()
420 journal_t *journal = handle->h_transaction->t_journal; in jbd2_journal_cancel_revoke()
/Linux-v5.4/fs/ocfs2/
Djournal.h600 oi->i_sync_tid = handle->h_transaction->t_tid; in ocfs2_update_inode_fsync_trans()
602 oi->i_datasync_tid = handle->h_transaction->t_tid; in ocfs2_update_inode_fsync_trans()
Dnamei.c589 oi->i_sync_tid = handle->h_transaction->t_tid; in __ocfs2_mknod_locked()
590 oi->i_datasync_tid = handle->h_transaction->t_tid; in __ocfs2_mknod_locked()
Djournal.c783 journal_t *journal = handle->h_transaction->t_journal; in ocfs2_journal_dirty()
/Linux-v5.4/include/linux/
Djbd2.h501 transaction_t *h_transaction; member
1520 if (handle->h_aborted || !handle->h_transaction) in is_handle_aborted()
1522 return is_journal_aborted(handle->h_transaction->t_journal); in is_handle_aborted()