Lines Matching refs:gdp_bh
1490 struct buffer_head *gdp_bh; in ext3_new_blocks() local
1557 gdp = ext3_get_group_desc(sb, group_no, &gdp_bh); in ext3_new_blocks()
1597 gdp = ext3_get_group_desc(sb, group_no, &gdp_bh); in ext3_new_blocks()
1652 BUFFER_TRACE(gdp_bh, "get_write_access"); in ext3_new_blocks()
1653 fatal = ext3_journal_get_write_access(handle, gdp_bh); in ext3_new_blocks()
1729 BUFFER_TRACE(gdp_bh, "journal_dirty_metadata for group descriptor"); in ext3_new_blocks()
1730 fatal = ext3_journal_dirty_metadata(handle, gdp_bh); in ext3_new_blocks()
1929 struct buffer_head *gdp_bh, *bitmap_bh = NULL; in ext3_trim_all_free() local
1951 gdp = ext3_get_group_desc(sb, group, &gdp_bh); in ext3_trim_all_free()
1957 BUFFER_TRACE(gdp_bh, "get_write_access"); in ext3_trim_all_free()
1958 err = ext3_journal_get_write_access(handle, gdp_bh); in ext3_trim_all_free()
2057 BUFFER_TRACE(gdp_bh, "dirtied group descriptor block"); in ext3_trim_all_free()
2058 ret = ext3_journal_dirty_metadata(handle, gdp_bh); in ext3_trim_all_free()