Searched refs:s_log_cluster_size (Results 1 – 3 of 3) sorted by relevance
26 stored in the s_log_cluster_size field in the superblock); from then
4441 clustersize = BLOCK_SIZE << le32_to_cpu(es->s_log_cluster_size); in ext4_handle_clustersize()4449 sbi->s_cluster_bits = le32_to_cpu(es->s_log_cluster_size) - in ext4_handle_clustersize()5167 if (le32_to_cpu(es->s_log_cluster_size) > in ext4_load_super()5171 le32_to_cpu(es->s_log_cluster_size)); in ext4_load_super()
1340 __le32 s_log_cluster_size; /* Allocation cluster size */ member