Home
last modified time | relevance | path

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

/linux-6.15/fs/ocfs2/
H A Dmove_extents.c423 if (gd_bh) { in ocfs2_find_victim_alloc_group()
424 brelse(gd_bh); in ocfs2_find_victim_alloc_group()
425 gd_bh = NULL; in ocfs2_find_victim_alloc_group()
439 *ret_bh = gd_bh; in ocfs2_find_victim_alloc_group()
470 struct buffer_head *gd_bh = NULL; in ocfs2_validate_and_adjust_move_goal() local
488 &goal_bit, &gd_bh); in ocfs2_validate_and_adjust_move_goal()
492 bg = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_validate_and_adjust_move_goal()
517 brelse(gd_bh); in ocfs2_validate_and_adjust_move_goal()
573 struct buffer_head *gd_bh = NULL; in ocfs2_move_extent() local
653 &goal_bit, &gd_bh); in ocfs2_move_extent()
[all …]
H A Dalloc.c7561 struct buffer_head *gd_bh = NULL; in ocfs2_trim_mainbm() local
7628 &gd_bh); in ocfs2_trim_mainbm()
7634 gd = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_trim_mainbm()
7637 brelse(gd_bh); in ocfs2_trim_mainbm()
7638 gd_bh = NULL; in ocfs2_trim_mainbm()
/linux-6.15/fs/ext4/
H A Dmballoc-test.c16 struct buffer_head gd_bh; member
322 *bh = &grp_ctx->gd_bh; in ext4_get_group_desc_stub()