Lines Matching refs:le16_to_cpu

216 		if (le16_to_cpu(desc->bg_free_inodes_count) < avefreei)  in find_group_dir()
219 (le16_to_cpu(desc->bg_free_blocks_count) > in find_group_dir()
220 le16_to_cpu(best_desc->bg_free_blocks_count))) { in find_group_dir()
295 if (le16_to_cpu(desc->bg_used_dirs_count) >= best_ndir) in find_group_orlov()
297 if (le16_to_cpu(desc->bg_free_inodes_count) < avefreei) in find_group_orlov()
299 if (le16_to_cpu(desc->bg_free_blocks_count) < avefreeb) in find_group_orlov()
302 best_ndir = le16_to_cpu(desc->bg_used_dirs_count); in find_group_orlov()
337 if (le16_to_cpu(desc->bg_used_dirs_count) >= max_dirs) in find_group_orlov()
339 if (le16_to_cpu(desc->bg_free_inodes_count) < min_inodes) in find_group_orlov()
341 if (le16_to_cpu(desc->bg_free_blocks_count) < min_blocks) in find_group_orlov()
352 if (le16_to_cpu(desc->bg_free_inodes_count) >= avefreei) in find_group_orlov()
383 if (desc && le16_to_cpu(desc->bg_free_inodes_count) && in find_group_other()
384 le16_to_cpu(desc->bg_free_blocks_count)) in find_group_other()
407 if (desc && le16_to_cpu(desc->bg_free_inodes_count) && in find_group_other()
408 le16_to_cpu(desc->bg_free_blocks_count)) in find_group_other()
421 if (desc && le16_to_cpu(desc->bg_free_inodes_count)) in find_group_other()
641 desc_count += le16_to_cpu(desc->bg_free_inodes_count); in ext2_count_free_inodes()
649 i, le16_to_cpu(desc->bg_free_inodes_count), x); in ext2_count_free_inodes()
663 desc_count += le16_to_cpu(desc->bg_free_inodes_count); in ext2_count_free_inodes()
679 count += le16_to_cpu(gdp->bg_used_dirs_count); in ext2_count_dirs()