Home
last modified time | relevance | path

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

/linux/fs/ext4/
A 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()
A Dext4_jbd2.c121 if (!handle->h_transaction) { in __ext4_journal_stop()
126 sb = handle->h_transaction->t_journal->j_private; in __ext4_journal_stop()
A Dialloc.c1339 ei->i_sync_tid = handle->h_transaction->t_tid; in __ext4_new_inode()
1340 ei->i_datasync_tid = handle->h_transaction->t_tid; in __ext4_new_inode()
A Dfast_commit.c397 tid = handle->h_transaction->t_tid; in ext4_fc_track_template()
A Dinode.c1417 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in ext4_journalled_write_end()
1929 EXT4_I(inode)->i_datasync_tid = handle->h_transaction->t_tid; in __ext4_journalled_writepage()
A Dmballoc.c6038 new_entry->efd_tid = handle->h_transaction->t_tid; in ext4_free_blocks()
/linux/fs/jbd2/
A Dtransaction.c455 handle->h_transaction = transaction; in start_this_handle()
535 handle->h_transaction->t_tid, type, in jbd2__journal_start()
638 handle->h_transaction->t_tid, type, in jbd2_journal_start_reserved()
667 transaction_t *transaction = handle->h_transaction; in jbd2_journal_extend()
726 transaction_t *transaction = handle->h_transaction; in stop_this_handle()
789 transaction_t *transaction = handle->h_transaction; in jbd2__journal_restart()
808 handle->h_transaction = NULL; in jbd2__journal_restart()
825 ret ? 0 : handle->h_transaction->t_tid, in jbd2__journal_restart()
965 transaction_t *transaction = handle->h_transaction; in do_get_write_access()
1260 transaction_t *transaction = handle->h_transaction; in jbd2_journal_get_create_access()
[all …]
A 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/fs/ocfs2/
A Djournal.h598 oi->i_sync_tid = handle->h_transaction->t_tid; in ocfs2_update_inode_fsync_trans()
600 oi->i_datasync_tid = handle->h_transaction->t_tid; in ocfs2_update_inode_fsync_trans()
A Djournal.c781 journal_t *journal = handle->h_transaction->t_journal; in ocfs2_journal_dirty()
/linux/include/linux/
A Djbd2.h490 transaction_t *h_transaction; member
1700 if (handle->h_aborted || !handle->h_transaction) in is_handle_aborted()
1702 return is_journal_aborted(handle->h_transaction->t_journal); in is_handle_aborted()
1821 journal = handle->h_transaction->t_journal; in jbd2_handle_buffer_credits()

Completed in 702 milliseconds