Lines Matching refs:rightmost_el
4912 struct ocfs2_extent_list *rightmost_el;
4925 rightmost_el = et->et_root_el;
4927 depth = le16_to_cpu(rightmost_el->l_tree_depth);
4931 rightmost_el = &eb->h_list;
4934 if (le16_to_cpu(rightmost_el->l_next_free_rec) ==
4935 le16_to_cpu(rightmost_el->l_count)) {
5279 struct ocfs2_extent_list *rightmost_el, *el;
5303 rightmost_el = &eb->h_list;
5305 rightmost_el = path_leaf_el(path);
5315 if (le16_to_cpu(rightmost_el->l_next_free_rec) ==
5316 le16_to_cpu(rightmost_el->l_count)) {