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()
574 struct ext4_ext_path *path = NULL; in ext4_ext_precache()
584 path = kcalloc(depth + 1, sizeof(struct ext4_ext_path), in ext4_ext_precache()
633 static void ext4_ext_show_path(struct inode *inode, struct ext4_ext_path *path) in ext4_ext_show_path()
654 static void ext4_ext_show_leaf(struct inode *inode, struct ext4_ext_path *path) in ext4_ext_show_leaf()
677 static void ext4_ext_show_move(struct inode *inode, struct ext4_ext_path *path, in ext4_ext_show_move()
715 void ext4_ext_drop_refs(struct ext4_ext_path *path) in ext4_ext_drop_refs()
736 struct ext4_ext_path *path, ext4_lblk_t block) in ext4_ext_binsearch_idx()
796 struct ext4_ext_path *path, ext4_lblk_t block) in ext4_ext_binsearch()
864 struct ext4_ext_path *
866 struct ext4_ext_path **orig_path, int flags) in ext4_find_extent()
870 struct ext4_ext_path *path = orig_path ? *orig_path : NULL; in ext4_find_extent()
892 path = kcalloc(depth + 2, sizeof(struct ext4_ext_path), in ext4_find_extent()
953 struct ext4_ext_path *curp, in ext4_ext_insert_index()
1030 struct ext4_ext_path *path, in ext4_ext_split()
1367 struct ext4_ext_path **ppath, in ext4_ext_create_new_leaf()
1370 struct ext4_ext_path *path = *ppath; in ext4_ext_create_new_leaf()
1371 struct ext4_ext_path *curp; in ext4_ext_create_new_leaf()
1437 struct ext4_ext_path *path, in ext4_ext_search_left()
1502 struct ext4_ext_path *path, in ext4_ext_search_right()
1612 ext4_ext_next_allocated_block(struct ext4_ext_path *path) in ext4_ext_next_allocated_block()
1645 static ext4_lblk_t ext4_ext_next_leaf_block(struct ext4_ext_path *path) in ext4_ext_next_leaf_block()
1677 struct ext4_ext_path *path) in ext4_ext_correct_indexes()
1785 struct ext4_ext_path *path, in ext4_ext_try_to_merge_right()
1827 struct ext4_ext_path *path) in ext4_ext_try_to_merge_up()
1872 struct ext4_ext_path *path, in ext4_ext_try_to_merge()
1902 struct ext4_ext_path *path) in ext4_ext_check_overlap()
1949 struct ext4_ext_path **ppath, in ext4_ext_insert_extent()
1952 struct ext4_ext_path *path = *ppath; in ext4_ext_insert_extent()
1956 struct ext4_ext_path *npath = NULL; in ext4_ext_insert_extent()
2173 struct ext4_ext_path *path = NULL; in ext4_fill_fiemap_extents()
2378 struct ext4_ext_path *path, in ext4_ext_determine_hole()
2435 struct ext4_ext_path *path, int depth) in ext4_ext_rm_idx()
2491 struct ext4_ext_path *path) in ext4_ext_calc_credits_for_single_extent()
2724 struct ext4_ext_path *path, in ext4_ext_rm_leaf()
2918 ext4_ext_more_to_rm(struct ext4_ext_path *path) in ext4_ext_more_to_rm()
2939 struct ext4_ext_path *path = NULL; in ext4_ext_remove_space()
3056 path = kcalloc(depth + 1, sizeof(struct ext4_ext_path), in ext4_ext_remove_space()
3297 struct ext4_ext_path **ppath, in ext4_split_extent_at()
3302 struct ext4_ext_path *path = *ppath; in ext4_split_extent_at()
3439 struct ext4_ext_path **ppath, in ext4_split_extent()
3444 struct ext4_ext_path *path = *ppath; in ext4_split_extent()
3532 struct ext4_ext_path **ppath, in ext4_ext_convert_to_initialized()
3535 struct ext4_ext_path *path = *ppath; in ext4_ext_convert_to_initialized()
3794 struct ext4_ext_path **ppath, in ext4_split_convert_extents()
3797 struct ext4_ext_path *path = *ppath; in ext4_split_convert_extents()
3837 struct ext4_ext_path **ppath) in ext4_convert_unwritten_extents_endio()
3839 struct ext4_ext_path *path = *ppath; in ext4_convert_unwritten_extents_endio()
3902 struct ext4_ext_path *path, in check_eofblocks_fl()
3953 struct ext4_ext_path **ppath, in convert_initialized_extent()
3956 struct ext4_ext_path *path = *ppath; in convert_initialized_extent()
4027 struct ext4_ext_path **ppath, int flags, in ext4_ext_handle_unwritten_extents()
4030 struct ext4_ext_path *path = *ppath; in ext4_ext_handle_unwritten_extents()
4183 struct ext4_ext_path *path) in get_implied_cluster_alloc()
4263 struct ext4_ext_path *path = NULL; in ext4_ext_map_blocks()
5196 struct ext4_ext_path *path) in ext4_access_path()
5228 ext4_ext_shift_path_extents(struct ext4_ext_path *path, ext4_lblk_t shift, in ext4_ext_shift_path_extents()
5316 struct ext4_ext_path *path; in ext4_ext_shift_extents()
5590 struct ext4_ext_path *path; in ext4_insert_range()
5781 struct ext4_ext_path *path1 = NULL; in ext4_swap_extents()
5782 struct ext4_ext_path *path2 = NULL; in ext4_swap_extents()
5967 struct ext4_ext_path *path; in ext4_clu_mapped()