Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jbd2/
Djournal.c883 if (journal->j_fc_off + journal->j_fc_first < journal->j_fc_last) { in jbd2_fc_get_buf()
884 fc_off = journal->j_fc_off; in jbd2_fc_get_buf()
886 journal->j_fc_off++; in jbd2_fc_get_buf()
918 int i, j_fc_off; in jbd2_fc_wait_bufs() local
920 j_fc_off = journal->j_fc_off; in jbd2_fc_wait_bufs()
926 for (i = j_fc_off - 1; i >= j_fc_off - num_blks; i--) { in jbd2_fc_wait_bufs()
942 int i, j_fc_off; in jbd2_fc_release_bufs() local
944 j_fc_off = journal->j_fc_off; in jbd2_fc_release_bufs()
946 for (i = j_fc_off - 1; i >= 0; i--) { in jbd2_fc_release_bufs()
2035 journal->j_fc_off = 0; in load_superblock()
[all …]
Dcommit.c474 journal->j_fc_off = 0; in jbd2_journal_commit_transaction()
/linux-5.19.10/include/trace/events/
Dext4.h2896 __field(int, j_fc_off)
2905 __entry->j_fc_off = journal->j_fc_off;
2912 __entry->j_fc_off, __entry->full, __entry->tid)
/linux-5.19.10/include/linux/
Djbd2.h987 unsigned long j_fc_off; member