Searched refs:gd_bh (Results 1 – 2 of 2) sorted by relevance
378 struct buffer_head *ac_bh = NULL, *gd_bh = NULL; in ocfs2_find_victim_alloc_group() local429 if (gd_bh) { in ocfs2_find_victim_alloc_group()430 brelse(gd_bh); in ocfs2_find_victim_alloc_group()431 gd_bh = NULL; in ocfs2_find_victim_alloc_group()434 ret = ocfs2_read_blocks_sync(osb, blkno, 1, &gd_bh); in ocfs2_find_victim_alloc_group()440 bg = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_find_victim_alloc_group()445 *ret_bh = gd_bh; in ocfs2_find_victim_alloc_group()476 struct buffer_head *gd_bh = NULL; in ocfs2_validate_and_adjust_move_goal() local494 &goal_bit, &gd_bh); in ocfs2_validate_and_adjust_move_goal()498 bg = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_validate_and_adjust_move_goal()[all …]
17 struct buffer_head gd_bh; member323 *bh = &grp_ctx->gd_bh; in ext4_get_group_desc_stub()