Lines Matching defs:subtree_index

2040 				       int subtree_index)
2045 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh;
2061 for(i = left_path->p_tree_depth - 1; i > subtree_index; i--) {
2095 el = left_path->p_node[subtree_index].el;
2096 left_el = left_path->p_node[subtree_index + 1].el;
2097 right_el = right_path->p_node[subtree_index + 1].el;
2100 left_path->p_node[subtree_index + 1].bh->b_blocknr);
2102 root_bh = left_path->p_node[subtree_index].bh;
2111 int subtree_index)
2139 root_bh = left_path->p_node[subtree_index].bh;
2140 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
2143 subtree_index);
2149 for(i = subtree_index + 1; i < path_num_items(right_path); i++) {
2198 subtree_index);
2612 int subtree_index,
2616 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh;
2617 struct ocfs2_extent_list *root_el = left_path->p_node[subtree_index].el;
2620 eb = (struct ocfs2_extent_block *)right_path->p_node[subtree_index + 1].bh->b_data;
2638 subtree_index + 1);
2645 int subtree_index,
2658 root_bh = left_path->p_node[subtree_index].bh;
2659 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
2719 subtree_index);
2725 for(i = subtree_index + 1; i < path_num_items(right_path); i++) {
2767 subtree_index, dealloc);
2790 subtree_index);
3021 int ret, subtree_index;
3068 subtree_index = ocfs2_find_subtree_root(et, left_path, path);
3071 subtree_index, dealloc);
3354 int subtree_index = 0;
3384 subtree_index = ocfs2_find_subtree_root(et, left_path,
3387 ret = ocfs2_extend_rotate_transaction(handle, subtree_index,
3395 root_bh = left_path->p_node[subtree_index].bh;
3396 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
3399 subtree_index);
3405 for (i = subtree_index + 1;
3448 subtree_index);
3515 int ret, i, subtree_index = 0, has_empty_extent = 0;
3546 subtree_index = ocfs2_find_subtree_root(et, left_path,
3549 ret = ocfs2_extend_rotate_transaction(handle, subtree_index,
3557 root_bh = left_path->p_node[subtree_index].bh;
3558 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
3561 subtree_index);
3567 for (i = subtree_index + 1;
3647 right_path, subtree_index);
4164 int ret, subtree_index;
4227 subtree_index = ocfs2_find_subtree_root(et, left_path,
4230 subtree_index);
5488 int subtree_index;
5490 subtree_index = ocfs2_find_subtree_root(et, left_path, path);
5492 subtree_index);