Home
last modified time | relevance | path

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

/fs/ntfs/
Daops.c1555 unsigned char blocksize_bits, cluster_size_shift; in ntfs_bmap() local
1584 cluster_size_shift = vol->cluster_size_bits; in ntfs_bmap()
1586 lcn = ntfs_attr_vcn_to_lcn_nolock(ni, ofs >> cluster_size_shift, false); in ntfs_bmap()
1630 block = lcn = ((lcn << cluster_size_shift) + delta) >> in ntfs_bmap()
1640 block = ((lcn << cluster_size_shift) + delta) >> in ntfs_bmap()