Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jbd2/
Drecovery.c345 if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_64BIT)) in read_tag_block()
414 if (JBD2_HAS_INCOMPAT_FEATURE(j, JBD2_FEATURE_INCOMPAT_CSUM_V3)) in jbd2_block_tag_csum_verify()
738 if (!JBD2_HAS_INCOMPAT_FEATURE(journal, in do_one_pass()
753 if (!JBD2_HAS_INCOMPAT_FEATURE(journal, in do_one_pass()
862 if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_64BIT)) in scan_revoke_records()
Dcommit.c160 !JBD2_HAS_INCOMPAT_FEATURE(journal, in journal_submit_commit_record()
320 if (JBD2_HAS_INCOMPAT_FEATURE(j, JBD2_FEATURE_INCOMPAT_64BIT)) in write_tag_block()
359 if (JBD2_HAS_INCOMPAT_FEATURE(j, JBD2_FEATURE_INCOMPAT_CSUM_V3)) in jbd2_block_tag_csum_set()
800 if (JBD2_HAS_INCOMPAT_FEATURE(journal, in jbd2_journal_commit_transaction()
892 if (!JBD2_HAS_INCOMPAT_FEATURE(journal, in jbd2_journal_commit_transaction()
901 if (JBD2_HAS_INCOMPAT_FEATURE(journal, in jbd2_journal_commit_transaction()
Drevoke.c597 if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_64BIT)) in write_one_revoke_record()
627 if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_64BIT)) in write_one_revoke_record()
Djournal.c1542 if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V2) && in journal_get_superblock()
1543 JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V3)) { in journal_get_superblock()
2226 if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V3)) in journal_tag_bytes()
2231 if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V2)) in journal_tag_bytes()
2234 if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_64BIT)) in journal_tag_bytes()
/linux-4.1.27/include/linux/
Djbd2.h286 #define JBD2_HAS_INCOMPAT_FEATURE(j,mask) \ macro
1305 if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V2) || in jbd2_journal_has_csum_v2or3()
1306 JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_CSUM_V3)) in jbd2_journal_has_csum_v2or3()