Lines Matching refs:gdp

89 					   struct ext4_group_desc *gdp)  in ext4_num_overhead_clusters()  argument
111 itbl_blk_start = ext4_inode_table(sb, gdp); in ext4_num_overhead_clusters()
137 if (ext4_block_in_group(sb, ext4_block_bitmap(sb, gdp), block_group)) { in ext4_num_overhead_clusters()
139 ext4_block_bitmap(sb, gdp) - start); in ext4_num_overhead_clusters()
146 if (ext4_block_in_group(sb, ext4_inode_bitmap(sb, gdp), block_group)) { in ext4_num_overhead_clusters()
148 ext4_inode_bitmap(sb, gdp) - start); in ext4_num_overhead_clusters()
186 struct ext4_group_desc *gdp) in ext4_init_block_bitmap() argument
194 if (!ext4_group_desc_csum_verify(sb, block_group, gdp)) { in ext4_init_block_bitmap()
212 tmp = ext4_block_bitmap(sb, gdp); in ext4_init_block_bitmap()
216 tmp = ext4_inode_bitmap(sb, gdp); in ext4_init_block_bitmap()
220 tmp = ext4_inode_table(sb, gdp); in ext4_init_block_bitmap()
221 for (; tmp < ext4_inode_table(sb, gdp) + in ext4_init_block_bitmap()
242 struct ext4_group_desc *gdp) in ext4_free_clusters_after_init() argument
245 ext4_num_overhead_clusters(sb, block_group, gdp); in ext4_free_clusters_after_init()
765 struct ext4_group_desc *gdp; in ext4_count_free_clusters() local
778 gdp = NULL; in ext4_count_free_clusters()
781 gdp = ext4_get_group_desc(sb, i, NULL); in ext4_count_free_clusters()
782 if (!gdp) in ext4_count_free_clusters()
788 desc_count += ext4_free_group_clusters(sb, gdp); in ext4_count_free_clusters()
799 i, ext4_free_group_clusters(sb, gdp), x); in ext4_count_free_clusters()
811 gdp = ext4_get_group_desc(sb, i, NULL); in ext4_count_free_clusters()
812 if (!gdp) in ext4_count_free_clusters()
818 desc_count += ext4_free_group_clusters(sb, gdp); in ext4_count_free_clusters()