Home
last modified time | relevance | path

Searched refs:j_fc_off (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/fs/jbd2/
H A 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()
930 * Update j_fc_off so jbd2_fc_release_bufs can release remain in jbd2_fc_wait_bufs()
934 journal->j_fc_off in jbd2_fc_wait_bufs()
952 int i, j_fc_off; jbd2_fc_release_bufs() local
[all...]
H A Dcommit.c473 journal->j_fc_off = 0; in jbd2_journal_commit_transaction()
/kernel/linux/linux-6.6/fs/jbd2/
H A Djournal.c868 if (journal->j_fc_off + journal->j_fc_first < journal->j_fc_last) { in jbd2_fc_get_buf()
869 fc_off = journal->j_fc_off; in jbd2_fc_get_buf()
871 journal->j_fc_off++; in jbd2_fc_get_buf()
903 int i, j_fc_off; in jbd2_fc_wait_bufs() local
905 j_fc_off = journal->j_fc_off; in jbd2_fc_wait_bufs()
911 for (i = j_fc_off - 1; i >= j_fc_off - num_blks; i--) { in jbd2_fc_wait_bufs()
915 * Update j_fc_off so jbd2_fc_release_bufs can release remain in jbd2_fc_wait_bufs()
919 journal->j_fc_off in jbd2_fc_wait_bufs()
933 int i, j_fc_off; jbd2_fc_release_bufs() local
[all...]
H A Dcommit.c438 journal->j_fc_off = 0; in jbd2_journal_commit_transaction()
/kernel/linux/linux-6.6/include/trace/events/
H A Dext4.h2941 __field(int, j_fc_off)
2950 __entry->j_fc_off = journal->j_fc_off;
2955 TP_printk("dev %d,%d, j_fc_off %d, full %d, tid %u",
2957 __entry->j_fc_off, __entry->full, __entry->tid)
/kernel/linux/linux-5.10/include/linux/
H A Djbd2.h974 * @j_fc_off:
980 unsigned long j_fc_off; member
/kernel/linux/linux-6.6/include/linux/
H A Djbd2.h955 * @j_fc_off:
961 unsigned long j_fc_off; member

Completed in 15 milliseconds