Searched refs:has_huge_files (Results 1 – 1 of 1) sorted by relevance
3421 static loff_t ext4_max_size(int blkbits, int has_huge_files) in ext4_max_size() argument3428 if (!has_huge_files) { in ext4_max_size()3456 static loff_t ext4_max_bitmap_size(int bits, int has_huge_files) in ext4_max_bitmap_size() argument3470 if (!has_huge_files) { in ext4_max_bitmap_size()5162 int has_huge_files; in ext4_block_group_meta_init() local5164 has_huge_files = ext4_has_feature_huge_file(sb); in ext4_block_group_meta_init()5166 has_huge_files); in ext4_block_group_meta_init()5167 sb->s_maxbytes = ext4_max_size(sb->s_blocksize_bits, has_huge_files); in ext4_block_group_meta_init()