Lines Matching refs:cluster_size_bits
548 vcn >>= vol->cluster_size_bits; in ntfs_sync_mft_mirror()
567 vol->cluster_size_bits) + in ntfs_sync_mft_mirror()
741 vcn >>= vol->cluster_size_bits; in write_mft_record_nolock()
755 vol->cluster_size_bits) + in write_mft_record_nolock()
1319 (ll - 1) >> vol->cluster_size_bits, NULL); in ntfs_mft_bitmap_extend_allocation_nolock()
1750 (ll - 1) >> vol->cluster_size_bits, NULL); in ntfs_mft_data_extend_allocation_nolock()
1764 min_nr = vol->mft_record_size >> vol->cluster_size_bits; in ntfs_mft_data_extend_allocation_nolock()
1768 nr = vol->mft_record_size << 4 >> vol->cluster_size_bits; in ntfs_mft_data_extend_allocation_nolock()
1775 if (unlikely((ll + (nr << vol->cluster_size_bits)) >> in ntfs_mft_data_extend_allocation_nolock()
1778 if (unlikely((ll + (nr << vol->cluster_size_bits)) >> in ntfs_mft_data_extend_allocation_nolock()
1933 mft_ni->allocated_size += nr << vol->cluster_size_bits; in ntfs_mft_data_extend_allocation_nolock()
1952 mft_ni->allocated_size += nr << vol->cluster_size_bits; in ntfs_mft_data_extend_allocation_nolock()
2679 vol->cluster_size_bits; in ntfs_mft_record_alloc()