Searched refs:ext4_feature_set_ok (Results 1 – 2 of 2) sorted by relevance
3620 int ext4_feature_set_ok(struct super_block *sb, int readonly) in ext4_feature_set_ok() function4751 if (silent && ext4_feature_set_ok(sb, sb_rdonly(sb))) in ext4_check_feature_compatibility()4768 if (silent && ext4_feature_set_ok(sb, sb_rdonly(sb))) in ext4_check_feature_compatibility()4781 if (!ext4_feature_set_ok(sb, (sb_rdonly(sb)))) in ext4_check_feature_compatibility()6715 !ext4_feature_set_ok(sb, 0)) { in __ext4_remount()
2304 extern int ext4_feature_set_ok(struct super_block *sb, int readonly);