Lines Matching refs:ext4_super_block
1290 struct ext4_super_block {
1383 #define EXT4_S_ERR_START offsetof(struct ext4_super_block, s_error_count)
1395 #define EXT4_S_ERR_END offsetof(struct ext4_super_block, s_mount_opts)
1448 struct ext4_super_block *s_es; /* Pointer to the super block in the buffer */
2966 struct ext4_super_block *es,
3171 static inline ext4_fsblk_t ext4_blocks_count(struct ext4_super_block *es)
3176 static inline ext4_fsblk_t ext4_r_blocks_count(struct ext4_super_block *es)
3181 static inline ext4_fsblk_t ext4_free_blocks_count(struct ext4_super_block *es)
3186 static inline void ext4_blocks_count_set(struct ext4_super_block *es,
3193 static inline void ext4_free_blocks_count_set(struct ext4_super_block *es,
3200 static inline void ext4_r_blocks_count_set(struct ext4_super_block *es,