Home
last modified time | relevance | path

Searched refs:ext4_ext_path (Results 1 – 3 of 3) sorted by relevance

/fs/ext4/
Dext4_extents.h110 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 *,
[all …]
Dextents.c116 struct ext4_ext_path *path) in ext4_ext_get_access()
134 struct ext4_ext_path *path) in ext4_ext_dirty()
148 struct ext4_ext_path *path, in ext4_ext_find_goal()
190 struct ext4_ext_path *path, in ext4_ext_new_meta_block()
349 static void ext4_ext_show_path(struct inode *inode, struct ext4_ext_path *path) in ext4_ext_show_path()
369 static void ext4_ext_show_leaf(struct inode *inode, struct ext4_ext_path *path) in ext4_ext_show_leaf()
393 void ext4_ext_drop_refs(struct ext4_ext_path *path) in ext4_ext_drop_refs()
412 struct ext4_ext_path *path, ext4_lblk_t block) in ext4_ext_binsearch_idx()
472 struct ext4_ext_path *path, ext4_lblk_t block) in ext4_ext_binsearch()
540 struct ext4_ext_path *
[all …]
Dmigrate.c34 struct ext4_ext_path *path; in finish_range()