Searched refs:clustersize (Results 1 – 1 of 1) sorted by relevance
4392 int clustersize; in ext4_handle_clustersize() local4395 clustersize = BLOCK_SIZE << le32_to_cpu(es->s_log_cluster_size); in ext4_handle_clustersize()4397 if (clustersize < sb->s_blocksize) { in ext4_handle_clustersize()4400 "block size (%lu)", clustersize, sb->s_blocksize); in ext4_handle_clustersize()4406 if (clustersize != sb->s_blocksize) { in ext4_handle_clustersize()4409 "block size (%lu)", clustersize, sb->s_blocksize); in ext4_handle_clustersize()4427 (sbi->s_clusters_per_group * (clustersize / sb->s_blocksize))) { in ext4_handle_clustersize()4433 sbi->s_cluster_ratio = clustersize / sb->s_blocksize; in ext4_handle_clustersize()4436 if (sbi->s_blocks_per_group == clustersize << 3) in ext4_handle_clustersize()