Searched refs:gd_bh (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/fs/ocfs2/ |
D | move_extents.c | 382 struct buffer_head *ac_bh = NULL, *gd_bh = NULL; in ocfs2_find_victim_alloc_group() local 433 if (gd_bh) { in ocfs2_find_victim_alloc_group() 434 brelse(gd_bh); in ocfs2_find_victim_alloc_group() 435 gd_bh = NULL; in ocfs2_find_victim_alloc_group() 438 ret = ocfs2_read_blocks_sync(osb, blkno, 1, &gd_bh); in ocfs2_find_victim_alloc_group() 444 bg = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_find_victim_alloc_group() 449 *ret_bh = gd_bh; in ocfs2_find_victim_alloc_group() 480 struct buffer_head *gd_bh = NULL; in ocfs2_validate_and_adjust_move_goal() local 498 &goal_bit, &gd_bh); in ocfs2_validate_and_adjust_move_goal() 502 bg = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_validate_and_adjust_move_goal() [all …]
|
D | alloc.c | 7527 struct buffer_head *gd_bh = NULL; in ocfs2_trim_mainbm() local 7594 &gd_bh); in ocfs2_trim_mainbm() 7600 gd = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_trim_mainbm() 7603 brelse(gd_bh); in ocfs2_trim_mainbm() 7604 gd_bh = NULL; in ocfs2_trim_mainbm()
|
/Linux-v5.15/fs/ext4/ |
D | mballoc.c | 5862 struct buffer_head *gd_bh; in ext4_free_blocks() local 5970 gdp = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_free_blocks() 6000 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_free_blocks() 6001 err = ext4_journal_get_write_access(handle, sb, gd_bh, EXT4_JTR_NONE); in ext4_free_blocks() 6096 BUFFER_TRACE(gd_bh, "dirtied group descriptor block"); in ext4_free_blocks() 6097 ret = ext4_handle_dirty_metadata(handle, NULL, gd_bh); in ext4_free_blocks() 6126 struct buffer_head *gd_bh; in ext4_group_add_blocks() local 6163 desc = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_group_add_blocks() 6192 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_group_add_blocks() 6193 err = ext4_journal_get_write_access(handle, sb, gd_bh, EXT4_JTR_NONE); in ext4_group_add_blocks() [all …]
|