Searched refs:has_huge_files (Results 1 – 1 of 1) sorted by relevance
2652 static loff_t ext4_max_size(int blkbits, int has_huge_files) in ext4_max_size() argument2658 if (!has_huge_files || sizeof(blkcnt_t) < sizeof(u64)) { in ext4_max_size()2691 static loff_t ext4_max_bitmap_size(int bits, int has_huge_files) in ext4_max_bitmap_size() argument2704 if (!has_huge_files || sizeof(blkcnt_t) < sizeof(u64)) { in ext4_max_bitmap_size()3513 int needs_recovery, has_huge_files, has_bigalloc; in ext4_fill_super() local3867 has_huge_files = ext4_has_feature_huge_file(sb); in ext4_fill_super()3869 has_huge_files); in ext4_fill_super()3870 sb->s_maxbytes = ext4_max_size(sb->s_blocksize_bits, has_huge_files); in ext4_fill_super()