Lines Matching refs:bg_free_inodes_count
146 le16_add_cpu(&gdp->bg_free_inodes_count, 1); in ext3_free_inode()
223 if (!desc || !desc->bg_free_inodes_count) in find_group_orlov()
227 if (le16_to_cpu(desc->bg_free_inodes_count) < avefreei) in find_group_orlov()
246 if (!desc || !desc->bg_free_inodes_count) in find_group_orlov()
250 if (le16_to_cpu(desc->bg_free_inodes_count) < min_inodes) in find_group_orlov()
261 if (!desc || !desc->bg_free_inodes_count) in find_group_orlov()
263 if (le16_to_cpu(desc->bg_free_inodes_count) >= avefreei) in find_group_orlov()
291 if (desc && le16_to_cpu(desc->bg_free_inodes_count) && in find_group_other()
315 if (desc && le16_to_cpu(desc->bg_free_inodes_count) && in find_group_other()
329 if (desc && le16_to_cpu(desc->bg_free_inodes_count)) in find_group_other()
454 le16_add_cpu(&gdp->bg_free_inodes_count, -1); in ext3_new_inode()
664 desc_count += le16_to_cpu(gdp->bg_free_inodes_count); in ext3_count_free_inodes()
672 i, le16_to_cpu(gdp->bg_free_inodes_count), x); in ext3_count_free_inodes()
685 desc_count += le16_to_cpu(gdp->bg_free_inodes_count); in ext3_count_free_inodes()