Lines Matching refs:ext4_ext_path

88 				struct ext4_ext_path **ppath,
95 struct ext4_ext_path **ppath,
134 struct ext4_ext_path *path) in ext4_ext_get_access()
153 struct inode *inode, struct ext4_ext_path *path) in __ext4_ext_dirty()
171 struct ext4_ext_path *path, in ext4_ext_find_goal()
221 struct ext4_ext_path *path, in ext4_ext_new_meta_block()
288 struct ext4_ext_path **ppath, ext4_lblk_t lblk, in ext4_force_split_extent_at()
291 struct ext4_ext_path *path = *ppath; in ext4_force_split_extent_at()
582 struct ext4_ext_path *path = NULL; in ext4_ext_precache()
592 path = kcalloc(depth + 1, sizeof(struct ext4_ext_path), in ext4_ext_precache()
641 static void ext4_ext_show_path(struct inode *inode, struct ext4_ext_path *path) in ext4_ext_show_path()
662 static void ext4_ext_show_leaf(struct inode *inode, struct ext4_ext_path *path) in ext4_ext_show_leaf()
685 static void ext4_ext_show_move(struct inode *inode, struct ext4_ext_path *path, in ext4_ext_show_move()
723 void ext4_ext_drop_refs(struct ext4_ext_path *path) in ext4_ext_drop_refs()
744 struct ext4_ext_path *path, ext4_lblk_t block) in ext4_ext_binsearch_idx()
804 struct ext4_ext_path *path, ext4_lblk_t block) in ext4_ext_binsearch()
873 struct ext4_ext_path *
875 struct ext4_ext_path **orig_path, int flags) in ext4_find_extent()
879 struct ext4_ext_path *path = orig_path ? *orig_path : NULL; in ext4_find_extent()
901 path = kcalloc(depth + 2, sizeof(struct ext4_ext_path), in ext4_find_extent()
964 struct ext4_ext_path *curp, in ext4_ext_insert_index()
1041 struct ext4_ext_path *path, in ext4_ext_split()
1380 struct ext4_ext_path **ppath, in ext4_ext_create_new_leaf()
1383 struct ext4_ext_path *path = *ppath; in ext4_ext_create_new_leaf()
1384 struct ext4_ext_path *curp; in ext4_ext_create_new_leaf()
1450 struct ext4_ext_path *path, in ext4_ext_search_left()
1515 struct ext4_ext_path *path, in ext4_ext_search_right()
1625 ext4_ext_next_allocated_block(struct ext4_ext_path *path) in ext4_ext_next_allocated_block()
1658 static ext4_lblk_t ext4_ext_next_leaf_block(struct ext4_ext_path *path) in ext4_ext_next_leaf_block()
1690 struct ext4_ext_path *path) in ext4_ext_correct_indexes()
1798 struct ext4_ext_path *path, in ext4_ext_try_to_merge_right()
1840 struct ext4_ext_path *path) in ext4_ext_try_to_merge_up()
1885 struct ext4_ext_path *path, in ext4_ext_try_to_merge()
1915 struct ext4_ext_path *path) in ext4_ext_check_overlap()
1962 struct ext4_ext_path **ppath, in ext4_ext_insert_extent()
1965 struct ext4_ext_path *path = *ppath; in ext4_ext_insert_extent()
1969 struct ext4_ext_path *npath = NULL; in ext4_ext_insert_extent()
2186 struct ext4_ext_path *path = NULL; in ext4_fill_fiemap_extents()
2345 struct ext4_ext_path *path, in ext4_ext_determine_hole()
2402 struct ext4_ext_path *path, int depth) in ext4_ext_rm_idx()
2458 struct ext4_ext_path *path) in ext4_ext_calc_credits_for_single_extent()
2640 struct ext4_ext_path *path, in ext4_ext_rm_leaf()
2830 ext4_ext_more_to_rm(struct ext4_ext_path *path) in ext4_ext_more_to_rm()
2851 struct ext4_ext_path *path = NULL; in ext4_ext_remove_space()
2960 path = kcalloc(depth + 1, sizeof(struct ext4_ext_path), in ext4_ext_remove_space()
3199 struct ext4_ext_path **ppath, in ext4_split_extent_at()
3204 struct ext4_ext_path *path = *ppath; in ext4_split_extent_at()
3344 struct ext4_ext_path **ppath, in ext4_split_extent()
3349 struct ext4_ext_path *path = *ppath; in ext4_split_extent()
3437 struct ext4_ext_path **ppath, in ext4_ext_convert_to_initialized()
3440 struct ext4_ext_path *path = *ppath; in ext4_ext_convert_to_initialized()
3699 struct ext4_ext_path **ppath, in ext4_split_convert_extents()
3702 struct ext4_ext_path *path = *ppath; in ext4_split_convert_extents()
3742 struct ext4_ext_path **ppath) in ext4_convert_unwritten_extents_endio()
3744 struct ext4_ext_path *path = *ppath; in ext4_convert_unwritten_extents_endio()
3807 struct ext4_ext_path *path, in check_eofblocks_fl()
3966 struct ext4_ext_path **ppath, in convert_initialized_extent()
3969 struct ext4_ext_path *path = *ppath; in convert_initialized_extent()
4040 struct ext4_ext_path **ppath, int flags, in ext4_ext_handle_unwritten_extents()
4043 struct ext4_ext_path *path = *ppath; in ext4_ext_handle_unwritten_extents()
4223 struct ext4_ext_path *path) in get_implied_cluster_alloc()
4303 struct ext4_ext_path *path = NULL; in ext4_ext_map_blocks()
5239 struct ext4_ext_path *path) in ext4_access_path()
5271 ext4_ext_shift_path_extents(struct ext4_ext_path *path, ext4_lblk_t shift, in ext4_ext_shift_path_extents()
5359 struct ext4_ext_path *path; in ext4_ext_shift_extents()
5633 struct ext4_ext_path *path; in ext4_insert_range()
5824 struct ext4_ext_path *path1 = NULL; in ext4_swap_extents()
5825 struct ext4_ext_path *path2 = NULL; in ext4_swap_extents()