Searched refs:right_path (Results 1 – 2 of 2) sorted by relevance
2032 struct ocfs2_path *right_path, in ocfs2_complete_edge_insert() argument2053 right_el = path_leaf_el(right_path); in ocfs2_complete_edge_insert()2067 el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()2074 ocfs2_journal_dirty(handle, right_path->p_node[i].bh); in ocfs2_complete_edge_insert()2081 right_el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()2091 right_el = right_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert()2104 struct ocfs2_path *right_path, in ocfs2_rotate_subtree_right() argument2135 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right()2137 ret = ocfs2_path_bh_journal_access(handle, et->et_ci, right_path, in ocfs2_rotate_subtree_right()2144 for(i = subtree_index + 1; i < path_num_items(right_path); i++) { in ocfs2_rotate_subtree_right()[all …]
971 struct ocfs2_path *left_path = NULL, *right_path = NULL; in ocfs2_get_refcount_cpos_end() local1015 right_path = ocfs2_new_path_from_path(left_path); in ocfs2_get_refcount_cpos_end()1016 if (!right_path) { in ocfs2_get_refcount_cpos_end()1028 ret = ocfs2_find_path(ci, right_path, cpos); in ocfs2_get_refcount_cpos_end()1035 right_path); in ocfs2_get_refcount_cpos_end()1050 ocfs2_free_path(right_path); in ocfs2_get_refcount_cpos_end()