Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Djbd2.h71 #define JBD2_MIN_JOURNAL_BLOCKS 1024 macro
/linux-4.1.27/fs/jbd2/
Djournal.c1291 if (first + JBD2_MIN_JOURNAL_BLOCKS > last + 1) { in journal_reset()