Searched refs:ext4_feature_set_ok (Results 1 – 1 of 1) sorted by relevance
81 static int ext4_feature_set_ok(struct super_block *sb, int readonly);2516 if (!ext4_feature_set_ok(sb, 0)) { in ext4_orphan_cleanup()2820 static int ext4_feature_set_ok(struct super_block *sb, int readonly) in ext4_feature_set_ok() function3759 if (silent && ext4_feature_set_ok(sb, sb_rdonly(sb))) in ext4_fill_super()3776 if (silent && ext4_feature_set_ok(sb, sb_rdonly(sb))) in ext4_fill_super()3789 if (!ext4_feature_set_ok(sb, (sb_rdonly(sb)))) in ext4_fill_super()5243 !ext4_feature_set_ok(sb, 0)) { in ext4_remount()