Searched refs:clustersize (Results 1 – 2 of 2) sorted by relevance
1426 vle_compressed_index_clusterofs(unsigned clustersize, argument1442 return clustersize;1492 const unsigned int clustersize = 1 << clusterbits; local1519 (le16_to_cpu(di->di_clusterofs) & (clustersize - 1));1542 const unsigned int clustersize = 1 << clusterbits; local1564 ofs_rem = ofs & (clustersize - 1);1585 logical_cluster_ofs = vle_compressed_index_clusterofs(clustersize, di);1595 end = (u64)(lcn + 1) * clustersize;1611 ofs = lcn * clustersize | logical_cluster_ofs;1623 end = (lcn-- * clustersize) | logical_cluster_ofs;[all …]
3510 int blocksize, clustersize; in ext4_fill_super() local3950 clustersize = BLOCK_SIZE << le32_to_cpu(es->s_log_cluster_size); in ext4_fill_super()3953 if (clustersize < blocksize) { in ext4_fill_super()3956 "block size (%d)", clustersize, blocksize); in ext4_fill_super()3970 (sbi->s_clusters_per_group * (clustersize / blocksize))) { in ext4_fill_super()3978 if (clustersize != blocksize) { in ext4_fill_super()3981 "block size (%d)", clustersize, blocksize); in ext4_fill_super()3993 sbi->s_cluster_ratio = clustersize / blocksize; in ext4_fill_super()3996 if (sbi->s_blocks_per_group == clustersize << 3) in ext4_fill_super()