Searched refs:ocfs2_find_path (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/ocfs2/ |
| H A D | alloc.c | 1112 status = ocfs2_find_path(et->et_ci, path, UINT_MAX); in ocfs2_adjust_rightmost_branch() 1907 int ocfs2_find_path(struct ocfs2_caching_info *ci, in ocfs2_find_path() function 2438 ret = ocfs2_find_path(et->et_ci, left_path, cpos); in ocfs2_rotate_tree_right() 3069 ret = ocfs2_find_path(et->et_ci, left_path, cpos); in ocfs2_remove_rightmost_path() 4053 ret = ocfs2_find_path(et->et_ci, left_path, in ocfs2_append_rec_to_path() 4394 status = ocfs2_find_path(et->et_ci, left_path, in ocfs2_figure_merge_contig_type() 5005 ret = ocfs2_find_path(et->et_ci, path, cpos); in ocfs2_split_and_insert() 5185 ret = ocfs2_find_path(et->et_ci, left_path, cpos); in ocfs2_change_extent_flag() 5432 ret = ocfs2_find_path(et->et_ci, left_path, in ocfs2_truncate_rec() 5544 ret = ocfs2_find_path(et->et_ci, path, cpos); in ocfs2_remove_extent() [all …]
|
| H A D | alloc.h | 289 int ocfs2_find_path(struct ocfs2_caching_info *ci,
|
| H A D | move_extents.c | 83 ret = ocfs2_find_path(INODE_CACHE(inode), path, cpos); in __ocfs2_move_extent()
|
| H A D | refcounttree.c | 1005 ret = ocfs2_find_path(ci, left_path, cpos); in ocfs2_get_refcount_cpos_end() 1024 ret = ocfs2_find_path(ci, right_path, cpos); in ocfs2_get_refcount_cpos_end() 1676 ret = ocfs2_find_path(ci, path, old_cpos); in ocfs2_adjust_refcount_rec() 3079 ret = ocfs2_find_path(et->et_ci, path, cpos); in ocfs2_clear_ext_refcount()
|
| H A D | file.c | 1854 ret = ocfs2_find_path(INODE_CACHE(inode), path, in ocfs2_remove_inode_range()
|