Searched refs:new_eb_bh (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 157 struct buffer_head **new_eb_bh, 1356 struct buffer_head *new_eb_bh = NULL; in ocfs2_shift_tree_depth() local 1363 &new_eb_bh, 1, in ocfs2_shift_tree_depth() 1367 &new_eb_bh); in ocfs2_shift_tree_depth() 1378 eb = (struct ocfs2_extent_block *) new_eb_bh->b_data; in ocfs2_shift_tree_depth() 1385 status = ocfs2_journal_access_eb(handle, et->et_ci, new_eb_bh, in ocfs2_shift_tree_depth() 1398 ocfs2_journal_dirty(handle, new_eb_bh); in ocfs2_shift_tree_depth() 1425 *ret_new_eb_bh = new_eb_bh; in ocfs2_shift_tree_depth() 1426 new_eb_bh = NULL; in ocfs2_shift_tree_depth() 1429 brelse(new_eb_bh); in ocfs2_shift_tree_depth() 6651 ocfs2_reuse_blk_from_dealloc(handle_t *handle, struct ocfs2_extent_tree *et, struct buffer_head **new_eb_bh, int blk_wanted, int *blk_given) ocfs2_reuse_blk_from_dealloc() argument [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | alloc.c | 155 struct buffer_head **new_eb_bh, 1354 struct buffer_head *new_eb_bh = NULL; in ocfs2_shift_tree_depth() local 1361 &new_eb_bh, 1, in ocfs2_shift_tree_depth() 1365 &new_eb_bh); in ocfs2_shift_tree_depth() 1376 eb = (struct ocfs2_extent_block *) new_eb_bh->b_data; in ocfs2_shift_tree_depth() 1383 status = ocfs2_journal_access_eb(handle, et->et_ci, new_eb_bh, in ocfs2_shift_tree_depth() 1396 ocfs2_journal_dirty(handle, new_eb_bh); in ocfs2_shift_tree_depth() 1423 *ret_new_eb_bh = new_eb_bh; in ocfs2_shift_tree_depth() 1424 new_eb_bh = NULL; in ocfs2_shift_tree_depth() 1427 brelse(new_eb_bh); in ocfs2_shift_tree_depth() 6651 ocfs2_reuse_blk_from_dealloc(handle_t *handle, struct ocfs2_extent_tree *et, struct buffer_head **new_eb_bh, int blk_wanted, int *blk_given) ocfs2_reuse_blk_from_dealloc() argument [all...] |
Completed in 10 milliseconds