Searched refs:tid_gt (Results 1 – 3 of 3) sorted by relevance
681 if (tid_gt(sequence, record->sequence)) in jbd2_journal_set_revoke()704 if (tid_gt(sequence, record->sequence)) in jbd2_journal_test_revoke()
706 if (tid_gt(tid, journal->j_commit_sequence) && in jbd2_log_wait_commit()721 while (tid_gt(tid, journal->j_commit_sequence)) { in jbd2_log_wait_commit()727 !tid_gt(tid, journal->j_commit_sequence)); in jbd2_log_wait_commit()921 ret = tid_gt(*tid, journal->j_tail_sequence); in jbd2_journal_get_log_tail()984 if (tid_gt(tid, journal->j_tail_sequence)) in jbd2_update_log_tail()
1516 static inline int tid_gt(tid_t x, tid_t y) in tid_gt() function