Lines Matching refs:ext2_super_block
628 struct ext2_super_block { struct
719 #define EXT4_S_ERR_START ext4_offsetof(struct ext2_super_block, s_error_count) argument
731 #define EXT4_S_ERR_END ext4_offsetof(struct ext2_super_block, s_mount_opts) argument
834 static inline int ext2fs_has_feature_##name(struct ext2_super_block *sb) \
839 static inline void ext2fs_set_feature_##name(struct ext2_super_block *sb) \
844 static inline void ext2fs_clear_feature_##name(struct ext2_super_block *sb) \
851 static inline int ext2fs_has_feature_##name(struct ext2_super_block *sb) \
856 static inline void ext2fs_set_feature_##name(struct ext2_super_block *sb) \
861 static inline void ext2fs_clear_feature_##name(struct ext2_super_block *sb) \
868 static inline int ext2fs_has_feature_##name(struct ext2_super_block *sb) \
873 static inline void ext2fs_set_feature_##name(struct ext2_super_block *sb) \
878 static inline void ext2fs_clear_feature_##name(struct ext2_super_block *sb) \