Lines Matching refs:rightmost_el
4875 struct ocfs2_extent_list *rightmost_el; in ocfs2_split_and_insert() local
4888 rightmost_el = et->et_root_el; in ocfs2_split_and_insert()
4890 depth = le16_to_cpu(rightmost_el->l_tree_depth); in ocfs2_split_and_insert()
4894 rightmost_el = &eb->h_list; in ocfs2_split_and_insert()
4897 if (le16_to_cpu(rightmost_el->l_next_free_rec) == in ocfs2_split_and_insert()
4898 le16_to_cpu(rightmost_el->l_count)) { in ocfs2_split_and_insert()
5032 struct ocfs2_extent_list *rightmost_el; in ocfs2_split_extent() local
5063 rightmost_el = &eb->h_list; in ocfs2_split_extent()
5065 rightmost_el = path_root_el(path); in ocfs2_split_extent()
5248 struct ocfs2_extent_list *rightmost_el, *el; in ocfs2_split_tree() local
5272 rightmost_el = &eb->h_list; in ocfs2_split_tree()
5274 rightmost_el = path_leaf_el(path); in ocfs2_split_tree()
5284 if (le16_to_cpu(rightmost_el->l_next_free_rec) == in ocfs2_split_tree()
5285 le16_to_cpu(rightmost_el->l_count)) { in ocfs2_split_tree()