Home
last modified time | relevance | path

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

/fs/ocfs2/
Dalloc.c2032 struct ocfs2_path *right_path, in ocfs2_complete_edge_insert() argument
2053 right_el = path_leaf_el(right_path); in ocfs2_complete_edge_insert()
2067 el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()
2074 ocfs2_journal_dirty(handle, right_path->p_node[i].bh); in ocfs2_complete_edge_insert()
2081 right_el = right_path->p_node[i].el; in ocfs2_complete_edge_insert()
2091 right_el = right_path->p_node[subtree_index + 1].el; in ocfs2_complete_edge_insert()
2104 struct ocfs2_path *right_path, in ocfs2_rotate_subtree_right() argument
2135 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right()
2137 ret = ocfs2_path_bh_journal_access(handle, et->et_ci, right_path, in ocfs2_rotate_subtree_right()
2144 for(i = subtree_index + 1; i < path_num_items(right_path); i++) { in ocfs2_rotate_subtree_right()
[all …]
Drefcounttree.c971 struct ocfs2_path *left_path = NULL, *right_path = NULL; in ocfs2_get_refcount_cpos_end() local
1015 right_path = ocfs2_new_path_from_path(left_path); in ocfs2_get_refcount_cpos_end()
1016 if (!right_path) { in ocfs2_get_refcount_cpos_end()
1028 ret = ocfs2_find_path(ci, right_path, cpos); in ocfs2_get_refcount_cpos_end()
1035 right_path); in ocfs2_get_refcount_cpos_end()
1050 ocfs2_free_path(right_path); in ocfs2_get_refcount_cpos_end()