Lines Matching defs:new_el
4360 struct ocfs2_extent_list *new_el;
4386 new_el = path_leaf_el(left_path);
4388 if (le16_to_cpu(new_el->l_next_free_rec) !=
4389 le16_to_cpu(new_el->l_count)) {
4395 le16_to_cpu(new_el->l_next_free_rec),
4396 le16_to_cpu(new_el->l_count));
4399 rec = &new_el->l_recs[
4400 le16_to_cpu(new_el->l_next_free_rec) - 1];
4440 new_el = path_leaf_el(right_path);
4441 rec = &new_el->l_recs[0];
4443 if (le16_to_cpu(new_el->l_next_free_rec) <= 1) {
4449 le16_to_cpu(new_el->l_next_free_rec));
4452 rec = &new_el->l_recs[1];