Searched refs:clustersize (Results 1 – 1 of 1) sorted by relevance
4378 int clustersize; in ext4_handle_clustersize() local4381 clustersize = BLOCK_SIZE << le32_to_cpu(es->s_log_cluster_size); in ext4_handle_clustersize()4383 if (clustersize < sb->s_blocksize) { in ext4_handle_clustersize()4386 "block size (%lu)", clustersize, sb->s_blocksize); in ext4_handle_clustersize()4392 if (clustersize != sb->s_blocksize) { in ext4_handle_clustersize()4395 "block size (%lu)", clustersize, sb->s_blocksize); in ext4_handle_clustersize()4413 (sbi->s_clusters_per_group * (clustersize / sb->s_blocksize))) { in ext4_handle_clustersize()4419 sbi->s_cluster_ratio = clustersize / sb->s_blocksize; in ext4_handle_clustersize()4422 if (sbi->s_blocks_per_group == clustersize << 3) in ext4_handle_clustersize()