Lines Matching refs:left_path
968 struct ocfs2_path *left_path = NULL, *right_path = NULL;
998 left_path = ocfs2_new_path_from_et(&et);
999 if (!left_path) {
1006 ret = ocfs2_find_path(ci, left_path, cpos);
1012 right_path = ocfs2_new_path_from_path(left_path);
1019 ret = ocfs2_find_cpos_for_right_leaf(sb, left_path, &cpos);
1031 subtree_root = ocfs2_find_subtree_root(&et, left_path,
1034 tmp_el = left_path->p_node[subtree_root].el;
1035 blkno = left_path->p_node[subtree_root+1].bh->b_blocknr;
1046 ocfs2_free_path(left_path);