Lines Matching refs:new_eb_bh
155 struct buffer_head **new_eb_bh,
1361 struct buffer_head *new_eb_bh = NULL; in ocfs2_shift_tree_depth() local
1368 &new_eb_bh, 1, in ocfs2_shift_tree_depth()
1372 &new_eb_bh); in ocfs2_shift_tree_depth()
1383 eb = (struct ocfs2_extent_block *) new_eb_bh->b_data; in ocfs2_shift_tree_depth()
1390 status = ocfs2_journal_access_eb(handle, et->et_ci, new_eb_bh, in ocfs2_shift_tree_depth()
1403 ocfs2_journal_dirty(handle, new_eb_bh); in ocfs2_shift_tree_depth()
1430 *ret_new_eb_bh = new_eb_bh; in ocfs2_shift_tree_depth()
1431 new_eb_bh = NULL; in ocfs2_shift_tree_depth()
1434 brelse(new_eb_bh); in ocfs2_shift_tree_depth()
6660 struct buffer_head **new_eb_bh, in ocfs2_reuse_blk_from_dealloc() argument
6697 new_eb_bh[i] = sb_getblk(osb->sb, bf->free_blk); in ocfs2_reuse_blk_from_dealloc()
6698 if (new_eb_bh[i] == NULL) { in ocfs2_reuse_blk_from_dealloc()
6708 ocfs2_set_new_buffer_uptodate(et->et_ci, new_eb_bh[i]); in ocfs2_reuse_blk_from_dealloc()
6711 new_eb_bh[i], in ocfs2_reuse_blk_from_dealloc()
6718 memset(new_eb_bh[i]->b_data, 0, osb->sb->s_blocksize); in ocfs2_reuse_blk_from_dealloc()
6719 eb = (struct ocfs2_extent_block *) new_eb_bh[i]->b_data; in ocfs2_reuse_blk_from_dealloc()
6736 ocfs2_journal_dirty(handle, new_eb_bh[i]); in ocfs2_reuse_blk_from_dealloc()
6750 brelse(new_eb_bh[i]); in ocfs2_reuse_blk_from_dealloc()