has_huge_files   2782 fs/ext4/super.c static loff_t ext4_max_size(int blkbits, int has_huge_files)
has_huge_files   2789 fs/ext4/super.c 	if (!has_huge_files) {
has_huge_files   2817 fs/ext4/super.c static loff_t ext4_max_bitmap_size(int bits, int has_huge_files)
has_huge_files   2830 fs/ext4/super.c 	if (!has_huge_files) {
has_huge_files   3632 fs/ext4/super.c 	int needs_recovery, has_huge_files, has_bigalloc;
has_huge_files   4087 fs/ext4/super.c 	has_huge_files = ext4_has_feature_huge_file(sb);
has_huge_files   4089 fs/ext4/super.c 						      has_huge_files);
has_huge_files   4090 fs/ext4/super.c 	sb->s_maxbytes = ext4_max_size(sb->s_blocksize_bits, has_huge_files);