Lines Matching refs:p_tree_depth
601 path->p_tree_depth = depth;
692 path->p_tree_depth = le16_to_cpu(root_el->l_tree_depth);
1766 mlog_bug_on_msg(i > left->p_tree_depth,
1770 left->p_tree_depth, right->p_tree_depth,
2061 for(i = left_path->p_tree_depth - 1; i > subtree_index; i--) {
2217 BUG_ON(path->p_tree_depth == 0);
2224 i = path->p_tree_depth - 1;
2288 int credits = (path->p_tree_depth - subtree_depth) * 2 + 1 + op_credits;
2468 right_path->p_tree_depth);
2549 for (i = 0; i < path->p_tree_depth; i++) {
2814 if (path->p_tree_depth == 0)
2820 i = path->p_tree_depth - 1;
2952 right_path->p_tree_depth);
3112 int credits = path->p_tree_depth * 2 + 1;
3159 if (path->p_tree_depth == 0) {
3300 BUG_ON(left_path->p_tree_depth == 0);
3466 BUG_ON(right_path->p_tree_depth == 0);
3962 for (i = 0; i < path->p_tree_depth; i++) {
4002 BUG_ON(right_path->p_tree_depth == 0);
4174 ret = ocfs2_extend_trans(handle, left_path->p_tree_depth);
4368 } else if (path->p_tree_depth > 0) {
4421 path->p_tree_depth > 0) {
5093 if (path->p_tree_depth) {
5294 depth = path->p_tree_depth;
5309 credits = path->p_tree_depth +
5377 path->p_tree_depth) {
5390 if (index == 0 && path->p_tree_depth &&
7254 path->p_tree_depth);