Lines Matching refs:le16_to_cpu
225 if (le16_to_cpu(desc->bg_used_dirs_count) >= best_ndir) in find_group_orlov()
227 if (le16_to_cpu(desc->bg_free_inodes_count) < avefreei) in find_group_orlov()
229 if (le16_to_cpu(desc->bg_free_blocks_count) < avefreeb) in find_group_orlov()
232 best_ndir = le16_to_cpu(desc->bg_used_dirs_count); in find_group_orlov()
248 if (le16_to_cpu(desc->bg_used_dirs_count) >= max_dirs) in find_group_orlov()
250 if (le16_to_cpu(desc->bg_free_inodes_count) < min_inodes) in find_group_orlov()
252 if (le16_to_cpu(desc->bg_free_blocks_count) < min_blocks) 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()
292 le16_to_cpu(desc->bg_free_blocks_count)) in find_group_other()
315 if (desc && le16_to_cpu(desc->bg_free_inodes_count) && in find_group_other()
316 le16_to_cpu(desc->bg_free_blocks_count)) in find_group_other()
329 if (desc && le16_to_cpu(desc->bg_free_inodes_count)) in find_group_other()
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()
702 count += le16_to_cpu(gdp->bg_used_dirs_count); in ext3_count_dirs()