Lines Matching refs:root_bh

682 static struct ocfs2_path *ocfs2_new_path(struct buffer_head *root_bh,  in ocfs2_new_path()  argument
693 get_bh(root_bh); in ocfs2_new_path()
694 path_root_bh(path) = root_bh; in ocfs2_new_path()
2045 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert() local
2102 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert()
2104 ocfs2_journal_dirty(handle, root_bh); in ocfs2_complete_edge_insert()
2116 struct buffer_head *root_bh; in ocfs2_rotate_subtree_right() local
2139 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_right()
2140 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right()
2616 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_unlink_subtree() local
2634 ocfs2_journal_dirty(handle, root_bh); in ocfs2_unlink_subtree()
2650 struct buffer_head *root_bh, *et_root_bh = path_root_bh(right_path); in ocfs2_rotate_subtree_left() local
2658 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_left()
2659 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_left()
3357 struct buffer_head *root_bh = NULL; in ocfs2_merge_rec_right() local
3395 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_merge_rec_right()
3396 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_merge_rec_right()
3521 struct buffer_head *root_bh = NULL; in ocfs2_merge_rec_left() local
3557 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_merge_rec_left()
3558 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_merge_rec_left()