Home
last modified time | relevance | path

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

/linux-6.1.9/fs/jbd2/
Djournal.c1550 if (first + JBD2_MIN_JOURNAL_BLOCKS > last + 1) { in journal_reset()
2035 if (journal->j_last - num_fc_blocks >= JBD2_MIN_JOURNAL_BLOCKS) in load_superblock()
2280 if (journal->j_last - num_fc_blks < JBD2_MIN_JOURNAL_BLOCKS) in jbd2_journal_initialize_fast_commit()
/linux-6.1.9/include/linux/
Djbd2.h69 #define JBD2_MIN_JOURNAL_BLOCKS 1024 macro