Home
last modified time | relevance | path

Searched refs:has_huge_files (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dsuper.c3430 static loff_t ext4_max_size(int blkbits, int has_huge_files) in ext4_max_size() argument
3437 if (!has_huge_files) { in ext4_max_size()
3465 static loff_t ext4_max_bitmap_size(int bits, int has_huge_files) in ext4_max_bitmap_size() argument
3479 if (!has_huge_files) { in ext4_max_bitmap_size()
5171 int has_huge_files; in ext4_block_group_meta_init() local
5173 has_huge_files = ext4_has_feature_huge_file(sb); in ext4_block_group_meta_init()
5175 has_huge_files); in ext4_block_group_meta_init()
5176 sb->s_maxbytes = ext4_max_size(sb->s_blocksize_bits, has_huge_files); in ext4_block_group_meta_init()