Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ocfs2/
Dmove_extents.c372 struct buffer_head *ac_bh = NULL, *gd_bh = NULL; in ocfs2_find_victim_alloc_group() local
423 if (gd_bh) { in ocfs2_find_victim_alloc_group()
424 brelse(gd_bh); in ocfs2_find_victim_alloc_group()
425 gd_bh = NULL; in ocfs2_find_victim_alloc_group()
428 ret = ocfs2_read_blocks_sync(osb, blkno, 1, &gd_bh); in ocfs2_find_victim_alloc_group()
434 bg = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_find_victim_alloc_group()
439 *ret_bh = gd_bh; in ocfs2_find_victim_alloc_group()
470 struct buffer_head *gd_bh = NULL; in ocfs2_validate_and_adjust_move_goal() local
488 &goal_bit, &gd_bh); in ocfs2_validate_and_adjust_move_goal()
492 bg = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_validate_and_adjust_move_goal()
[all …]
Dalloc.c7534 struct buffer_head *gd_bh = NULL; in ocfs2_trim_mainbm() local
7601 &gd_bh); in ocfs2_trim_mainbm()
7607 gd = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_trim_mainbm()
7610 brelse(gd_bh); in ocfs2_trim_mainbm()
7611 gd_bh = NULL; in ocfs2_trim_mainbm()
/linux-6.6.21/fs/ext4/
Dmballoc.c6450 struct buffer_head *gd_bh; in ext4_mb_clear_bb() local
6495 gdp = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_mb_clear_bb()
6520 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_mb_clear_bb()
6521 err = ext4_journal_get_write_access(handle, sb, gd_bh, EXT4_JTR_NONE); in ext4_mb_clear_bb()
6616 BUFFER_TRACE(gd_bh, "dirtied group descriptor block"); in ext4_mb_clear_bb()
6617 ret = ext4_handle_dirty_metadata(handle, NULL, gd_bh); in ext4_mb_clear_bb()
6749 struct buffer_head *gd_bh; in ext4_group_add_blocks() local
6786 desc = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_group_add_blocks()
6811 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_group_add_blocks()
6812 err = ext4_journal_get_write_access(handle, sb, gd_bh, EXT4_JTR_NONE); in ext4_group_add_blocks()
[all …]