Lines Matching refs:subtree_index

2053 				       int subtree_index)
2074 for(i = left_path->p_tree_depth - 1; i > subtree_index; i--) {
2108 el = left_path->p_node[subtree_index].el;
2109 left_el = left_path->p_node[subtree_index + 1].el;
2110 right_el = right_path->p_node[subtree_index + 1].el;
2113 left_path->p_node[subtree_index + 1].bh->b_blocknr);
2115 root_bh = left_path->p_node[subtree_index].bh;
2124 int subtree_index)
2152 root_bh = left_path->p_node[subtree_index].bh;
2153 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
2156 subtree_index);
2162 for(i = subtree_index + 1; i < path_num_items(right_path); i++) {
2211 subtree_index);
2625 int subtree_index,
2629 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh;
2630 struct ocfs2_extent_list *root_el = left_path->p_node[subtree_index].el;
2633 eb = (struct ocfs2_extent_block *)right_path->p_node[subtree_index + 1].bh->b_data;
2651 subtree_index + 1);
2658 int subtree_index,
2671 root_bh = left_path->p_node[subtree_index].bh;
2672 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
2732 subtree_index);
2738 for(i = subtree_index + 1; i < path_num_items(right_path); i++) {
2780 subtree_index, dealloc);
2803 subtree_index);
3034 int ret, subtree_index;
3081 subtree_index = ocfs2_find_subtree_root(et, left_path, path);
3084 subtree_index, dealloc);
3367 int subtree_index = 0;
3397 subtree_index = ocfs2_find_subtree_root(et, left_path,
3400 ret = ocfs2_extend_rotate_transaction(handle, subtree_index,
3408 root_bh = left_path->p_node[subtree_index].bh;
3409 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
3412 subtree_index);
3418 for (i = subtree_index + 1;
3461 subtree_index);
3528 int ret, i, subtree_index = 0, has_empty_extent = 0;
3559 subtree_index = ocfs2_find_subtree_root(et, left_path,
3562 ret = ocfs2_extend_rotate_transaction(handle, subtree_index,
3570 root_bh = left_path->p_node[subtree_index].bh;
3571 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
3574 subtree_index);
3580 for (i = subtree_index + 1;
3660 right_path, subtree_index);
4177 int ret, subtree_index;
4240 subtree_index = ocfs2_find_subtree_root(et, left_path,
4243 subtree_index);
5501 int subtree_index;
5503 subtree_index = ocfs2_find_subtree_root(et, left_path, path);
5505 subtree_index);