Searched refs:gd_bh (Results 1 – 3 of 3) sorted by relevance
372 struct buffer_head *ac_bh = NULL, *gd_bh = NULL; in ocfs2_find_victim_alloc_group() local423 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()428 ret = ocfs2_read_blocks_sync(osb, blkno, 1, &gd_bh); in ocfs2_find_victim_alloc_group()434 bg = (struct ocfs2_group_desc *)gd_bh->b_data; 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() local488 &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()[all …]
7541 struct buffer_head *gd_bh = NULL; in ocfs2_trim_mainbm() local7608 &gd_bh); in ocfs2_trim_mainbm()7614 gd = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_trim_mainbm()7617 brelse(gd_bh); in ocfs2_trim_mainbm()7618 gd_bh = NULL; in ocfs2_trim_mainbm()
16 struct buffer_head gd_bh; member322 *bh = &grp_ctx->gd_bh; in ext4_get_group_desc_stub()