Lines Matching refs:gdp
1219 struct ext2_group_desc *gdp;
1274 gdp = ext2_get_group_desc(sb, group_no, &gdp_bh);
1275 if (!gdp)
1278 free_blocks = le16_to_cpu(gdp->bg_free_blocks_count);
1313 * group_no and gdp correctly point to the last group visited.
1319 gdp = ext2_get_group_desc(sb, group_no, &gdp_bh);
1320 if (!gdp)
1323 free_blocks = le16_to_cpu(gdp->bg_free_blocks_count);
1370 group_no, gdp->bg_free_blocks_count);
1374 if (in_range(le32_to_cpu(gdp->bg_block_bitmap), ret_block, num) ||
1375 in_range(le32_to_cpu(gdp->bg_inode_bitmap), ret_block, num) ||
1376 in_range(ret_block, le32_to_cpu(gdp->bg_inode_table),
1378 in_range(ret_block + num - 1, le32_to_cpu(gdp->bg_inode_table),
1403 group_adjust_blocks(sb, group_no, gdp, gdp_bh, -num);