Lines Matching refs:gd_bh
4644 struct buffer_head *gd_bh; in ext4_free_blocks() local
4754 gdp = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_free_blocks()
4783 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_free_blocks()
4784 err = ext4_journal_get_write_access(handle, gd_bh); in ext4_free_blocks()
4869 BUFFER_TRACE(gd_bh, "dirtied group descriptor block"); in ext4_free_blocks()
4870 ret = ext4_handle_dirty_metadata(handle, NULL, gd_bh); in ext4_free_blocks()
4899 struct buffer_head *gd_bh; in ext4_group_add_blocks() local
4932 desc = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_group_add_blocks()
4960 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_group_add_blocks()
4961 err = ext4_journal_get_write_access(handle, gd_bh); in ext4_group_add_blocks()
5009 BUFFER_TRACE(gd_bh, "dirtied group descriptor block"); in ext4_group_add_blocks()
5010 ret = ext4_handle_dirty_metadata(handle, NULL, gd_bh); in ext4_group_add_blocks()