Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/jbd2/
H A Djournal.c859 J_ASSERT(journal->j_free > 1); in jbd2_journal_next_log_block()
863 journal->j_free--; in jbd2_journal_next_log_block()
1137 journal->j_free += freed; in __jbd2_update_log_tail()
1508 journal->j_free = journal->j_last - journal->j_first; in journal_reset()
2129 journal->j_free = journal->j_last - journal->j_first; in jbd2_journal_initialize_fast_commit()
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h919 unsigned long j_free; member
1700 long free = journal->j_free - 32; in jbd2_log_space_left()