Home
last modified time | relevance | path

Searched refs:j_fc_first (Results 1 – 2 of 2) sorted by relevance

/linux/fs/jbd2/
H A Djournal.c841 if (journal->j_fc_off + journal->j_fc_first >= journal->j_fc_last) in jbd2_fc_get_buf()
845 blocknr = journal->j_fc_first + fc_off; in jbd2_fc_get_buf()
1501 journal->j_fc_first = journal->j_last + 1; in journal_load_superblock()
2269 journal->j_fc_first = journal->j_last + 1; in jbd2_journal_initialize_fast_commit()
/linux/include/linux/
H A Djbd2.h961 unsigned long j_fc_first; member