Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h280 ((j)->j_format_version >= 2 && \
283 ((j)->j_format_version >= 2 && \
286 ((j)->j_format_version >= 2 && \
800 int j_format_version; member
1289 return ((j)->j_format_version >= 2 && \
1307 return ((j)->j_format_version >= 2 && \
1325 return ((j)->j_format_version >= 2 && \
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Djournal.c1772 journal->j_format_version = 1; in journal_get_superblock()
1775 journal->j_format_version = 2; in journal_get_superblock()
1912 if (journal->j_format_version >= 2) { in jbd2_journal_load()
2057 if (journal->j_format_version == 0 && in jbd2_journal_check_used_features()
2060 if (journal->j_format_version == 1) in jbd2_journal_check_used_features()
2094 if (journal->j_format_version != 2) in jbd2_journal_check_available_features()