Searched refs:s_log_cluster_size (Results 1 – 2 of 2) sorted by relevance
3964 if (le32_to_cpu(es->s_log_cluster_size) > in ext4_fill_super()3968 le32_to_cpu(es->s_log_cluster_size)); in ext4_fill_super()4084 clustersize = BLOCK_SIZE << le32_to_cpu(es->s_log_cluster_size); in ext4_fill_super()4093 sbi->s_cluster_bits = le32_to_cpu(es->s_log_cluster_size) - in ext4_fill_super()
1217 __le32 s_log_cluster_size; /* Allocation cluster size */ member