Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Dmove_extents.c378 struct buffer_head *ac_bh = NULL, *gd_bh = NULL; in ocfs2_find_victim_alloc_group() local
429 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() local
494 &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 …]
/linux/fs/ext4/
H A Dmballoc-test.c17 struct buffer_head gd_bh; member
323 *bh = &grp_ctx->gd_bh; in ext4_get_group_desc_stub()