Searched refs:s_log_cluster_size (Results 1 – 2 of 2) sorted by relevance
3807 if (le32_to_cpu(es->s_log_cluster_size) > in ext4_fill_super()3811 le32_to_cpu(es->s_log_cluster_size)); in ext4_fill_super()3950 clustersize = BLOCK_SIZE << le32_to_cpu(es->s_log_cluster_size); in ext4_fill_super()3959 sbi->s_cluster_bits = le32_to_cpu(es->s_log_cluster_size) - in ext4_fill_super()
1204 __le32 s_log_cluster_size; /* Allocation cluster size */ member