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()
2038 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert() local
2096 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert()
2098 ocfs2_journal_dirty(handle, root_bh); in ocfs2_complete_edge_insert()
2110 struct buffer_head *root_bh; in ocfs2_rotate_subtree_right() local
2134 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_right()
2135 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right()
2627 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_unlink_subtree() local
2648 ocfs2_journal_dirty(handle, root_bh); in ocfs2_unlink_subtree()
2664 struct buffer_head *root_bh, *et_root_bh = path_root_bh(right_path); in ocfs2_rotate_subtree_left() local
2672 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_left()
2673 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_left()
3362 struct buffer_head *root_bh = NULL; in ocfs2_merge_rec_right() local
3400 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_merge_rec_right()
3401 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_merge_rec_right()
3526 struct buffer_head *root_bh = NULL; in ocfs2_merge_rec_left() local
3562 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_merge_rec_left()
3563 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_merge_rec_left()