Lines Matching refs:root_bh

687 static struct ocfs2_path *ocfs2_new_path(struct buffer_head *root_bh,  in ocfs2_new_path()  argument
698 get_bh(root_bh); in ocfs2_new_path()
699 path_root_bh(path) = root_bh; in ocfs2_new_path()
2030 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert() local
2088 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert()
2090 ocfs2_journal_dirty(handle, root_bh); in ocfs2_complete_edge_insert()
2102 struct buffer_head *root_bh; in ocfs2_rotate_subtree_right() local
2125 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_right()
2126 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right()
2617 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_unlink_subtree() local
2638 ocfs2_journal_dirty(handle, root_bh); in ocfs2_unlink_subtree()
2654 struct buffer_head *root_bh, *et_root_bh = path_root_bh(right_path); in ocfs2_rotate_subtree_left() local
2662 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_left()
2663 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_left()
3376 struct buffer_head *root_bh = NULL; in ocfs2_merge_rec_right() local
3414 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_merge_rec_right()
3415 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_merge_rec_right()
3540 struct buffer_head *root_bh = NULL; in ocfs2_merge_rec_left() local
3576 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_merge_rec_left()
3577 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_merge_rec_left()