Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h1681 static inline bool jbd2_journal_has_csum_v2or3_feature(journal_t *j) in jbd2_journal_has_csum_v2or3_feature() function
1688 WARN_ON_ONCE(jbd2_journal_has_csum_v2or3_feature(journal) && in jbd2_journal_has_csum_v2or3()
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Djournal.c124 if (!jbd2_journal_has_csum_v2or3_feature(j)) in jbd2_verify_csum_type()
1805 if (jbd2_journal_has_csum_v2or3_feature(journal) && in journal_get_superblock()
1819 if (jbd2_journal_has_csum_v2or3_feature(journal)) { in journal_get_superblock()