Searched refs:clustersize (Results 1 – 1 of 1) sorted by relevance
4413 int clustersize; in ext4_handle_clustersize() local4416 clustersize = BLOCK_SIZE << le32_to_cpu(es->s_log_cluster_size); in ext4_handle_clustersize()4418 if (clustersize < sb->s_blocksize) { in ext4_handle_clustersize()4421 "block size (%lu)", clustersize, sb->s_blocksize); in ext4_handle_clustersize()4435 (sbi->s_clusters_per_group * (clustersize / sb->s_blocksize))) { in ext4_handle_clustersize()4443 if (clustersize != sb->s_blocksize) { in ext4_handle_clustersize()4446 "block size (%lu)", clustersize, sb->s_blocksize); in ext4_handle_clustersize()4458 sbi->s_cluster_ratio = clustersize / sb->s_blocksize; in ext4_handle_clustersize()4461 if (sbi->s_blocks_per_group == clustersize << 3) in ext4_handle_clustersize()