Lines Matching defs:rightmost_el
4914 struct ocfs2_extent_list *rightmost_el;
4927 rightmost_el = et->et_root_el;
4929 depth = le16_to_cpu(rightmost_el->l_tree_depth);
4933 rightmost_el = &eb->h_list;
4936 if (le16_to_cpu(rightmost_el->l_next_free_rec) ==
4937 le16_to_cpu(rightmost_el->l_count)) {
5281 struct ocfs2_extent_list *rightmost_el, *el;
5305 rightmost_el = &eb->h_list;
5307 rightmost_el = path_leaf_el(path);
5317 if (le16_to_cpu(rightmost_el->l_next_free_rec) ==
5318 le16_to_cpu(rightmost_el->l_count)) {