Home
last modified time | relevance | path

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

/linux-6.12.1/fs/jbd2/
Djournal.c840 if (journal->j_fc_off + journal->j_fc_first >= journal->j_fc_last) in jbd2_fc_get_buf()
843 fc_off = journal->j_fc_off; in jbd2_fc_get_buf()
845 journal->j_fc_off++; in jbd2_fc_get_buf()
869 int i, j_fc_off; in jbd2_fc_wait_bufs() local
871 j_fc_off = journal->j_fc_off; in jbd2_fc_wait_bufs()
877 for (i = j_fc_off - 1; i >= j_fc_off - num_blks; i--) { in jbd2_fc_wait_bufs()
885 journal->j_fc_off = i + 1; in jbd2_fc_wait_bufs()
899 int i, j_fc_off; in jbd2_fc_release_bufs() local
901 j_fc_off = journal->j_fc_off; in jbd2_fc_release_bufs()
903 for (i = j_fc_off - 1; i >= 0; i--) { in jbd2_fc_release_bufs()
[all …]
Dcommit.c438 journal->j_fc_off = 0; in jbd2_journal_commit_transaction()
/linux-6.12.1/include/trace/events/
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)
/linux-6.12.1/include/linux/
Djbd2.h956 unsigned long j_fc_off; member