Lines Matching refs:ext4_ext_path

99 				struct ext4_ext_path **ppath,
106 struct ext4_ext_path **ppath,
140 struct ext4_ext_path *path) in ext4_ext_get_access()
159 struct inode *inode, struct ext4_ext_path *path) in __ext4_ext_dirty()
177 struct ext4_ext_path *path, in ext4_ext_find_goal()
227 struct ext4_ext_path *path, in ext4_ext_new_meta_block()
294 struct ext4_ext_path **ppath, ext4_lblk_t lblk, in ext4_force_split_extent_at()
297 struct ext4_ext_path *path = *ppath; in ext4_force_split_extent_at()
567 struct ext4_ext_path *path = NULL; in ext4_ext_precache()
577 path = kzalloc(sizeof(struct ext4_ext_path) * (depth + 1), in ext4_ext_precache()
626 static void ext4_ext_show_path(struct inode *inode, struct ext4_ext_path *path) in ext4_ext_show_path()
647 static void ext4_ext_show_leaf(struct inode *inode, struct ext4_ext_path *path) in ext4_ext_show_leaf()
670 static void ext4_ext_show_move(struct inode *inode, struct ext4_ext_path *path, in ext4_ext_show_move()
708 void ext4_ext_drop_refs(struct ext4_ext_path *path) in ext4_ext_drop_refs()
729 struct ext4_ext_path *path, ext4_lblk_t block) in ext4_ext_binsearch_idx()
789 struct ext4_ext_path *path, ext4_lblk_t block) in ext4_ext_binsearch()
857 struct ext4_ext_path *
859 struct ext4_ext_path **orig_path, int flags) in ext4_find_extent()
863 struct ext4_ext_path *path = orig_path ? *orig_path : NULL; in ext4_find_extent()
879 path = kzalloc(sizeof(struct ext4_ext_path) * (depth + 2), in ext4_find_extent()
947 struct ext4_ext_path *curp, in ext4_ext_insert_index()
1024 struct ext4_ext_path *path, in ext4_ext_split()
1348 struct ext4_ext_path **ppath, in ext4_ext_create_new_leaf()
1351 struct ext4_ext_path *path = *ppath; in ext4_ext_create_new_leaf()
1352 struct ext4_ext_path *curp; in ext4_ext_create_new_leaf()
1418 struct ext4_ext_path *path, in ext4_ext_search_left()
1483 struct ext4_ext_path *path, in ext4_ext_search_right()
1593 ext4_ext_next_allocated_block(struct ext4_ext_path *path) in ext4_ext_next_allocated_block()
1626 static ext4_lblk_t ext4_ext_next_leaf_block(struct ext4_ext_path *path) in ext4_ext_next_leaf_block()
1658 struct ext4_ext_path *path) in ext4_ext_correct_indexes()
1760 struct ext4_ext_path *path, in ext4_ext_try_to_merge_right()
1802 struct ext4_ext_path *path) in ext4_ext_try_to_merge_up()
1847 struct ext4_ext_path *path, in ext4_ext_try_to_merge()
1877 struct ext4_ext_path *path) in ext4_ext_check_overlap()
1924 struct ext4_ext_path **ppath, in ext4_ext_insert_extent()
1927 struct ext4_ext_path *path = *ppath; in ext4_ext_insert_extent()
1931 struct ext4_ext_path *npath = NULL; in ext4_ext_insert_extent()
2148 struct ext4_ext_path *path = NULL; in ext4_fill_fiemap_extents()
2299 ext4_ext_put_gap_in_cache(struct inode *inode, struct ext4_ext_path *path, in ext4_ext_put_gap_in_cache()
2354 struct ext4_ext_path *path, int depth) in ext4_ext_rm_idx()
2410 struct ext4_ext_path *path) in ext4_ext_calc_credits_for_single_extent()
2591 struct ext4_ext_path *path, in ext4_ext_rm_leaf()
2781 ext4_ext_more_to_rm(struct ext4_ext_path *path) in ext4_ext_more_to_rm()
2802 struct ext4_ext_path *path = NULL; in ext4_ext_remove_space()
2911 path = kzalloc(sizeof(struct ext4_ext_path) * (depth + 1), in ext4_ext_remove_space()
3158 struct ext4_ext_path **ppath, in ext4_split_extent_at()
3163 struct ext4_ext_path *path = *ppath; in ext4_split_extent_at()
3300 struct ext4_ext_path **ppath, in ext4_split_extent()
3305 struct ext4_ext_path *path = *ppath; in ext4_split_extent()
3393 struct ext4_ext_path **ppath, in ext4_ext_convert_to_initialized()
3396 struct ext4_ext_path *path = *ppath; in ext4_ext_convert_to_initialized()
3658 struct ext4_ext_path **ppath, in ext4_split_convert_extents()
3661 struct ext4_ext_path *path = *ppath; in ext4_split_convert_extents()
3701 struct ext4_ext_path **ppath) in ext4_convert_unwritten_extents_endio()
3703 struct ext4_ext_path *path = *ppath; in ext4_convert_unwritten_extents_endio()
3774 struct ext4_ext_path *path, in check_eofblocks_fl()
3933 struct ext4_ext_path **ppath, int flags, in convert_initialized_extent()
3936 struct ext4_ext_path *path = *ppath; in convert_initialized_extent()
4007 struct ext4_ext_path **ppath, int flags, in ext4_ext_handle_unwritten_extents()
4010 struct ext4_ext_path *path = *ppath; in ext4_ext_handle_unwritten_extents()
4193 struct ext4_ext_path *path) in get_implied_cluster_alloc()
4273 struct ext4_ext_path *path = NULL; in ext4_ext_map_blocks()
5203 struct ext4_ext_path *path) in ext4_access_path()
5235 ext4_ext_shift_path_extents(struct ext4_ext_path *path, ext4_lblk_t shift, in ext4_ext_shift_path_extents()
5312 struct ext4_ext_path *path; in ext4_ext_shift_extents()
5555 struct ext4_ext_path *path1 = NULL; in ext4_swap_extents()
5556 struct ext4_ext_path *path2 = NULL; in ext4_swap_extents()