Lines Matching refs:cluster_bits
878 u8 cluster_bits;
929 sbi->cluster_bits = cluster_bits = blksize_bits(sbi->cluster_size);
946 record_size = (u32)boot->record_size << cluster_bits;
973 sbi->index_size = (u32)boot->index_size << cluster_bits;
1012 sbi->mft.lbo = mlcn << cluster_bits;
1013 sbi->mft.lbo2 = mlcn2 << cluster_bits;
1051 clusters = sbi->volume.size >> cluster_bits;
1091 sbi->maxbytes = (clusters << cluster_bits) - 1;
1094 if (clusters >= (1ull << (64 - cluster_bits)))
1100 sbi->maxbytes_sparse = (1ull << (cluster_bits + 32)) - 1;
1101 sb->s_maxbytes = 0xFFFFFFFFull << cluster_bits;
1109 sbi->zone_max = min_t(CLST, 0x20000000 >> cluster_bits, clusters >> 3);
1671 lbo = (u64)lcn << sbi->cluster_bits;
1672 bytes = (u64)len << sbi->cluster_bits;