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

/linux-master/fs/ocfs2/
H A Dmove_extents.c372 struct buffer_head *ac_bh = NULL, *gd_bh = NULL; local
423 if (gd_bh) {
424 brelse(gd_bh);
425 gd_bh = NULL;
428 ret = ocfs2_read_blocks_sync(osb, blkno, 1, &gd_bh);
434 bg = (struct ocfs2_group_desc *)gd_bh->b_data;
439 *ret_bh = gd_bh;
457 * caller has to release the gd_bh properly.
470 struct buffer_head *gd_bh = NULL; local
488 &goal_bit, &gd_bh);
573 struct buffer_head *gd_bh = NULL; local
[all...]
H A Dalloc.c7541 struct buffer_head *gd_bh = NULL; local
7608 &gd_bh);
7614 gd = (struct ocfs2_group_desc *)gd_bh->b_data;
7617 brelse(gd_bh);
7618 gd_bh = NULL;
/linux-master/fs/ext4/
H A Dmballoc-test.c14 /* desc and gd_bh are just the place holders for now */
16 struct buffer_head gd_bh; member in struct:mbt_grp_ctx
298 *bh = &grp_ctx->gd_bh;

Completed in 145 milliseconds