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()
570 struct ext4_ext_path *path = NULL; in ext4_ext_precache()
580 path = kcalloc(depth + 1, sizeof(struct ext4_ext_path), in ext4_ext_precache()
629 static void ext4_ext_show_path(struct inode *inode, struct ext4_ext_path *path) in ext4_ext_show_path()
650 static void ext4_ext_show_leaf(struct inode *inode, struct ext4_ext_path *path) in ext4_ext_show_leaf()
673 static void ext4_ext_show_move(struct inode *inode, struct ext4_ext_path *path, in ext4_ext_show_move()
711 void ext4_ext_drop_refs(struct ext4_ext_path *path) in ext4_ext_drop_refs()
732 struct ext4_ext_path *path, ext4_lblk_t block) in ext4_ext_binsearch_idx()
792 struct ext4_ext_path *path, ext4_lblk_t block) in ext4_ext_binsearch()
860 struct ext4_ext_path *
862 struct ext4_ext_path **orig_path, int flags) in ext4_find_extent()
866 struct ext4_ext_path *path = orig_path ? *orig_path : NULL; in ext4_find_extent()
888 path = kcalloc(depth + 2, sizeof(struct ext4_ext_path), in ext4_find_extent()
949 struct ext4_ext_path *curp, in ext4_ext_insert_index()
1026 struct ext4_ext_path *path, in ext4_ext_split()
1350 struct ext4_ext_path **ppath, in ext4_ext_create_new_leaf()
1353 struct ext4_ext_path *path = *ppath; in ext4_ext_create_new_leaf()
1354 struct ext4_ext_path *curp; in ext4_ext_create_new_leaf()
1420 struct ext4_ext_path *path, in ext4_ext_search_left()
1485 struct ext4_ext_path *path, in ext4_ext_search_right()
1595 ext4_ext_next_allocated_block(struct ext4_ext_path *path) in ext4_ext_next_allocated_block()
1628 static ext4_lblk_t ext4_ext_next_leaf_block(struct ext4_ext_path *path) in ext4_ext_next_leaf_block()
1660 struct ext4_ext_path *path) in ext4_ext_correct_indexes()
1768 struct ext4_ext_path *path, in ext4_ext_try_to_merge_right()
1810 struct ext4_ext_path *path) in ext4_ext_try_to_merge_up()
1855 struct ext4_ext_path *path, in ext4_ext_try_to_merge()
1885 struct ext4_ext_path *path) in ext4_ext_check_overlap()
1932 struct ext4_ext_path **ppath, in ext4_ext_insert_extent()
1935 struct ext4_ext_path *path = *ppath; in ext4_ext_insert_extent()
1939 struct ext4_ext_path *npath = NULL; in ext4_ext_insert_extent()
2156 struct ext4_ext_path *path = NULL; in ext4_fill_fiemap_extents()
2315 struct ext4_ext_path *path, in ext4_ext_determine_hole()
2372 struct ext4_ext_path *path, int depth) in ext4_ext_rm_idx()
2428 struct ext4_ext_path *path) in ext4_ext_calc_credits_for_single_extent()
2610 struct ext4_ext_path *path, in ext4_ext_rm_leaf()
2800 ext4_ext_more_to_rm(struct ext4_ext_path *path) in ext4_ext_more_to_rm()
2821 struct ext4_ext_path *path = NULL; in ext4_ext_remove_space()
2930 path = kcalloc(depth + 1, sizeof(struct ext4_ext_path), in ext4_ext_remove_space()
3169 struct ext4_ext_path **ppath, in ext4_split_extent_at()
3174 struct ext4_ext_path *path = *ppath; in ext4_split_extent_at()
3311 struct ext4_ext_path **ppath, in ext4_split_extent()
3316 struct ext4_ext_path *path = *ppath; in ext4_split_extent()
3404 struct ext4_ext_path **ppath, in ext4_ext_convert_to_initialized()
3407 struct ext4_ext_path *path = *ppath; in ext4_ext_convert_to_initialized()
3666 struct ext4_ext_path **ppath, in ext4_split_convert_extents()
3669 struct ext4_ext_path *path = *ppath; in ext4_split_convert_extents()
3709 struct ext4_ext_path **ppath) in ext4_convert_unwritten_extents_endio()
3711 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, 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()
4190 struct ext4_ext_path *path) in get_implied_cluster_alloc()
4270 struct ext4_ext_path *path = NULL; in ext4_ext_map_blocks()
5206 struct ext4_ext_path *path) in ext4_access_path()
5238 ext4_ext_shift_path_extents(struct ext4_ext_path *path, ext4_lblk_t shift, in ext4_ext_shift_path_extents()
5326 struct ext4_ext_path *path; in ext4_ext_shift_extents()
5600 struct ext4_ext_path *path; in ext4_insert_range()
5791 struct ext4_ext_path *path1 = NULL; in ext4_swap_extents()
5792 struct ext4_ext_path *path2 = NULL; in ext4_swap_extents()