Home
last modified time | relevance | path

Searched refs:tid_gt (Results 1 – 3 of 3) sorted by relevance

/linux/fs/jbd2/
H A Djournal.c662 if (tid_gt(tid, journal->j_commit_sequence) && in jbd2_log_wait_commit()
677 while (tid_gt(tid, journal->j_commit_sequence)) { in jbd2_log_wait_commit()
683 !tid_gt(tid, journal->j_commit_sequence)); in jbd2_log_wait_commit()
1038 ret = tid_gt(*tid, journal->j_tail_sequence); in jbd2_journal_get_log_tail()
1100 if (tid_gt(tid, journal->j_tail_sequence)) in jbd2_update_log_tail()
/linux/include/linux/
H A Djbd2.h1742 static inline int tid_gt(tid_t x, tid_t y) in tid_gt() function
/linux/fs/ext4/
H A Dfast_commit.c372 if (has_transaction && (!is_ineligible || tid_gt(tid, sbi->s_fc_ineligible_tid))) in ext4_fc_mark_ineligible()
1590 tid_gt(commit_tid, journal->j_commit_sequence)) in ext4_fc_commit()