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()
3610 int ext4_feature_set_ok(struct super_block *sb, int readonly) in ext4_feature_set_ok() function4705 if (silent && ext4_feature_set_ok(sb, sb_rdonly(sb))) in ext4_check_feature_compatibility()4722 if (silent && ext4_feature_set_ok(sb, sb_rdonly(sb))) in ext4_check_feature_compatibility()4735 if (!ext4_feature_set_ok(sb, (sb_rdonly(sb)))) in ext4_check_feature_compatibility()6607 !ext4_feature_set_ok(sb, 0)) { in __ext4_remount()
2223 extern int ext4_feature_set_ok(struct super_block *sb, int readonly);