Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/ !
Djbd2.h1724 static inline bool jbd2_journal_has_csum_v2or3_feature(journal_t *j) in jbd2_journal_has_csum_v2or3_feature() function
1731 WARN_ON_ONCE(jbd2_journal_has_csum_v2or3_feature(journal) && in jbd2_journal_has_csum_v2or3()
/linux-5.19.10/fs/jbd2/ !
Djournal.c124 if (!jbd2_journal_has_csum_v2or3_feature(j)) in jbd2_verify_csum_type()
1958 if (jbd2_journal_has_csum_v2or3_feature(journal) && in journal_get_superblock()
1972 if (jbd2_journal_has_csum_v2or3_feature(journal)) { in journal_get_superblock()