right_el         2002 fs/ocfs2/alloc.c 				      struct ocfs2_extent_list *right_el,
right_el         2022 fs/ocfs2/alloc.c 				      &root_el->l_recs[i + 1], right_el);
right_el         2044 fs/ocfs2/alloc.c 	struct ocfs2_extent_list *el, *left_el, *right_el;
right_el         2061 fs/ocfs2/alloc.c 	right_el = path_leaf_el(right_path);
right_el         2078 fs/ocfs2/alloc.c 		ocfs2_adjust_adjacent_records(left_rec, right_rec, right_el);
right_el         2088 fs/ocfs2/alloc.c 		right_el = right_path->p_node[i].el;
right_el         2098 fs/ocfs2/alloc.c 	right_el = right_path->p_node[subtree_index + 1].el;
right_el         2100 fs/ocfs2/alloc.c 	ocfs2_adjust_root_records(el, left_el, right_el,
right_el         2118 fs/ocfs2/alloc.c 	struct ocfs2_extent_list *right_el, *left_el;
right_el         2167 fs/ocfs2/alloc.c 	right_el = path_leaf_el(right_path);
right_el         2170 fs/ocfs2/alloc.c 	mlog_bug_on_msg(!right_el->l_next_free_rec, "Inode %llu: Rotate fails "
right_el         2175 fs/ocfs2/alloc.c 	ocfs2_create_empty_extent(right_el);
right_el         2182 fs/ocfs2/alloc.c 	right_el->l_recs[0] = move_rec;
right_el         3353 fs/ocfs2/alloc.c 	struct ocfs2_extent_list *right_el;
right_el         3372 fs/ocfs2/alloc.c 		right_el = path_leaf_el(right_path);
right_el         3373 fs/ocfs2/alloc.c 		next_free = le16_to_cpu(right_el->l_next_free_rec);
right_el         3375 fs/ocfs2/alloc.c 		right_rec = &right_el->l_recs[0];
right_el         3378 fs/ocfs2/alloc.c 			right_rec = &right_el->l_recs[1];
right_el         4080 fs/ocfs2/alloc.c 	struct ocfs2_extent_list *left_el = NULL, *right_el, *insert_el, *el;
right_el         4083 fs/ocfs2/alloc.c 	right_el = path_leaf_el(right_path);
right_el         4087 fs/ocfs2/alloc.c 	el = right_el;
right_el         4088 fs/ocfs2/alloc.c 	insert_el = right_el;
right_el         4122 fs/ocfs2/alloc.c 				tmprec = &right_el->l_recs[index];