Lines Matching refs:root_bh

696 static struct ocfs2_path *ocfs2_new_path(struct buffer_head *root_bh,  in ocfs2_new_path()  argument
707 get_bh(root_bh); in ocfs2_new_path()
708 path_root_bh(path) = root_bh; in ocfs2_new_path()
2060 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert() local
2117 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert()
2119 ocfs2_journal_dirty(handle, root_bh); in ocfs2_complete_edge_insert()
2131 struct buffer_head *root_bh; in ocfs2_rotate_subtree_right() local
2154 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_right()
2155 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right()
2631 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_unlink_subtree() local
2649 ocfs2_journal_dirty(handle, root_bh); in ocfs2_unlink_subtree()
2665 struct buffer_head *root_bh, *et_root_bh = path_root_bh(right_path); in ocfs2_rotate_subtree_left() local
2673 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_left()
2674 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_left()
3372 struct buffer_head *root_bh = NULL; in ocfs2_merge_rec_right() local
3410 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_merge_rec_right()
3411 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_merge_rec_right()
3536 struct buffer_head *root_bh = NULL; in ocfs2_merge_rec_left() local
3572 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_merge_rec_left()
3573 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_merge_rec_left()