Searched refs:JSB_HAS_INCOMPAT_FEATURE (Results 1 – 2 of 2) sorted by relevance
485 if (JSB_HAS_INCOMPAT_FEATURE(jsb, JFS_FEATURE_INCOMPAT_CSUM_V3)) in journal_super_tag_bytes()490 if (JSB_HAS_INCOMPAT_FEATURE(jsb, JFS_FEATURE_INCOMPAT_CSUM_V2)) in journal_super_tag_bytes()493 if (JSB_HAS_INCOMPAT_FEATURE(jsb, JFS_FEATURE_INCOMPAT_64BIT)) in journal_super_tag_bytes()517 if (JSB_HAS_INCOMPAT_FEATURE(jsb, JFS_FEATURE_INCOMPAT_CSUM_V3) || in dump_descriptor_block()518 JSB_HAS_INCOMPAT_FEATURE(jsb, JFS_FEATURE_INCOMPAT_CSUM_V2)) in dump_descriptor_block()
204 #define JSB_HAS_INCOMPAT_FEATURE(jsb, mask) \ macro