Home
last modified time | relevance | path

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

/openbmc/linux/fs/jbd2/
H A Drevoke.c693 if (tid_gt(sequence, record->sequence)) in jbd2_journal_set_revoke()
716 if (tid_gt(sequence, record->sequence)) in jbd2_journal_test_revoke()
H A Djournal.c678 if (tid_gt(tid, journal->j_commit_sequence) && in jbd2_log_wait_commit()
693 while (tid_gt(tid, journal->j_commit_sequence)) { in jbd2_log_wait_commit()
699 !tid_gt(tid, journal->j_commit_sequence)); in jbd2_log_wait_commit()
1074 ret = tid_gt(*tid, journal->j_tail_sequence); in jbd2_journal_get_log_tail()
1136 if (tid_gt(tid, journal->j_tail_sequence)) in jbd2_update_log_tail()
/openbmc/linux/include/linux/
H A Djbd2.h1708 static inline int tid_gt(tid_t x, tid_t y) in tid_gt() function
/openbmc/linux/fs/ext4/
H A Dfast_commit.c362 (is_ineligible && tid_gt(tid, sbi->s_fc_ineligible_tid)))) in ext4_fc_mark_ineligible()
1226 tid_gt(commit_tid, journal->j_commit_sequence)) in ext4_fc_commit()