Lines Matching refs:ext2_super_block
638 struct ext2_super_block { struct
728 #define EXT4_S_ERR_START ext4_offsetof(struct ext2_super_block, s_error_count) argument
740 #define EXT4_S_ERR_END ext4_offsetof(struct ext2_super_block, s_mount_opts) argument
844 static inline int ext2fs_has_feature_##name(struct ext2_super_block *sb) \
849 static inline void ext2fs_set_feature_##name(struct ext2_super_block *sb) \
854 static inline void ext2fs_clear_feature_##name(struct ext2_super_block *sb) \
861 static inline int ext2fs_has_feature_##name(struct ext2_super_block *sb) \
866 static inline void ext2fs_set_feature_##name(struct ext2_super_block *sb) \
871 static inline void ext2fs_clear_feature_##name(struct ext2_super_block *sb) \
878 static inline int ext2fs_has_feature_##name(struct ext2_super_block *sb) \
883 static inline void ext2fs_set_feature_##name(struct ext2_super_block *sb) \
888 static inline void ext2fs_clear_feature_##name(struct ext2_super_block *sb) \