Searched refs:gd_bh (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/fs/ocfs2/ |
D | move_extents.c | 371 struct buffer_head *ac_bh = NULL, *gd_bh = NULL; in ocfs2_find_victim_alloc_group() local 422 if (gd_bh) { in ocfs2_find_victim_alloc_group() 423 brelse(gd_bh); in ocfs2_find_victim_alloc_group() 424 gd_bh = NULL; in ocfs2_find_victim_alloc_group() 427 ret = ocfs2_read_blocks_sync(osb, blkno, 1, &gd_bh); in ocfs2_find_victim_alloc_group() 433 bg = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_find_victim_alloc_group() 438 *ret_bh = gd_bh; in ocfs2_find_victim_alloc_group() 469 struct buffer_head *gd_bh = NULL; in ocfs2_validate_and_adjust_move_goal() local 487 &goal_bit, &gd_bh); in ocfs2_validate_and_adjust_move_goal() 491 bg = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_validate_and_adjust_move_goal() [all …]
|
D | alloc.c | 7547 struct buffer_head *gd_bh = NULL; in ocfs2_trim_fs() local 7642 &gd_bh); in ocfs2_trim_fs() 7648 gd = (struct ocfs2_group_desc *)gd_bh->b_data; in ocfs2_trim_fs() 7651 brelse(gd_bh); in ocfs2_trim_fs() 7652 gd_bh = NULL; in ocfs2_trim_fs()
|
/Linux-v4.19/fs/ext4/ |
D | mballoc.c | 4711 struct buffer_head *gd_bh; in ext4_free_blocks() local 4813 gdp = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_free_blocks() 4842 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_free_blocks() 4843 err = ext4_journal_get_write_access(handle, gd_bh); in ext4_free_blocks() 4929 BUFFER_TRACE(gd_bh, "dirtied group descriptor block"); in ext4_free_blocks() 4930 ret = ext4_handle_dirty_metadata(handle, NULL, gd_bh); in ext4_free_blocks() 4959 struct buffer_head *gd_bh; in ext4_group_add_blocks() local 4996 desc = ext4_get_group_desc(sb, block_group, &gd_bh); in ext4_group_add_blocks() 5024 BUFFER_TRACE(gd_bh, "get_write_access"); in ext4_group_add_blocks() 5025 err = ext4_journal_get_write_access(handle, gd_bh); in ext4_group_add_blocks() [all …]
|