Lines Matching refs:right_el
2006 struct ocfs2_extent_list *right_el, in ocfs2_adjust_root_records() argument
2026 &root_el->l_recs[i + 1], right_el); in ocfs2_adjust_root_records()
2048 struct ocfs2_extent_list *el, *left_el, *right_el; in ocfs2_complete_edge_insert() local
2065 right_el = path_leaf_el(right_path); in ocfs2_complete_edge_insert()
2082 ocfs2_adjust_adjacent_records(left_rec, right_rec, right_el); in ocfs2_complete_edge_insert()
2092 right_el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()
2102 right_el = right_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert()
2104 ocfs2_adjust_root_records(el, left_el, right_el, in ocfs2_complete_edge_insert()
2122 struct ocfs2_extent_list *right_el, *left_el; in ocfs2_rotate_subtree_right() local
2171 right_el = path_leaf_el(right_path); in ocfs2_rotate_subtree_right()
2174 mlog_bug_on_msg(!right_el->l_next_free_rec, "Inode %llu: Rotate fails " in ocfs2_rotate_subtree_right()
2179 ocfs2_create_empty_extent(right_el); in ocfs2_rotate_subtree_right()
2186 right_el->l_recs[0] = move_rec; in ocfs2_rotate_subtree_right()
3357 struct ocfs2_extent_list *right_el; in ocfs2_merge_rec_right() local
3376 right_el = path_leaf_el(right_path); in ocfs2_merge_rec_right()
3377 next_free = le16_to_cpu(right_el->l_next_free_rec); in ocfs2_merge_rec_right()
3379 right_rec = &right_el->l_recs[0]; in ocfs2_merge_rec_right()
3382 right_rec = &right_el->l_recs[1]; in ocfs2_merge_rec_right()
4084 struct ocfs2_extent_list *left_el = NULL, *right_el, *insert_el, *el; in ocfs2_split_record() local
4087 right_el = path_leaf_el(right_path); in ocfs2_split_record()
4091 el = right_el; in ocfs2_split_record()
4092 insert_el = right_el; in ocfs2_split_record()
4126 tmprec = &right_el->l_recs[index]; in ocfs2_split_record()