Searched refs:new_eb_bh (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/fs/ocfs2/
H A Dalloc.c1347 struct buffer_head *new_eb_bh = NULL; ocfs2_shift_tree_depth() local
1353 &new_eb_bh); ocfs2_shift_tree_depth()
1359 eb = (struct ocfs2_extent_block *) new_eb_bh->b_data; ocfs2_shift_tree_depth()
1366 status = ocfs2_journal_access_eb(handle, et->et_ci, new_eb_bh, ocfs2_shift_tree_depth()
1379 ocfs2_journal_dirty(handle, new_eb_bh); ocfs2_shift_tree_depth()
1406 *ret_new_eb_bh = new_eb_bh; ocfs2_shift_tree_depth()
1407 new_eb_bh = NULL; ocfs2_shift_tree_depth()
1410 brelse(new_eb_bh); ocfs2_shift_tree_depth()

Completed in 65 milliseconds