Home
last modified time | relevance | path

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

/linux-6.12.1/fs/jbd2/
Djournal.c818 J_ASSERT(journal->j_free > 1); in jbd2_journal_next_log_block()
822 journal->j_free--; in jbd2_journal_next_log_block()
1082 journal->j_free += freed; in __jbd2_update_log_tail()
1745 journal->j_free = journal->j_last - journal->j_first; in journal_reset()
2290 journal->j_free = journal->j_last - journal->j_first; in jbd2_journal_initialize_fast_commit()
/linux-6.12.1/include/linux/
Djbd2.h923 unsigned long j_free; member
1772 long free = journal->j_free - 32; in jbd2_log_space_left()