Searched refs:right_cpos (Results 1 – 1 of 1) sorted by relevance
2922 u32 right_cpos; in __ocfs2_rotate_tree_left() local2931 ret = ocfs2_find_cpos_for_right_leaf(sb, path, &right_cpos); in __ocfs2_rotate_tree_left()2953 while (right_cpos) { in __ocfs2_rotate_tree_left()2954 ret = ocfs2_find_path(et->et_ci, right_path, right_cpos); in __ocfs2_rotate_tree_left()3016 &right_cpos); in __ocfs2_rotate_tree_left()3297 u32 right_cpos; in ocfs2_get_right_path() local3310 left_path, &right_cpos); in ocfs2_get_right_path()3317 BUG_ON(right_cpos == 0); in ocfs2_get_right_path()3326 ret = ocfs2_find_path(et->et_ci, right_path, right_cpos); in ocfs2_get_right_path()4323 u32 left_cpos, right_cpos; in ocfs2_figure_merge_contig_type() local[all …]