Home
last modified time | relevance | path

Searched refs:commit_tid (Results 1 – 7 of 7) sorted by relevance

/linux/fs/ext4/
H A Dfsync.c114 tid_t commit_tid = datasync ? ei->i_datasync_tid : ei->i_sync_tid; in ext4_fsync_journal() local
124 !jbd2_trans_will_send_data_barrier(journal, commit_tid)) in ext4_fsync_journal()
127 return ext4_fc_commit(journal, commit_tid); in ext4_fsync_journal()
H A Dfast_commit.c1169 u64 commit_time, int nblks, tid_t commit_tid) in ext4_fc_update_stats() argument
1174 status, commit_tid); in ext4_fc_update_stats()
1192 trace_ext4_fc_commit_stop(sb, nblks, status, commit_tid); in ext4_fc_update_stats()
1201 int ext4_fc_commit(journal_t *journal, tid_t commit_tid) in ext4_fc_commit() argument
1212 return jbd2_complete_transaction(journal, commit_tid); in ext4_fc_commit()
1214 trace_ext4_fc_commit_start(sb, commit_tid); in ext4_fc_commit()
1220 ret = jbd2_fc_begin_commit(journal, commit_tid); in ext4_fc_commit()
1224 tid_gt(commit_tid, journal->j_commit_sequence)) in ext4_fc_commit()
1227 commit_tid); in ext4_fc_commit()
1235 commit_tid); in ext4_fc_commit()
[all …]
H A Dext4.h2987 int ext4_fc_commit(journal_t *journal, tid_t commit_tid);
3021 extern void ext4_process_freed_data(struct super_block *sb, tid_t commit_tid);
H A Dinode.c5731 tid_t commit_tid; in ext4_wait_for_tail_page_commit() local
5761 commit_tid = journal->j_committing_transaction->t_tid; in ext4_wait_for_tail_page_commit()
5766 jbd2_log_wait_commit(journal, commit_tid); in ext4_wait_for_tail_page_commit()
H A Dmballoc.c4019 void ext4_process_freed_data(struct super_block *sb, tid_t commit_tid) in ext4_process_freed_data() argument
4024 struct list_head *s_freed_head = &sbi->s_freed_data_list[commit_tid & 1]; in ext4_process_freed_data()
/linux/fs/ocfs2/
H A Dfile.c174 tid_t commit_tid; in ocfs2_sync_file() local
190 commit_tid = datasync ? oi->i_datasync_tid : oi->i_sync_tid; in ocfs2_sync_file()
192 !jbd2_trans_will_send_data_barrier(journal, commit_tid)) in ocfs2_sync_file()
194 err = jbd2_complete_transaction(journal, commit_tid); in ocfs2_sync_file()
/linux/include/trace/events/
H A Dext4.h2770 TP_PROTO(struct super_block *sb, tid_t commit_tid),
2772 TP_ARGS(sb, commit_tid),
2781 __entry->tid = commit_tid;
2790 tid_t commit_tid),
2792 TP_ARGS(sb, nblks, reason, commit_tid),
2812 __entry->tid = commit_tid;