Home
last modified time | relevance | path

Searched refs:jbd2_journal_has_csum_v2or3 (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/jbd2/
Drecovery.c180 if (!jbd2_journal_has_csum_v2or3(j)) in jbd2_descriptor_block_csum_verify()
204 if (jbd2_journal_has_csum_v2or3(journal)) in count_tags()
384 if (!jbd2_journal_has_csum_v2or3(j)) in jbd2_commit_block_csum_verify()
403 if (!jbd2_journal_has_csum_v2or3(j)) in jbd2_block_tag_csum_verify()
517 if (jbd2_journal_has_csum_v2or3(journal)) in do_one_pass()
828 if (jbd2_journal_has_csum_v2or3(journal)) in scan_revoke_records()
Dcommit.c97 if (!jbd2_journal_has_csum_v2or3(j)) in jbd2_commit_block_csum_set()
323 if (!jbd2_journal_has_csum_v2or3(j)) in jbd2_block_tag_csum_set()
375 if (jbd2_journal_has_csum_v2or3(journal)) in jbd2_journal_commit_transaction()
Djournal.c147 if (!jbd2_journal_has_csum_v2or3(j)) in jbd2_superblock_csum_verify()
155 if (!jbd2_journal_has_csum_v2or3(j)) in jbd2_superblock_csum_set()
879 if (!jbd2_journal_has_csum_v2or3(j)) in jbd2_descriptor_block_csum_set()
1606 if (jbd2_journal_has_csum_v2or3(journal)) in journal_get_superblock()
Drevoke.c579 if (jbd2_journal_has_csum_v2or3(journal)) in write_one_revoke_record()
/Linux-v4.19/include/linux/
Djbd2.h1536 static inline int jbd2_journal_has_csum_v2or3(journal_t *journal) in jbd2_journal_has_csum_v2or3() function