Home
last modified time | relevance | path

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

/openbmc/linux/fs/jbd2/
H A Djournal.c1392 if (be32_to_cpu(sb->s_maxlen) < JBD2_MIN_JOURNAL_BLOCKS || in journal_check_superblock()
1393 be32_to_cpu(sb->s_maxlen) - JBD2_MIN_JOURNAL_BLOCKS < num_fc_blks) { in journal_check_superblock()
1750 if (first + JBD2_MIN_JOURNAL_BLOCKS > last + 1) { in journal_reset()
2305 if (journal->j_last - num_fc_blks < JBD2_MIN_JOURNAL_BLOCKS) in jbd2_journal_initialize_fast_commit()
/openbmc/linux/include/linux/
H A Djbd2.h69 #define JBD2_MIN_JOURNAL_BLOCKS 1024 macro