Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dfast_commit.c1320 static int ext4_fc_perform_commit(journal_t *journal, tid_t commit_tid) in ext4_fc_perform_commit() argument
1417 trace_call__ext4_fc_lock_updates(sb, commit_tid, locked_ns, in ext4_fc_perform_commit()
1535 u64 commit_time, int nblks, tid_t commit_tid) in ext4_fc_update_stats() argument
1540 status, commit_tid); in ext4_fc_update_stats()
1558 trace_ext4_fc_commit_stop(sb, nblks, status, commit_tid); in ext4_fc_update_stats()
1567 int ext4_fc_commit(journal_t *journal, tid_t commit_tid) in ext4_fc_commit() argument
1578 return jbd2_complete_transaction(journal, commit_tid); in ext4_fc_commit()
1580 trace_ext4_fc_commit_start(sb, commit_tid); in ext4_fc_commit()
1586 ret = jbd2_fc_begin_commit(journal, commit_tid); in ext4_fc_commit()
1590 tid_gt(commit_tid, journal->j_commit_sequence)) in ext4_fc_commit()
[all …]
H A Dext4.h3093 int ext4_fc_commit(journal_t *journal, tid_t commit_tid);
3127 extern void ext4_process_freed_data(struct super_block *sb, tid_t commit_tid);
H A Dinode.c5946 tid_t commit_tid; in ext4_wait_for_tail_page_commit() local
5976 commit_tid = journal->j_committing_transaction->t_tid; in ext4_wait_for_tail_page_commit()
5981 jbd2_log_wait_commit(journal, commit_tid); in ext4_wait_for_tail_page_commit()
H A Dmballoc.c4020 void ext4_process_freed_data(struct super_block *sb, tid_t commit_tid) in ext4_process_freed_data() argument
4025 struct list_head *s_freed_head = &sbi->s_freed_data_list[commit_tid & 1]; in ext4_process_freed_data()