Lines Matching refs:gd_bh
5323 struct buffer_head *gd_bh; in ext4_free_blocks() local
5431 gdp = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_free_blocks()
5460 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_free_blocks()
5461 err = ext4_journal_get_write_access(handle, gd_bh); in ext4_free_blocks()
5556 BUFFER_TRACE(gd_bh, "dirtied group descriptor block"); in ext4_free_blocks()
5557 ret = ext4_handle_dirty_metadata(handle, NULL, gd_bh); in ext4_free_blocks()
5586 struct buffer_head *gd_bh; in ext4_group_add_blocks() local
5623 desc = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_group_add_blocks()
5651 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_group_add_blocks()
5652 err = ext4_journal_get_write_access(handle, gd_bh); in ext4_group_add_blocks()
5702 BUFFER_TRACE(gd_bh, "dirtied group descriptor block"); in ext4_group_add_blocks()
5703 ret = ext4_handle_dirty_metadata(handle, NULL, gd_bh); in ext4_group_add_blocks()