Lines Matching refs:cluster_bits
761 sbi->cluster_bits = blksize_bits(sbi->cluster_size); in ntfs_init_from_boot()
763 sbi->mft.lbo = mlcn << sbi->cluster_bits; in ntfs_init_from_boot()
764 sbi->mft.lbo2 = mlcn2 << sbi->cluster_bits; in ntfs_init_from_boot()
785 << sbi->cluster_bits; in ntfs_init_from_boot()
800 : (u32)boot->index_size << sbi->cluster_bits; in ntfs_init_from_boot()
816 clusters = sbi->volume.size >> sbi->cluster_bits; in ntfs_init_from_boot()
856 sbi->maxbytes = (clusters << sbi->cluster_bits) - 1; in ntfs_init_from_boot()
859 if (clusters >= (1ull << (64 - sbi->cluster_bits))) in ntfs_init_from_boot()
865 sbi->maxbytes_sparse = (1ull << (sbi->cluster_bits + 32)) - 1; in ntfs_init_from_boot()
866 sb->s_maxbytes = 0xFFFFFFFFull << sbi->cluster_bits; in ntfs_init_from_boot()
1324 lbo = (u64)lcn << sbi->cluster_bits; in ntfs_discard()
1325 bytes = (u64)len << sbi->cluster_bits; in ntfs_discard()