Home
last modified time | relevance | path

Searched refs:ext4_feature_set_ok (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dorphan.c405 if (!ext4_feature_set_ok(sb, 0)) { in ext4_orphan_cleanup()
H A Dsuper.c3602 int ext4_feature_set_ok(struct super_block *sb, int readonly) in ext4_feature_set_ok() function
4697 if (silent && ext4_feature_set_ok(sb, sb_rdonly(sb))) in ext4_check_feature_compatibility()
4714 if (silent && ext4_feature_set_ok(sb, sb_rdonly(sb))) in ext4_check_feature_compatibility()
4727 if (!ext4_feature_set_ok(sb, (sb_rdonly(sb)))) in ext4_check_feature_compatibility()
6586 !ext4_feature_set_ok(sb, 0)) { in __ext4_remount()
H A Dext4.h2221 extern int ext4_feature_set_ok(struct super_block *sb, int readonly);