Lines Matching defs:new_el
4358 struct ocfs2_extent_list *new_el;
4384 new_el = path_leaf_el(left_path);
4386 if (le16_to_cpu(new_el->l_next_free_rec) !=
4387 le16_to_cpu(new_el->l_count)) {
4393 le16_to_cpu(new_el->l_next_free_rec),
4394 le16_to_cpu(new_el->l_count));
4397 rec = &new_el->l_recs[
4398 le16_to_cpu(new_el->l_next_free_rec) - 1];
4438 new_el = path_leaf_el(right_path);
4439 rec = &new_el->l_recs[0];
4441 if (le16_to_cpu(new_el->l_next_free_rec) <= 1) {
4447 le16_to_cpu(new_el->l_next_free_rec));
4450 rec = &new_el->l_recs[1];