Searched refs:clustersize (Results 1 – 1 of 1) sorted by relevance
4394 int clustersize; in ext4_handle_clustersize() local4397 clustersize = BLOCK_SIZE << le32_to_cpu(es->s_log_cluster_size); in ext4_handle_clustersize()4399 if (clustersize < sb->s_blocksize) { in ext4_handle_clustersize()4402 "block size (%lu)", clustersize, sb->s_blocksize); in ext4_handle_clustersize()4408 if (clustersize != sb->s_blocksize) { in ext4_handle_clustersize()4411 "block size (%lu)", clustersize, sb->s_blocksize); in ext4_handle_clustersize()4429 (sbi->s_clusters_per_group * (clustersize / sb->s_blocksize))) { in ext4_handle_clustersize()4435 sbi->s_cluster_ratio = clustersize / sb->s_blocksize; in ext4_handle_clustersize()4438 if (sbi->s_blocks_per_group == clustersize << 3) in ext4_handle_clustersize()