Lines Matching defs:gd_bh
374 struct buffer_head *ac_bh = NULL, *gd_bh = NULL;
425 if (gd_bh) {
426 brelse(gd_bh);
427 gd_bh = NULL;
430 ret = ocfs2_read_blocks_sync(osb, blkno, 1, &gd_bh);
436 bg = (struct ocfs2_group_desc *)gd_bh->b_data;
441 *ret_bh = gd_bh;
459 * caller has to release the gd_bh properly.
472 struct buffer_head *gd_bh = NULL;
490 &goal_bit, &gd_bh);
494 bg = (struct ocfs2_group_desc *)gd_bh->b_data;
519 brelse(gd_bh);
575 struct buffer_head *gd_bh = NULL;
655 &goal_bit, &gd_bh);
667 ocfs2_probe_alloc_group(inode, gd_bh, &goal_bit, len, move_max_hop,
681 gd = (struct ocfs2_group_desc *)gd_bh->b_data;
689 ret = ocfs2_block_group_set_bits(handle, gb_inode, gd, gd_bh,
707 brelse(gd_bh);