Searched refs:ext4_ext_path (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/fs/ext4/
H A Dextents.c100 struct ext4_ext_path **ppath,
107 struct ext4_ext_path **ppath,
141 struct ext4_ext_path *path) ext4_ext_get_access()
160 struct inode *inode, struct ext4_ext_path *path) __ext4_ext_dirty()
178 struct ext4_ext_path *path, ext4_ext_find_goal()
228 struct ext4_ext_path *path, ext4_ext_new_meta_block()
295 struct ext4_ext_path **ppath, ext4_lblk_t lblk, ext4_force_split_extent_at()
298 struct ext4_ext_path *path = *ppath; ext4_force_split_extent_at()
569 struct ext4_ext_path *path = NULL; ext4_ext_precache()
579 path = kzalloc(sizeof(struct ext4_ext_path) * (depth + 1), ext4_ext_precache()
628 static void ext4_ext_show_path(struct inode *inode, struct ext4_ext_path *path) ext4_ext_show_path()
649 static void ext4_ext_show_leaf(struct inode *inode, struct ext4_ext_path *path) ext4_ext_show_leaf()
672 static void ext4_ext_show_move(struct inode *inode, struct ext4_ext_path *path, ext4_ext_show_move()
710 void ext4_ext_drop_refs(struct ext4_ext_path *path) ext4_ext_drop_refs()
731 struct ext4_ext_path *path, ext4_lblk_t block) ext4_ext_binsearch_idx()
791 struct ext4_ext_path *path, ext4_lblk_t block) ext4_ext_binsearch()
859 struct ext4_ext_path * ext4_find_extent()
861 struct ext4_ext_path **orig_path, int flags) ext4_find_extent()
865 struct ext4_ext_path *path = orig_path ? *orig_path : NULL; ext4_find_extent()
881 path = kzalloc(sizeof(struct ext4_ext_path) * (depth + 2), ext4_find_extent()
949 struct ext4_ext_path *curp, ext4_ext_insert_index()
1026 struct ext4_ext_path *path, ext4_ext_split()
1350 struct ext4_ext_path **ppath, ext4_ext_create_new_leaf()
1353 struct ext4_ext_path *path = *ppath; ext4_ext_create_new_leaf()
1354 struct ext4_ext_path *curp; ext4_ext_create_new_leaf()
1420 struct ext4_ext_path *path, ext4_ext_search_left()
1485 struct ext4_ext_path *path, ext4_ext_search_right()
1595 ext4_ext_next_allocated_block(struct ext4_ext_path *path) ext4_ext_next_allocated_block()
1628 static ext4_lblk_t ext4_ext_next_leaf_block(struct ext4_ext_path *path) ext4_ext_next_leaf_block()
1660 struct ext4_ext_path *path) ext4_ext_correct_indexes()
1762 struct ext4_ext_path *path, ext4_ext_try_to_merge_right()
1804 struct ext4_ext_path *path) ext4_ext_try_to_merge_up()
1849 struct ext4_ext_path *path, ext4_ext_try_to_merge()
1879 struct ext4_ext_path *path) ext4_ext_check_overlap()
1926 struct ext4_ext_path **ppath, ext4_ext_insert_extent()
1929 struct ext4_ext_path *path = *ppath; ext4_ext_insert_extent()
1933 struct ext4_ext_path *npath = NULL; ext4_ext_insert_extent()
2150 struct ext4_ext_path *path = NULL; ext4_fill_fiemap_extents()
2301 ext4_ext_put_gap_in_cache(struct inode *inode, struct ext4_ext_path *path, ext4_ext_put_gap_in_cache()
2356 struct ext4_ext_path *path, int depth) ext4_ext_rm_idx()
2412 struct ext4_ext_path *path) ext4_ext_calc_credits_for_single_extent()
2593 struct ext4_ext_path *path, ext4_ext_rm_leaf()
2783 ext4_ext_more_to_rm(struct ext4_ext_path *path) ext4_ext_more_to_rm()
2804 struct ext4_ext_path *path = NULL; ext4_ext_remove_space()
2913 path = kzalloc(sizeof(struct ext4_ext_path) * (depth + 1), ext4_ext_remove_space()
3160 struct ext4_ext_path **ppath, ext4_split_extent_at()
3165 struct ext4_ext_path *path = *ppath; ext4_split_extent_at()
3302 struct ext4_ext_path **ppath, ext4_split_extent()
3307 struct ext4_ext_path *path = *ppath; ext4_split_extent()
3395 struct ext4_ext_path **ppath, ext4_ext_convert_to_initialized()
3398 struct ext4_ext_path *path = *ppath; ext4_ext_convert_to_initialized()
3663 struct ext4_ext_path **ppath, ext4_split_convert_extents()
3666 struct ext4_ext_path *path = *ppath; ext4_split_convert_extents()
3706 struct ext4_ext_path **ppath) ext4_convert_unwritten_extents_endio()
3708 struct ext4_ext_path *path = *ppath; ext4_convert_unwritten_extents_endio()
3779 struct ext4_ext_path *path, check_eofblocks_fl()
3938 struct ext4_ext_path **ppath, int flags, convert_initialized_extent()
3941 struct ext4_ext_path *path = *ppath; convert_initialized_extent()
4012 struct ext4_ext_path **ppath, int flags, ext4_ext_handle_unwritten_extents()
4015 struct ext4_ext_path *path = *ppath; ext4_ext_handle_unwritten_extents()
4198 struct ext4_ext_path *path) get_implied_cluster_alloc()
4278 struct ext4_ext_path *path = NULL; ext4_ext_map_blocks()
5231 struct ext4_ext_path *path) ext4_access_path()
5263 ext4_ext_shift_path_extents(struct ext4_ext_path *path, ext4_lblk_t shift, ext4_ext_shift_path_extents()
5351 struct ext4_ext_path *path; ext4_ext_shift_extents()
5606 struct ext4_ext_path *path; ext4_insert_range()
5789 struct ext4_ext_path *path1 = NULL; ext4_swap_extents()
5790 struct ext4_ext_path *path2 = NULL; ext4_swap_extents()
H A Dext4_extents.h119 * Array of ext4_ext_path contains path to some extent.
123 struct ext4_ext_path { struct
271 struct inode *inode, struct ext4_ext_path *path);
H A Dmove_extent.c35 struct ext4_ext_path **ppath) get_ext_path()
37 struct ext4_ext_path *path; get_ext_path()
101 struct ext4_ext_path *path = NULL; mext_check_coverage()
563 struct ext4_ext_path *path = NULL; ext4_move_extents()
H A Dext4.h3127 struct ext4_ext_path;
3156 struct ext4_ext_path *path);
3161 struct ext4_ext_path **,
3163 extern struct ext4_ext_path *ext4_find_extent(struct inode *, ext4_lblk_t,
3164 struct ext4_ext_path **,
3166 extern void ext4_ext_drop_refs(struct ext4_ext_path *);
3172 extern ext4_lblk_t ext4_ext_next_allocated_block(struct ext4_ext_path *path);
H A Dmigrate.c34 struct ext4_ext_path *path; finish_range()
H A Dextents_status.c465 struct ext4_ext_path *path = NULL; ext4_es_insert_extent_ext_check()

Completed in 349 milliseconds