Lines Matching refs:cluster_bits
766 sbi->cluster_bits = blksize_bits(sbi->cluster_size); in ntfs_init_from_boot()
768 sbi->mft.lbo = mlcn << sbi->cluster_bits; in ntfs_init_from_boot()
769 sbi->mft.lbo2 = mlcn2 << sbi->cluster_bits; in ntfs_init_from_boot()
790 << sbi->cluster_bits; in ntfs_init_from_boot()
805 : (u32)boot->index_size << sbi->cluster_bits; in ntfs_init_from_boot()
821 clusters = sbi->volume.size >> sbi->cluster_bits; in ntfs_init_from_boot()
861 sbi->maxbytes = (clusters << sbi->cluster_bits) - 1; in ntfs_init_from_boot()
864 if (clusters >= (1ull << (64 - sbi->cluster_bits))) in ntfs_init_from_boot()
870 sbi->maxbytes_sparse = (1ull << (sbi->cluster_bits + 32)) - 1; in ntfs_init_from_boot()
871 sb->s_maxbytes = 0xFFFFFFFFull << sbi->cluster_bits; in ntfs_init_from_boot()
879 sbi->zone_max = min_t(CLST, 0x20000000 >> sbi->cluster_bits, clusters >> 3); in ntfs_init_from_boot()
1335 lbo = (u64)lcn << sbi->cluster_bits; in ntfs_discard()
1336 bytes = (u64)len << sbi->cluster_bits; in ntfs_discard()