Lines Matching refs:p_tree_depth
599 path->p_tree_depth = depth;
690 path->p_tree_depth = le16_to_cpu(root_el->l_tree_depth);
1764 mlog_bug_on_msg(i > left->p_tree_depth,
1768 left->p_tree_depth, right->p_tree_depth,
2059 for(i = left_path->p_tree_depth - 1; i > subtree_index; i--) {
2215 BUG_ON(path->p_tree_depth == 0);
2222 i = path->p_tree_depth - 1;
2286 int credits = (path->p_tree_depth - subtree_depth) * 2 + 1 + op_credits;
2466 right_path->p_tree_depth);
2547 for (i = 0; i < path->p_tree_depth; i++) {
2812 if (path->p_tree_depth == 0)
2818 i = path->p_tree_depth - 1;
2950 right_path->p_tree_depth);
3110 int credits = path->p_tree_depth * 2 + 1;
3157 if (path->p_tree_depth == 0) {
3298 BUG_ON(left_path->p_tree_depth == 0);
3464 BUG_ON(right_path->p_tree_depth == 0);
3960 for (i = 0; i < path->p_tree_depth; i++) {
4000 BUG_ON(right_path->p_tree_depth == 0);
4172 ret = ocfs2_extend_trans(handle, left_path->p_tree_depth);
4366 } else if (path->p_tree_depth > 0) {
4419 path->p_tree_depth > 0) {
5091 if (path->p_tree_depth) {
5292 depth = path->p_tree_depth;
5307 credits = path->p_tree_depth +
5375 path->p_tree_depth) {
5388 if (index == 0 && path->p_tree_depth &&
7259 path->p_tree_depth);