Lines Matching refs:le16_to_cpu
215 if (le16_to_cpu(desc->bg_free_inodes_count) < avefreei) in find_group_dir()
218 (le16_to_cpu(desc->bg_free_blocks_count) > in find_group_dir()
219 le16_to_cpu(best_desc->bg_free_blocks_count))) { in find_group_dir()
294 if (le16_to_cpu(desc->bg_used_dirs_count) >= best_ndir) in find_group_orlov()
296 if (le16_to_cpu(desc->bg_free_inodes_count) < avefreei) in find_group_orlov()
298 if (le16_to_cpu(desc->bg_free_blocks_count) < avefreeb) in find_group_orlov()
301 best_ndir = le16_to_cpu(desc->bg_used_dirs_count); in find_group_orlov()
336 if (le16_to_cpu(desc->bg_used_dirs_count) >= max_dirs) in find_group_orlov()
338 if (le16_to_cpu(desc->bg_free_inodes_count) < min_inodes) in find_group_orlov()
340 if (le16_to_cpu(desc->bg_free_blocks_count) < min_blocks) in find_group_orlov()
351 if (le16_to_cpu(desc->bg_free_inodes_count) >= avefreei) in find_group_orlov()
382 if (desc && le16_to_cpu(desc->bg_free_inodes_count) && in find_group_other()
383 le16_to_cpu(desc->bg_free_blocks_count)) in find_group_other()
406 if (desc && le16_to_cpu(desc->bg_free_inodes_count) && in find_group_other()
407 le16_to_cpu(desc->bg_free_blocks_count)) in find_group_other()
420 if (desc && le16_to_cpu(desc->bg_free_inodes_count)) in find_group_other()
636 desc_count += le16_to_cpu(desc->bg_free_inodes_count); in ext2_count_free_inodes()
644 i, le16_to_cpu(desc->bg_free_inodes_count), x); in ext2_count_free_inodes()
658 desc_count += le16_to_cpu(desc->bg_free_inodes_count); in ext2_count_free_inodes()
674 count += le16_to_cpu(gdp->bg_used_dirs_count); in ext2_count_dirs()