Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dalloc.c171 struct buffer_head **new_eb_bh,
1371 struct buffer_head *new_eb_bh = NULL; in ocfs2_shift_tree_depth() local
1378 &new_eb_bh, 1, in ocfs2_shift_tree_depth()
1382 &new_eb_bh); in ocfs2_shift_tree_depth()
1393 eb = (struct ocfs2_extent_block *) new_eb_bh->b_data; in ocfs2_shift_tree_depth()
1400 status = ocfs2_journal_access_eb(handle, et->et_ci, new_eb_bh, in ocfs2_shift_tree_depth()
1413 ocfs2_journal_dirty(handle, new_eb_bh); in ocfs2_shift_tree_depth()
1440 *ret_new_eb_bh = new_eb_bh; in ocfs2_shift_tree_depth()
1441 new_eb_bh = NULL; in ocfs2_shift_tree_depth()
1444 brelse(new_eb_bh); in ocfs2_shift_tree_depth()
[all …]