Lines Matching refs:ext2_super_block
640 struct ext2_super_block { struct
730 #define EXT4_S_ERR_START ext4_offsetof(struct ext2_super_block, s_error_count) argument
742 #define EXT4_S_ERR_END ext4_offsetof(struct ext2_super_block, s_mount_opts) argument
857 static inline int ext2fs_has_feature_##name(struct ext2_super_block *sb) \
862 static inline void ext2fs_set_feature_##name(struct ext2_super_block *sb) \
867 static inline void ext2fs_clear_feature_##name(struct ext2_super_block *sb) \
874 static inline int ext2fs_has_feature_##name(struct ext2_super_block *sb) \
879 static inline void ext2fs_set_feature_##name(struct ext2_super_block *sb) \
884 static inline void ext2fs_clear_feature_##name(struct ext2_super_block *sb) \
891 static inline int ext2fs_has_feature_##name(struct ext2_super_block *sb) \
896 static inline void ext2fs_set_feature_##name(struct ext2_super_block *sb) \
901 static inline void ext2fs_clear_feature_##name(struct ext2_super_block *sb) \