Searched refs:has_huge_files (Results 1 – 1 of 1) sorted by relevance
2308 static loff_t ext4_max_size(int blkbits, int has_huge_files) in ext4_max_size() argument2314 if (!has_huge_files || sizeof(blkcnt_t) < sizeof(u64)) { in ext4_max_size()2347 static loff_t ext4_max_bitmap_size(int bits, int has_huge_files) in ext4_max_bitmap_size() argument2360 if (!has_huge_files || sizeof(blkcnt_t) < sizeof(u64)) { in ext4_max_bitmap_size()3120 int needs_recovery, has_huge_files, has_bigalloc; in ext4_fill_super() local3420 has_huge_files = ext4_has_feature_huge_file(sb); in ext4_fill_super()3422 has_huge_files); in ext4_fill_super()3423 sb->s_maxbytes = ext4_max_size(sb->s_blocksize_bits, has_huge_files); in ext4_fill_super()