Home
last modified time | relevance | path

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

/openbmc/linux/fs/jbd2/
H A Djournal.c869 if (journal->j_fc_off + journal->j_fc_first < journal->j_fc_last) { in jbd2_fc_get_buf()
870 fc_off = journal->j_fc_off; in jbd2_fc_get_buf()
872 journal->j_fc_off++; in jbd2_fc_get_buf()
904 int i, j_fc_off; in jbd2_fc_wait_bufs() local
906 j_fc_off = journal->j_fc_off; in jbd2_fc_wait_bufs()
912 for (i = j_fc_off - 1; i >= j_fc_off - num_blks; i--) { in jbd2_fc_wait_bufs()
920 journal->j_fc_off = i + 1; in jbd2_fc_wait_bufs()
934 int i, j_fc_off; in jbd2_fc_release_bufs() local
936 j_fc_off = journal->j_fc_off; in jbd2_fc_release_bufs()
938 for (i = j_fc_off - 1; i >= 0; i--) { in jbd2_fc_release_bufs()
[all …]
H A Dcommit.c438 journal->j_fc_off = 0; in jbd2_journal_commit_transaction()
/openbmc/linux/include/linux/
H A Djbd2.h961 unsigned long j_fc_off; member
/openbmc/linux/include/trace/events/
H A Dext4.h2941 __field(int, j_fc_off)
2950 __entry->j_fc_off = journal->j_fc_off;
2957 __entry->j_fc_off, __entry->full, __entry->tid)