Searched refs:tid_gt (Results 1 – 3 of 3) sorted by relevance
687 if (tid_gt(sequence, record->sequence)) in jbd2_journal_set_revoke()710 if (tid_gt(sequence, record->sequence)) in jbd2_journal_test_revoke()
687 if (tid_gt(tid, journal->j_commit_sequence) && in jbd2_log_wait_commit()702 while (tid_gt(tid, journal->j_commit_sequence)) { in jbd2_log_wait_commit()708 !tid_gt(tid, journal->j_commit_sequence)); in jbd2_log_wait_commit()902 ret = tid_gt(*tid, journal->j_tail_sequence); in jbd2_journal_get_log_tail()965 if (tid_gt(tid, journal->j_tail_sequence)) in jbd2_update_log_tail()
1535 static inline int tid_gt(tid_t x, tid_t y) in tid_gt() function