Searched refs:tid_gt (Results 1 – 3 of 3) sorted by relevance
693 if (tid_gt(sequence, record->sequence)) in jbd2_journal_set_revoke()716 if (tid_gt(sequence, record->sequence)) in jbd2_journal_test_revoke()
677 if (tid_gt(tid, journal->j_commit_sequence) && in jbd2_log_wait_commit()692 while (tid_gt(tid, journal->j_commit_sequence)) { in jbd2_log_wait_commit()698 !tid_gt(tid, journal->j_commit_sequence)); in jbd2_log_wait_commit()1073 ret = tid_gt(*tid, journal->j_tail_sequence); in jbd2_journal_get_log_tail()1135 if (tid_gt(tid, journal->j_tail_sequence)) in jbd2_update_log_tail()
1706 static inline int tid_gt(tid_t x, tid_t y) in tid_gt() function