Searched refs:ext4_feature_set_ok (Results 1 – 3 of 3) sorted by relevance
405 if (!ext4_feature_set_ok(sb, 0)) { in ext4_orphan_cleanup()
3569 int ext4_feature_set_ok(struct super_block *sb, int readonly) in ext4_feature_set_ok() function4658 if (silent && ext4_feature_set_ok(sb, sb_rdonly(sb))) in ext4_check_feature_compatibility()4675 if (silent && ext4_feature_set_ok(sb, sb_rdonly(sb))) in ext4_check_feature_compatibility()4688 if (!ext4_feature_set_ok(sb, (sb_rdonly(sb)))) in ext4_check_feature_compatibility()6576 !ext4_feature_set_ok(sb, 0)) { in __ext4_remount()
2237 extern int ext4_feature_set_ok(struct super_block *sb, int readonly);