Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jbd2/ !
Djournal.c880 if (journal->j_fc_off + journal->j_fc_first < journal->j_fc_last) { in jbd2_fc_get_buf()
881 fc_off = journal->j_fc_off; in jbd2_fc_get_buf()
883 journal->j_fc_off++; in jbd2_fc_get_buf()
915 int i, j_fc_off; in jbd2_fc_wait_bufs() local
917 j_fc_off = journal->j_fc_off; in jbd2_fc_wait_bufs()
923 for (i = j_fc_off - 1; i >= j_fc_off - num_blks; i--) { in jbd2_fc_wait_bufs()
931 journal->j_fc_off = i + 1; in jbd2_fc_wait_bufs()
945 int i, j_fc_off; in jbd2_fc_release_bufs() local
947 j_fc_off = journal->j_fc_off; in jbd2_fc_release_bufs()
949 for (i = j_fc_off - 1; i >= 0; i--) { in jbd2_fc_release_bufs()
[all …]
Dcommit.c472 journal->j_fc_off = 0; in jbd2_journal_commit_transaction()
/linux-6.1.9/include/trace/events/ !
Dext4.h2899 __field(int, j_fc_off)
2908 __entry->j_fc_off = journal->j_fc_off;
2915 __entry->j_fc_off, __entry->full, __entry->tid)
/linux-6.1.9/include/linux/ !
Djbd2.h986 unsigned long j_fc_off; member