Lines Matching refs:cluster_bits
926 u8 cluster_bits; in ntfs_init_from_boot() local
977 sbi->cluster_bits = cluster_bits = blksize_bits(sbi->cluster_size); in ntfs_init_from_boot()
994 record_size = (u32)boot->record_size << cluster_bits; in ntfs_init_from_boot()
1021 sbi->index_size = (u32)boot->index_size << cluster_bits; in ntfs_init_from_boot()
1060 sbi->mft.lbo = mlcn << cluster_bits; in ntfs_init_from_boot()
1061 sbi->mft.lbo2 = mlcn2 << cluster_bits; in ntfs_init_from_boot()
1099 clusters = sbi->volume.size >> cluster_bits; in ntfs_init_from_boot()
1139 sbi->maxbytes = (clusters << cluster_bits) - 1; in ntfs_init_from_boot()
1142 if (clusters >= (1ull << (64 - cluster_bits))) in ntfs_init_from_boot()
1148 sbi->maxbytes_sparse = (1ull << (cluster_bits + 32)) - 1; in ntfs_init_from_boot()
1149 sb->s_maxbytes = 0xFFFFFFFFull << cluster_bits; in ntfs_init_from_boot()
1157 sbi->zone_max = min_t(CLST, 0x20000000 >> cluster_bits, clusters >> 3); in ntfs_init_from_boot()
1694 lbo = (u64)lcn << sbi->cluster_bits; in ntfs_discard()
1695 bytes = (u64)len << sbi->cluster_bits; in ntfs_discard()