Home
last modified time | relevance | path

Searched refs:right_el (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ocfs2/
H A Dalloc.c2015 struct ocfs2_extent_list *right_el, in ocfs2_adjust_root_records() argument
2035 &root_el->l_recs[i + 1], right_el); in ocfs2_adjust_root_records()
2057 struct ocfs2_extent_list *el, *left_el, *right_el; in ocfs2_complete_edge_insert() local
2074 right_el = path_leaf_el(right_path); in ocfs2_complete_edge_insert()
2091 ocfs2_adjust_adjacent_records(left_rec, right_rec, right_el); in ocfs2_complete_edge_insert()
2101 right_el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()
2111 right_el = right_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert()
2113 ocfs2_adjust_root_records(el, left_el, right_el, in ocfs2_complete_edge_insert()
2131 struct ocfs2_extent_list *right_el, *left_el; in ocfs2_rotate_subtree_right() local
2180 right_el = path_leaf_el(right_path); in ocfs2_rotate_subtree_right()
[all …]