Lines Matching refs:ext4_ext_path
110 struct ext4_ext_path { struct
133 typedef int (*ext_prepare_callback)(struct inode *, struct ext4_ext_path *, argument
229 struct ext4_ext_path *path);
231 struct ext4_ext_path *path,
233 … unsigned int ext4_ext_check_overlap(struct inode *, struct ext4_extent *, struct ext4_ext_path *);
234 extern int ext4_ext_insert_extent(handle_t *, struct inode *, struct ext4_ext_path *, struct ext4_e…
237 extern struct ext4_ext_path *ext4_ext_find_extent(struct inode *, ext4_lblk_t,
238 struct ext4_ext_path *);
239 extern int ext4_ext_search_left(struct inode *, struct ext4_ext_path *,
241 extern int ext4_ext_search_right(struct inode *, struct ext4_ext_path *,
243 extern void ext4_ext_drop_refs(struct ext4_ext_path *);