Home
last modified time | relevance | path

Searched refs:cluster_size_shift (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/ntfs/
Daops.c1572 unsigned char blocksize_bits, cluster_size_shift; in ntfs_bmap() local
1601 cluster_size_shift = vol->cluster_size_bits; in ntfs_bmap()
1603 lcn = ntfs_attr_vcn_to_lcn_nolock(ni, ofs >> cluster_size_shift, false); in ntfs_bmap()
1647 block = lcn = ((lcn << cluster_size_shift) + delta) >> in ntfs_bmap()
1657 block = ((lcn << cluster_size_shift) + delta) >> in ntfs_bmap()