Searched refs:gd_bh (Results 1 – 3 of 3) sorted by relevance
/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 | 7548 struct buffer_head *gd_bh = NULL; in ocfs2_trim_mainbm() local 7615 &gd_bh); in ocfs2_trim_mainbm() 7621 gd = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_trim_mainbm() 7624 brelse(gd_bh); in ocfs2_trim_mainbm() 7625 gd_bh = NULL; in ocfs2_trim_mainbm()
|
/fs/ext4/ |
D | mballoc.c | 4713 struct buffer_head *gd_bh; in ext4_free_blocks() local 4815 gdp = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_free_blocks() 4844 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_free_blocks() 4845 err = ext4_journal_get_write_access(handle, gd_bh); in ext4_free_blocks() 4939 BUFFER_TRACE(gd_bh, "dirtied group descriptor block"); in ext4_free_blocks() 4940 ret = ext4_handle_dirty_metadata(handle, NULL, gd_bh); in ext4_free_blocks() 4969 struct buffer_head *gd_bh; in ext4_group_add_blocks() local 5006 desc = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_group_add_blocks() 5034 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_group_add_blocks() 5035 err = ext4_journal_get_write_access(handle, gd_bh); in ext4_group_add_blocks() [all …]
|