Home
last modified time | relevance | path

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

/linux-6.15/fs/jbd2/
H A Djournal.c847 fc_off = journal->j_fc_off; in jbd2_fc_get_buf()
849 journal->j_fc_off++; in jbd2_fc_get_buf()
873 int i, j_fc_off; in jbd2_fc_wait_bufs() local
875 j_fc_off = journal->j_fc_off; in jbd2_fc_wait_bufs()
881 for (i = j_fc_off - 1; i >= j_fc_off - num_blks; i--) { in jbd2_fc_wait_bufs()
889 journal->j_fc_off = i + 1; in jbd2_fc_wait_bufs()
903 int i, j_fc_off; in jbd2_fc_release_bufs() local
905 j_fc_off = journal->j_fc_off; in jbd2_fc_release_bufs()
907 for (i = j_fc_off - 1; i >= 0; i--) { in jbd2_fc_release_bufs()
1505 journal->j_fc_off = 0; in journal_load_superblock()
[all …]
H A Dcommit.c438 journal->j_fc_off = 0; in jbd2_journal_commit_transaction()
/linux-6.15/include/linux/
H A Djbd2.h948 unsigned long j_fc_off; member
/linux-6.15/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)