Searched refs:subtree_index (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ocfs2/
H A Dalloc.c2045 int subtree_index)
2066 for(i = left_path->p_tree_depth - 1; i > subtree_index; i--) {
2100 el = left_path->p_node[subtree_index].el;
2101 left_el = left_path->p_node[subtree_index + 1].el;
2102 right_el = right_path->p_node[subtree_index + 1].el;
2105 left_path->p_node[subtree_index + 1].bh->b_blocknr);
2107 root_bh = left_path->p_node[subtree_index].bh;
2116 int subtree_index)
2144 root_bh = left_path->p_node[subtree_index].bh;
2145 BUG_ON(root_bh != right_path->p_node[subtree_index]
2042 ocfs2_complete_edge_insert(handle_t *handle, struct ocfs2_path *left_path, struct ocfs2_path *right_path, int subtree_index) argument
2112 ocfs2_rotate_subtree_right(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, int subtree_index) argument
2613 ocfs2_unlink_subtree(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, int subtree_index, struct ocfs2_cached_dealloc_ctxt *dealloc) argument
2646 ocfs2_rotate_subtree_left(handle_t *handle, struct ocfs2_extent_tree *et, struct ocfs2_path *left_path, struct ocfs2_path *right_path, int subtree_index, struct ocfs2_cached_dealloc_ctxt *dealloc, int *deleted) argument
3026 int ret, subtree_index; local
3359 int subtree_index = 0; local
3520 int ret, i, subtree_index = 0, has_empty_extent = 0; local
4169 int ret, subtree_index; local
5493 int subtree_index; local
[all...]

Completed in 120 milliseconds