Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ocfs2/
H A 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 …]
H A 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()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmballoc.c5323 struct buffer_head *gd_bh; in ext4_free_blocks() local
5431 gdp = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_free_blocks()
5460 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_free_blocks()
5461 err = ext4_journal_get_write_access(handle, gd_bh); in ext4_free_blocks()
5556 BUFFER_TRACE(gd_bh, "dirtied group descriptor block"); in ext4_free_blocks()
5557 ret = ext4_handle_dirty_metadata(handle, NULL, gd_bh); in ext4_free_blocks()
5586 struct buffer_head *gd_bh; in ext4_group_add_blocks() local
5623 desc = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_group_add_blocks()
5651 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_group_add_blocks()
5652 err = ext4_journal_get_write_access(handle, gd_bh); in ext4_group_add_blocks()
[all …]