Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Djbd2.h1723 static inline bool jbd2_journal_has_csum_v2or3_feature(journal_t *j) in jbd2_journal_has_csum_v2or3_feature() function
1730 WARN_ON_ONCE(jbd2_journal_has_csum_v2or3_feature(journal) && in jbd2_journal_has_csum_v2or3()
/openbmc/linux/fs/jbd2/
H A Djournal.c1407 if (jbd2_journal_has_csum_v2or3_feature(journal) && in journal_check_superblock()
1416 if (jbd2_journal_has_csum_v2or3_feature(journal)) { in journal_check_superblock()