Lines Matching defs:right_el
2001 struct ocfs2_extent_list *right_el,
2021 &root_el->l_recs[i + 1], right_el);
2043 struct ocfs2_extent_list *el, *left_el, *right_el;
2053 * We begin the loop with right_el and left_el pointing to the
2056 * NOTE: within this loop, left_el and right_el always refer
2060 right_el = path_leaf_el(right_path);
2077 ocfs2_adjust_adjacent_records(left_rec, right_rec, right_el);
2087 right_el = right_path->p_node[i].el;
2097 right_el = right_path->p_node[subtree_index + 1].el;
2099 ocfs2_adjust_root_records(el, left_el, right_el,
2117 struct ocfs2_extent_list *right_el, *left_el;
2166 right_el = path_leaf_el(right_path);
2169 mlog_bug_on_msg(!right_el->l_next_free_rec, "Inode %llu: Rotate fails "
2174 ocfs2_create_empty_extent(right_el);
2181 right_el->l_recs[0] = move_rec;
3352 struct ocfs2_extent_list *right_el;
3371 right_el = path_leaf_el(right_path);
3372 next_free = le16_to_cpu(right_el->l_next_free_rec);
3374 right_rec = &right_el->l_recs[0];
3377 right_rec = &right_el->l_recs[1];
4079 struct ocfs2_extent_list *left_el = NULL, *right_el, *insert_el, *el;
4082 right_el = path_leaf_el(right_path);
4086 el = right_el;
4087 insert_el = right_el;
4121 tmprec = &right_el->l_recs[index];