Searched refs:clustersize (Results 1 – 1 of 1) sorted by relevance
4412 int clustersize; in ext4_handle_clustersize() local4415 clustersize = BLOCK_SIZE << le32_to_cpu(es->s_log_cluster_size); in ext4_handle_clustersize()4417 if (clustersize < sb->s_blocksize) { in ext4_handle_clustersize()4420 "block size (%lu)", clustersize, sb->s_blocksize); in ext4_handle_clustersize()4434 (sbi->s_clusters_per_group * (clustersize / sb->s_blocksize))) { in ext4_handle_clustersize()4442 if (clustersize != sb->s_blocksize) { in ext4_handle_clustersize()4445 "block size (%lu)", clustersize, sb->s_blocksize); in ext4_handle_clustersize()4457 sbi->s_cluster_ratio = clustersize / sb->s_blocksize; in ext4_handle_clustersize()4460 if (sbi->s_blocks_per_group == clustersize << 3) in ext4_handle_clustersize()