Searched refs:JBD2_HAS_INCOMPAT_FEATURE (Results 1 – 5 of 5) sorted by relevance
139 !JBD2_HAS_INCOMPAT_FEATURE(journal, in journal_submit_commit_record()729 if (JBD2_HAS_INCOMPAT_FEATURE(journal, in jbd2_journal_commit_transaction()850 if (!JBD2_HAS_INCOMPAT_FEATURE(journal, in jbd2_journal_commit_transaction()859 if (JBD2_HAS_INCOMPAT_FEATURE(journal, in jbd2_journal_commit_transaction()
643 if (!JBD2_HAS_INCOMPAT_FEATURE(journal, in do_one_pass()723 if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_64BIT)) in scan_revoke_records()
620 if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_64BIT)) { in write_one_revoke_record()
2015 if (JBD2_HAS_INCOMPAT_FEATURE(journal, JBD2_FEATURE_INCOMPAT_64BIT)) in journal_tag_bytes()
257 #define JBD2_HAS_INCOMPAT_FEATURE(j,mask) \ macro