Lines Matching defs:subtree_index
2038 int subtree_index)
2059 for(i = left_path->p_tree_depth - 1; i > subtree_index; i--) {
2093 el = left_path->p_node[subtree_index].el;
2094 left_el = left_path->p_node[subtree_index + 1].el;
2095 right_el = right_path->p_node[subtree_index + 1].el;
2098 left_path->p_node[subtree_index + 1].bh->b_blocknr);
2100 root_bh = left_path->p_node[subtree_index].bh;
2109 int subtree_index)
2137 root_bh = left_path->p_node[subtree_index].bh;
2138 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
2141 subtree_index);
2147 for(i = subtree_index + 1; i < path_num_items(right_path); i++) {
2196 subtree_index);
2610 int subtree_index,
2614 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh;
2615 struct ocfs2_extent_list *root_el = left_path->p_node[subtree_index].el;
2618 eb = (struct ocfs2_extent_block *)right_path->p_node[subtree_index + 1].bh->b_data;
2636 subtree_index + 1);
2643 int subtree_index,
2656 root_bh = left_path->p_node[subtree_index].bh;
2657 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
2717 subtree_index);
2723 for(i = subtree_index + 1; i < path_num_items(right_path); i++) {
2765 subtree_index, dealloc);
2788 subtree_index);
3019 int ret, subtree_index;
3066 subtree_index = ocfs2_find_subtree_root(et, left_path, path);
3069 subtree_index, dealloc);
3352 int subtree_index = 0;
3382 subtree_index = ocfs2_find_subtree_root(et, left_path,
3385 ret = ocfs2_extend_rotate_transaction(handle, subtree_index,
3393 root_bh = left_path->p_node[subtree_index].bh;
3394 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
3397 subtree_index);
3403 for (i = subtree_index + 1;
3446 subtree_index);
3513 int ret, i, subtree_index = 0, has_empty_extent = 0;
3544 subtree_index = ocfs2_find_subtree_root(et, left_path,
3547 ret = ocfs2_extend_rotate_transaction(handle, subtree_index,
3555 root_bh = left_path->p_node[subtree_index].bh;
3556 BUG_ON(root_bh != right_path->p_node[subtree_index].bh);
3559 subtree_index);
3565 for (i = subtree_index + 1;
3645 right_path, subtree_index);
4162 int ret, subtree_index;
4225 subtree_index = ocfs2_find_subtree_root(et, left_path,
4228 subtree_index);
5486 int subtree_index;
5488 subtree_index = ocfs2_find_subtree_root(et, left_path, path);
5490 subtree_index);