Searched refs:new_el (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ocfs2/
H A Dalloc.c4365 struct ocfs2_extent_list *new_el; local
4391 new_el = path_leaf_el(left_path);
4393 if (le16_to_cpu(new_el->l_next_free_rec) !=
4394 le16_to_cpu(new_el->l_count)) {
4400 le16_to_cpu(new_el->l_next_free_rec),
4401 le16_to_cpu(new_el->l_count));
4404 rec = &new_el->l_recs[
4405 le16_to_cpu(new_el->l_next_free_rec) - 1];
4445 new_el = path_leaf_el(right_path);
4446 rec = &new_el
[all...]

Completed in 111 milliseconds