Searched refs:has_huge_files (Results 1 – 1 of 1) sorted by relevance
2297 static loff_t ext4_max_size(int blkbits, int has_huge_files) in ext4_max_size() argument2303 if (!has_huge_files || sizeof(blkcnt_t) < sizeof(u64)) { in ext4_max_size()2336 static loff_t ext4_max_bitmap_size(int bits, int has_huge_files) in ext4_max_bitmap_size() argument2349 if (!has_huge_files || sizeof(blkcnt_t) < sizeof(u64)) { in ext4_max_bitmap_size()3455 int needs_recovery, has_huge_files, has_bigalloc; in ext4_fill_super() local3760 has_huge_files = EXT4_HAS_RO_COMPAT_FEATURE(sb, in ext4_fill_super()3763 has_huge_files); in ext4_fill_super()3764 sb->s_maxbytes = ext4_max_size(sb->s_blocksize_bits, has_huge_files); in ext4_fill_super()