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()
2050 struct buffer_head *root_bh; in ocfs2_complete_edge_insert() local
2107 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_complete_edge_insert()
2109 ocfs2_journal_dirty(handle, root_bh); in ocfs2_complete_edge_insert()
2121 struct buffer_head *root_bh; in ocfs2_rotate_subtree_right() local
2144 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_right()
2145 BUG_ON(root_bh != right_path->p_node[subtree_index].bh); in ocfs2_rotate_subtree_right()
2621 struct buffer_head *root_bh = left_path->p_node[subtree_index].bh; in ocfs2_unlink_subtree() local
2639 ocfs2_journal_dirty(handle, root_bh); in ocfs2_unlink_subtree()
2655 struct buffer_head *root_bh, *et_root_bh = path_root_bh(right_path); in ocfs2_rotate_subtree_left() local
2663 root_bh = left_path->p_node[subtree_index].bh; in ocfs2_rotate_subtree_left()
2664 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()