Lines Matching refs:right_el
1999 struct ocfs2_extent_list *right_el,
2019 &root_el->l_recs[i + 1], right_el);
2041 struct ocfs2_extent_list *el, *left_el, *right_el;
2051 * We begin the loop with right_el and left_el pointing to the
2054 * NOTE: within this loop, left_el and right_el always refer
2058 right_el = path_leaf_el(right_path);
2075 ocfs2_adjust_adjacent_records(left_rec, right_rec, right_el);
2085 right_el = right_path->p_node[i].el;
2095 right_el = right_path->p_node[subtree_index + 1].el;
2097 ocfs2_adjust_root_records(el, left_el, right_el,
2115 struct ocfs2_extent_list *right_el, *left_el;
2164 right_el = path_leaf_el(right_path);
2167 mlog_bug_on_msg(!right_el->l_next_free_rec, "Inode %llu: Rotate fails "
2172 ocfs2_create_empty_extent(right_el);
2179 right_el->l_recs[0] = move_rec;
3350 struct ocfs2_extent_list *right_el;
3369 right_el = path_leaf_el(right_path);
3370 next_free = le16_to_cpu(right_el->l_next_free_rec);
3372 right_rec = &right_el->l_recs[0];
3375 right_rec = &right_el->l_recs[1];
4077 struct ocfs2_extent_list *left_el = NULL, *right_el, *insert_el, *el;
4080 right_el = path_leaf_el(right_path);
4084 el = right_el;
4085 insert_el = right_el;
4119 tmprec = &right_el->l_recs[index];