Lines Matching defs:ext4_extent
43 * the remainder stores an array of ext4_extent.
63 struct ext4_extent {
98 (sizeof(struct ext4_extent) * le16_to_cpu((hdr)->eh_max)))
116 struct ext4_extent *p_ext;
161 ((struct ext4_extent *) (((char *) (__hdr__)) + \
196 static inline void ext4_ext_mark_unwritten(struct ext4_extent *ext)
203 static inline int ext4_ext_is_unwritten(struct ext4_extent *ext)
209 static inline int ext4_ext_get_actual_len(struct ext4_extent *ext)
216 static inline void ext4_ext_mark_initialized(struct ext4_extent *ext)
225 static inline ext4_fsblk_t ext4_ext_pblock(struct ext4_extent *ex)
252 static inline void ext4_ext_store_pblock(struct ext4_extent *ex,