Lines Matching refs:le32_to_cpu

181 	return le32_to_cpu(bg->bg_block_bitmap_lo) |  in ext4_block_bitmap()
183 (ext4_fsblk_t)le32_to_cpu(bg->bg_block_bitmap_hi) << 32 : 0); in ext4_block_bitmap()
189 return le32_to_cpu(bg->bg_inode_bitmap_lo) | in ext4_inode_bitmap()
191 (ext4_fsblk_t)le32_to_cpu(bg->bg_inode_bitmap_hi) << 32 : 0); in ext4_inode_bitmap()
197 return le32_to_cpu(bg->bg_inode_table_lo) | in ext4_inode_table()
199 (ext4_fsblk_t)le32_to_cpu(bg->bg_inode_table_hi) << 32 : 0); in ext4_inode_table()
692 if (le32_to_cpu(es->s_rev_level) > EXT4_GOOD_OLD_REV) in ext4_update_dynamic_rev()
760 le32_to_cpu(sbi->s_es->s_last_orphan)); in dump_orphan_list()
996 if (ino > le32_to_cpu(EXT4_SB(sb)->s_es->s_inodes_count)) in ext4_nfs_get_inode()
1725 BLOCK_SIZE << le32_to_cpu(sbi->s_es->s_log_block_size); in parse_options()
1900 if (le32_to_cpu(es->s_rev_level) > EXT4_MAX_SUPP_REV) { in ext4_setup_super()
1920 else if (le32_to_cpu(es->s_checkinterval) && in ext4_setup_super()
1921 (le32_to_cpu(es->s_lastcheck) + in ext4_setup_super()
1922 le32_to_cpu(es->s_checkinterval) <= get_seconds())) in ext4_setup_super()
2088 ext4_fsblk_t first_block = le32_to_cpu(sbi->s_es->s_first_data_block); in ext4_check_descriptors()
2232 inode = ext4_orphan_get(sb, le32_to_cpu(es->s_last_orphan)); in ext4_orphan_cleanup()
2401 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); in descriptor_loc()
2417 le32_to_cpu(EXT4_SB(sb)->s_es->s_first_data_block) == 0) in descriptor_loc()
2438 le32_to_cpu(sbi->s_es->s_raid_stripe_width); in ext4_get_stripe_size()
2801 (le32_to_cpu(EXT4_SB(sb)->s_es->s_feature_incompat) & in ext4_feature_set_ok()
2819 (le32_to_cpu(EXT4_SB(sb)->s_es->s_feature_ro_compat) & in ext4_feature_set_ok()
2871 le32_to_cpu(es->s_error_count)); in print_daily_error_info()
2874 sb->s_id, le32_to_cpu(es->s_first_error_time), in print_daily_error_info()
2877 le32_to_cpu(es->s_first_error_line)); in print_daily_error_info()
2880 le32_to_cpu(es->s_first_error_ino)); in print_daily_error_info()
2888 sb->s_id, le32_to_cpu(es->s_last_error_time), in print_daily_error_info()
2891 le32_to_cpu(es->s_last_error_line)); in print_daily_error_info()
2894 le32_to_cpu(es->s_last_error_ino)); in print_daily_error_info()
3306 first_block = le32_to_cpu(sbi->s_es->s_first_data_block) + in count_overhead()
3369 overhead = EXT4_B2C(sbi, le32_to_cpu(es->s_first_data_block)); in ext4_calculate_overhead()
3563 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext4_fill_super()
3658 if (le32_to_cpu(es->s_rev_level) == EXT4_GOOD_OLD_REV && in ext4_fill_super()
3706 blocksize = BLOCK_SIZE << le32_to_cpu(es->s_log_block_size); in ext4_fill_super()
3766 if (le32_to_cpu(es->s_rev_level) == EXT4_GOOD_OLD_REV) { in ext4_fill_super()
3771 sbi->s_first_ino = le32_to_cpu(es->s_first_ino); in ext4_fill_super()
3797 sbi->s_blocks_per_group = le32_to_cpu(es->s_blocks_per_group); in ext4_fill_super()
3798 sbi->s_inodes_per_group = le32_to_cpu(es->s_inodes_per_group); in ext4_fill_super()
3814 sbi->s_hash_seed[i] = le32_to_cpu(es->s_hash_seed[i]); in ext4_fill_super()
3817 i = le32_to_cpu(es->s_flags); in ext4_fill_super()
3835 clustersize = BLOCK_SIZE << le32_to_cpu(es->s_log_cluster_size); in ext4_fill_super()
3845 sbi->s_cluster_bits = le32_to_cpu(es->s_log_cluster_size) - in ext4_fill_super()
3846 le32_to_cpu(es->s_log_block_size); in ext4_fill_super()
3848 le32_to_cpu(es->s_clusters_per_group); in ext4_fill_super()
3922 if (le32_to_cpu(es->s_first_data_block) >= ext4_blocks_count(es)) { in ext4_fill_super()
3925 le32_to_cpu(es->s_first_data_block), in ext4_fill_super()
3930 le32_to_cpu(es->s_first_data_block) + in ext4_fill_super()
3938 le32_to_cpu(es->s_first_data_block), in ext4_fill_super()
4108 sbi->s_overhead = le32_to_cpu(es->s_overhead_clusters); in ext4_fill_super()
4464 !(le32_to_cpu(es->s_feature_incompat) & in ext4_get_dev_journal()
4472 if ((le32_to_cpu(es->s_feature_ro_compat) & in ext4_get_dev_journal()
4526 unsigned int journal_inum = le32_to_cpu(es->s_journal_inum); in ext4_load_journal()
4534 journal_devnum != le32_to_cpu(es->s_journal_dev)) { in ext4_load_journal()
4539 journal_dev = new_decode_dev(le32_to_cpu(es->s_journal_dev)); in ext4_load_journal()
4603 journal_devnum != le32_to_cpu(es->s_journal_dev)) { in ext4_load_journal()
5153 buf->f_files = le32_to_cpu(es->s_inodes_count); in ext4_statfs()
5342 le32_to_cpu(EXT4_SB(sb)->s_es->s_usr_quota_inum), in ext4_quota_enable()
5343 le32_to_cpu(EXT4_SB(sb)->s_es->s_grp_quota_inum) in ext4_quota_enable()
5373 le32_to_cpu(EXT4_SB(sb)->s_es->s_usr_quota_inum), in ext4_enable_quotas()
5374 le32_to_cpu(EXT4_SB(sb)->s_es->s_grp_quota_inum) in ext4_enable_quotas()