Lines Matching refs:root_bh

680 static struct ocfs2_path *ocfs2_new_path(struct buffer_head *root_bh,  in ocfs2_new_path()  argument
691 get_bh(root_bh); in ocfs2_new_path()
692 path_root_bh(path) = root_bh; in ocfs2_new_path()
2043 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert() local
2100 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert()
2102 ocfs2_journal_dirty(handle, root_bh); in ocfs2_complete_edge_insert()
2114 struct buffer_head *root_bh; in ocfs2_rotate_subtree_right() local
2137 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_right()
2138 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right()
2614 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_unlink_subtree() local
2632 ocfs2_journal_dirty(handle, root_bh); in ocfs2_unlink_subtree()
2648 struct buffer_head *root_bh, *et_root_bh = path_root_bh(right_path); in ocfs2_rotate_subtree_left() local
2656 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_left()
2657 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_left()
3355 struct buffer_head *root_bh = NULL; in ocfs2_merge_rec_right() local
3393 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_merge_rec_right()
3394 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_merge_rec_right()
3519 struct buffer_head *root_bh = NULL; in ocfs2_merge_rec_left() local
3555 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_merge_rec_left()
3556 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_merge_rec_left()