Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
Dmove_extents.c384 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 …]
Dalloc.c7529 struct buffer_head *gd_bh = NULL; in ocfs2_trim_mainbm() local
7596 &gd_bh); in ocfs2_trim_mainbm()
7602 gd = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_trim_mainbm()
7605 brelse(gd_bh); in ocfs2_trim_mainbm()
7606 gd_bh = NULL; in ocfs2_trim_mainbm()
/kernel/linux/linux-5.10/fs/ext4/
Dmballoc.c5364 struct buffer_head *gd_bh; in ext4_free_blocks() local
5472 gdp = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_free_blocks()
5501 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_free_blocks()
5502 err = ext4_journal_get_write_access(handle, gd_bh); in ext4_free_blocks()
5597 BUFFER_TRACE(gd_bh, "dirtied group descriptor block"); in ext4_free_blocks()
5598 ret = ext4_handle_dirty_metadata(handle, NULL, gd_bh); in ext4_free_blocks()
5627 struct buffer_head *gd_bh; in ext4_group_add_blocks() local
5664 desc = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_group_add_blocks()
5692 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_group_add_blocks()
5693 err = ext4_journal_get_write_access(handle, gd_bh); in ext4_group_add_blocks()
[all …]