Searched refs:gd_bh (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/fs/ocfs2/ |
D | move_extents.c | 384 struct buffer_head *ac_bh = NULL, *gd_bh = NULL; in ocfs2_find_victim_alloc_group() local 435 if (gd_bh) { in ocfs2_find_victim_alloc_group() 436 brelse(gd_bh); in ocfs2_find_victim_alloc_group() 437 gd_bh = NULL; in ocfs2_find_victim_alloc_group() 440 ret = ocfs2_read_blocks_sync(osb, blkno, 1, &gd_bh); in ocfs2_find_victim_alloc_group() 446 bg = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_find_victim_alloc_group() 451 *ret_bh = gd_bh; in ocfs2_find_victim_alloc_group() 482 struct buffer_head *gd_bh = NULL; in ocfs2_validate_and_adjust_move_goal() local 500 &goal_bit, &gd_bh); in ocfs2_validate_and_adjust_move_goal() 504 bg = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_validate_and_adjust_move_goal() [all …]
|
D | alloc.c | 7551 struct buffer_head *gd_bh = NULL; in ocfs2_trim_mainbm() local 7618 &gd_bh); in ocfs2_trim_mainbm() 7624 gd = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_trim_mainbm() 7627 brelse(gd_bh); in ocfs2_trim_mainbm() 7628 gd_bh = NULL; in ocfs2_trim_mainbm()
|
/Linux-v5.10/fs/ext4/ |
D | mballoc.c | 5272 struct buffer_head *gd_bh; in ext4_free_blocks() local 5380 gdp = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_free_blocks() 5409 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_free_blocks() 5410 err = ext4_journal_get_write_access(handle, gd_bh); in ext4_free_blocks() 5505 BUFFER_TRACE(gd_bh, "dirtied group descriptor block"); in ext4_free_blocks() 5506 ret = ext4_handle_dirty_metadata(handle, NULL, gd_bh); in ext4_free_blocks() 5535 struct buffer_head *gd_bh; in ext4_group_add_blocks() local 5572 desc = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_group_add_blocks() 5600 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_group_add_blocks() 5601 err = ext4_journal_get_write_access(handle, gd_bh); in ext4_group_add_blocks() [all …]
|