Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs/
Daops.c1558 unsigned char blocksize_bits, cluster_size_shift; in ntfs_bmap() local
1587 cluster_size_shift = vol->cluster_size_bits; in ntfs_bmap()
1589 lcn = ntfs_attr_vcn_to_lcn_nolock(ni, ofs >> cluster_size_shift, false); in ntfs_bmap()
1633 block = lcn = ((lcn << cluster_size_shift) + delta) >> in ntfs_bmap()
1643 block = ((lcn << cluster_size_shift) + delta) >> in ntfs_bmap()