Searched refs:ocfs2_find_path (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/ocfs2/ |
D | alloc.c | 1122 status = ocfs2_find_path(et->et_ci, path, UINT_MAX); in ocfs2_adjust_rightmost_branch() 1909 int ocfs2_find_path(struct ocfs2_caching_info *ci, in ocfs2_find_path() function 2440 ret = ocfs2_find_path(et->et_ci, left_path, cpos); in ocfs2_rotate_tree_right() 2955 ret = ocfs2_find_path(et->et_ci, right_path, right_cpos); in __ocfs2_rotate_tree_left() 3071 ret = ocfs2_find_path(et->et_ci, left_path, cpos); in ocfs2_remove_rightmost_path() 3337 ret = ocfs2_find_path(et->et_ci, right_path, right_cpos); in ocfs2_get_right_path() 3500 ret = ocfs2_find_path(et->et_ci, left_path, left_cpos); in ocfs2_get_left_path() 4055 ret = ocfs2_find_path(et->et_ci, left_path, in ocfs2_append_rec_to_path() 4297 ret = ocfs2_find_path(et->et_ci, right_path, cpos); in ocfs2_do_insert_extent() 4396 status = ocfs2_find_path(et->et_ci, left_path, in ocfs2_figure_merge_contig_type() [all …]
|
D | alloc.h | 307 int ocfs2_find_path(struct ocfs2_caching_info *ci,
|
D | move_extents.c | 92 ret = ocfs2_find_path(INODE_CACHE(inode), path, cpos); in __ocfs2_move_extent()
|
D | refcounttree.c | 1012 ret = ocfs2_find_path(ci, left_path, cpos); in ocfs2_get_refcount_cpos_end() 1031 ret = ocfs2_find_path(ci, right_path, cpos); in ocfs2_get_refcount_cpos_end() 1690 ret = ocfs2_find_path(ci, path, old_cpos); in ocfs2_adjust_refcount_rec() 3093 ret = ocfs2_find_path(et->et_ci, path, cpos); in ocfs2_clear_ext_refcount()
|
D | file.c | 1786 ret = ocfs2_find_path(INODE_CACHE(inode), path, in ocfs2_remove_inode_range()
|