Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Dmove_extents.c374 struct buffer_head *ac_bh = NULL, *gd_bh = NULL; in ocfs2_find_victim_alloc_group() local
425 if (gd_bh) { in ocfs2_find_victim_alloc_group()
426 brelse(gd_bh); in ocfs2_find_victim_alloc_group()
427 gd_bh = NULL; in ocfs2_find_victim_alloc_group()
430 ret = ocfs2_read_blocks_sync(osb, blkno, 1, &gd_bh); in ocfs2_find_victim_alloc_group()
436 bg = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_find_victim_alloc_group()
441 *ret_bh = gd_bh; in ocfs2_find_victim_alloc_group()
472 struct buffer_head *gd_bh = NULL; in ocfs2_validate_and_adjust_move_goal() local
490 &goal_bit, &gd_bh); in ocfs2_validate_and_adjust_move_goal()
494 bg = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_validate_and_adjust_move_goal()
[all …]
Dalloc.c7339 struct buffer_head *gd_bh = NULL; in ocfs2_trim_fs() local
7397 &gd_bh); in ocfs2_trim_fs()
7403 gd = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_trim_fs()
7405 brelse(gd_bh); in ocfs2_trim_fs()
7406 gd_bh = NULL; in ocfs2_trim_fs()
/linux-4.4.14/fs/ext4/
Dmballoc.c4667 struct buffer_head *gd_bh; in ext4_free_blocks() local
4780 gdp = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_free_blocks()
4809 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_free_blocks()
4810 err = ext4_journal_get_write_access(handle, gd_bh); in ext4_free_blocks()
4888 BUFFER_TRACE(gd_bh, "dirtied group descriptor block"); in ext4_free_blocks()
4889 ret = ext4_handle_dirty_metadata(handle, NULL, gd_bh); in ext4_free_blocks()
4918 struct buffer_head *gd_bh; in ext4_group_add_blocks() local
4952 desc = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_group_add_blocks()
4980 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_group_add_blocks()
4981 err = ext4_journal_get_write_access(handle, gd_bh); in ext4_group_add_blocks()
[all …]