Lines Matching refs:p_tree_depth

599 	path->p_tree_depth = depth;  in ocfs2_reinit_path()
690 path->p_tree_depth = le16_to_cpu(root_el->l_tree_depth); in ocfs2_new_path()
1771 mlog_bug_on_msg(i > left->p_tree_depth, in ocfs2_find_subtree_root()
1775 left->p_tree_depth, right->p_tree_depth, in ocfs2_find_subtree_root()
2066 for(i = left_path->p_tree_depth - 1; i > subtree_index; i--) { in ocfs2_complete_edge_insert()
2222 BUG_ON(path->p_tree_depth == 0); in ocfs2_find_cpos_for_left_leaf()
2229 i = path->p_tree_depth - 1; in ocfs2_find_cpos_for_left_leaf()
2293 int credits = (path->p_tree_depth - subtree_depth) * 2 + 1 + op_credits; in ocfs2_extend_rotate_transaction()
2473 right_path->p_tree_depth); in ocfs2_rotate_tree_right()
2554 for (i = 0; i < path->p_tree_depth; i++) { in ocfs2_update_edge_lengths()
2819 if (path->p_tree_depth == 0) in ocfs2_find_cpos_for_right_leaf()
2825 i = path->p_tree_depth - 1; in ocfs2_find_cpos_for_right_leaf()
2957 right_path->p_tree_depth); in __ocfs2_rotate_tree_left()
3117 int credits = path->p_tree_depth * 2 + 1; in ocfs2_remove_rightmost_empty_extent()
3164 if (path->p_tree_depth == 0) { in ocfs2_rotate_tree_left()
3305 BUG_ON(left_path->p_tree_depth == 0); in ocfs2_get_right_path()
3471 BUG_ON(right_path->p_tree_depth == 0); in ocfs2_get_left_path()
3967 for (i = 0; i < path->p_tree_depth; i++) { in ocfs2_adjust_rightmost_records()
4007 BUG_ON(right_path->p_tree_depth == 0); in ocfs2_append_rec_to_path()
4179 ret = ocfs2_extend_trans(handle, left_path->p_tree_depth); in ocfs2_insert_path()
4373 } else if (path->p_tree_depth > 0) { in ocfs2_figure_merge_contig_type()
4426 path->p_tree_depth > 0) { in ocfs2_figure_merge_contig_type()
5098 if (path->p_tree_depth) { in ocfs2_split_extent()
5299 depth = path->p_tree_depth; in ocfs2_split_tree()
5314 credits = path->p_tree_depth + in ocfs2_split_tree()
5382 path->p_tree_depth) { in ocfs2_truncate_rec()
5395 if (index == 0 && path->p_tree_depth && in ocfs2_truncate_rec()
7266 path->p_tree_depth); in ocfs2_commit_truncate()