Lines Matching refs:le32_to_cpu

333 	if (le32_to_cpu(es->s_rev_level) > EXT3_GOOD_OLD_REV)  in ext3_update_dynamic_rev()
402 le32_to_cpu(sbi->s_es->s_last_orphan)); in dump_orphan_list()
619 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext3_show_options()
701 if (ino > le32_to_cpu(EXT3_SB(sb)->s_es->s_inodes_count)) in ext3_nfs_get_inode()
1379 if (le32_to_cpu(es->s_rev_level) > EXT3_MAX_SUPP_REV) { in ext3_setup_super()
1401 else if (le32_to_cpu(es->s_checkinterval) && in ext3_setup_super()
1402 (le32_to_cpu(es->s_lastcheck) + in ext3_setup_super()
1403 le32_to_cpu(es->s_checkinterval) <= get_seconds())) in ext3_setup_super()
1456 last_block = le32_to_cpu(sbi->s_es->s_blocks_count) - 1; in ext3_check_descriptors()
1461 if (le32_to_cpu(gdp->bg_block_bitmap) < first_block || in ext3_check_descriptors()
1462 le32_to_cpu(gdp->bg_block_bitmap) > last_block) in ext3_check_descriptors()
1468 le32_to_cpu(gdp->bg_block_bitmap)); in ext3_check_descriptors()
1471 if (le32_to_cpu(gdp->bg_inode_bitmap) < first_block || in ext3_check_descriptors()
1472 le32_to_cpu(gdp->bg_inode_bitmap) > last_block) in ext3_check_descriptors()
1478 le32_to_cpu(gdp->bg_inode_bitmap)); in ext3_check_descriptors()
1481 if (le32_to_cpu(gdp->bg_inode_table) < first_block || in ext3_check_descriptors()
1482 le32_to_cpu(gdp->bg_inode_table) + sbi->s_itb_per_group - 1 > in ext3_check_descriptors()
1489 le32_to_cpu(gdp->bg_inode_table)); in ext3_check_descriptors()
1576 inode = ext3_orphan_get(sb, le32_to_cpu(es->s_last_orphan)); in ext3_orphan_cleanup()
1676 first_meta_bg = le32_to_cpu(sbi->s_es->s_first_meta_bg); in descriptor_loc()
1755 def_mount_opts = le32_to_cpu(es->s_default_mount_opts); in ext3_fill_super()
1798 if (le32_to_cpu(es->s_rev_level) == EXT3_GOOD_OLD_REV && in ext3_fill_super()
1814 "optional features (%x)", le32_to_cpu(features)); in ext3_fill_super()
1821 "optional features (%x)", le32_to_cpu(features)); in ext3_fill_super()
1824 blocksize = BLOCK_SIZE << le32_to_cpu(es->s_log_block_size); in ext3_fill_super()
1872 if (le32_to_cpu(es->s_rev_level) == EXT3_GOOD_OLD_REV) { in ext3_fill_super()
1877 sbi->s_first_ino = le32_to_cpu(es->s_first_ino); in ext3_fill_super()
1888 le32_to_cpu(es->s_log_frag_size); in ext3_fill_super()
1896 sbi->s_blocks_per_group = le32_to_cpu(es->s_blocks_per_group); in ext3_fill_super()
1897 sbi->s_frags_per_group = le32_to_cpu(es->s_frags_per_group); in ext3_fill_super()
1898 sbi->s_inodes_per_group = le32_to_cpu(es->s_inodes_per_group); in ext3_fill_super()
1912 sbi->s_hash_seed[i] = le32_to_cpu(es->s_hash_seed[i]); in ext3_fill_super()
1914 i = le32_to_cpu(es->s_flags); in ext3_fill_super()
1946 le32_to_cpu(es->s_blocks_count)); in ext3_fill_super()
1959 sbi->s_groups_count = ((le32_to_cpu(es->s_blocks_count) - in ext3_fill_super()
1960 le32_to_cpu(es->s_first_data_block) - 1) in ext3_fill_super()
2263 !(le32_to_cpu(es->s_feature_incompat) & in ext3_get_dev_journal()
2277 len = le32_to_cpu(es->s_blocks_count); in ext3_get_dev_journal()
2317 unsigned int journal_inum = le32_to_cpu(es->s_journal_inum); in ext3_load_journal()
2323 journal_devnum != le32_to_cpu(es->s_journal_dev)) { in ext3_load_journal()
2328 journal_dev = new_decode_dev(le32_to_cpu(es->s_journal_dev)); in ext3_load_journal()
2393 journal_devnum != le32_to_cpu(es->s_journal_dev)) { in ext3_load_journal()
2701 n_blocks_count > le32_to_cpu(es->s_blocks_count)) { in ext3_remount()
2735 "features (%x)", le32_to_cpu(ret)); in ext3_remount()
2802 } else if (sbi->s_blocks_last != le32_to_cpu(es->s_blocks_count)) { in ext3_statfs()
2817 overhead = le32_to_cpu(es->s_first_data_block); in ext3_statfs()
2842 sbi->s_blocks_last = le32_to_cpu(es->s_blocks_count); in ext3_statfs()
2847 buf->f_blocks = le32_to_cpu(es->s_blocks_count) - sbi->s_overhead_last; in ext3_statfs()
2849 buf->f_bavail = buf->f_bfree - le32_to_cpu(es->s_r_blocks_count); in ext3_statfs()
2850 if (buf->f_bfree < le32_to_cpu(es->s_r_blocks_count)) in ext3_statfs()
2852 buf->f_files = le32_to_cpu(es->s_inodes_count); in ext3_statfs()