Lines Matching refs:bg_free_inodes_count
146 le16_add_cpu(&gdp->bg_free_inodes_count, 1); in ext3_free_inode()
229 if (!desc || !desc->bg_free_inodes_count) in find_group_orlov()
233 if (le16_to_cpu(desc->bg_free_inodes_count) < avefreei) in find_group_orlov()
262 if (!desc || !desc->bg_free_inodes_count) in find_group_orlov()
266 if (le16_to_cpu(desc->bg_free_inodes_count) < min_inodes) in find_group_orlov()
277 if (!desc || !desc->bg_free_inodes_count) in find_group_orlov()
279 if (le16_to_cpu(desc->bg_free_inodes_count) >= avefreei) in find_group_orlov()
307 if (desc && le16_to_cpu(desc->bg_free_inodes_count) && in find_group_other()
331 if (desc && le16_to_cpu(desc->bg_free_inodes_count) && in find_group_other()
345 if (desc && le16_to_cpu(desc->bg_free_inodes_count)) in find_group_other()
470 le16_add_cpu(&gdp->bg_free_inodes_count, -1); in ext3_new_inode()
680 desc_count += le16_to_cpu(gdp->bg_free_inodes_count); in ext3_count_free_inodes()
688 i, le16_to_cpu(gdp->bg_free_inodes_count), x); in ext3_count_free_inodes()
701 desc_count += le16_to_cpu(gdp->bg_free_inodes_count); in ext3_count_free_inodes()