fs/ntfs/aops.c
207
block = lcn = (ntfs_cluster_to_bytes(vol, lcn) + delta) >>
fs/ntfs/aops.c
217
block = (ntfs_cluster_to_bytes(vol, lcn) + delta) >>
fs/ntfs/attrib.c
4254
ni->allocated_size = ntfs_cluster_to_bytes(vol, first_free_vcn);
fs/ntfs/attrib.c
4259
ntfs_cluster_to_bytes(vol, nr_freed_clusters);
fs/ntfs/attrib.c
4514
ni->allocated_size = ntfs_cluster_to_bytes(vol, first_free_vcn);
fs/ntfs/attrib.c
5362
ni->allocated_size += ntfs_cluster_to_bytes(vol, len);
fs/ntfs/attrib.c
5363
ni->data_size += ntfs_cluster_to_bytes(vol, len);
fs/ntfs/attrib.c
5364
if (ntfs_cluster_to_bytes(vol, start_vcn) < ni->initialized_size)
fs/ntfs/attrib.c
5365
ni->initialized_size += ntfs_cluster_to_bytes(vol, len);
fs/ntfs/attrib.c
5435
ni->allocated_size -= ntfs_cluster_to_bytes(vol, len);
fs/ntfs/attrib.c
5436
if (ni->data_size > ntfs_cluster_to_bytes(vol, start_vcn)) {
fs/ntfs/attrib.c
5437
if (ni->data_size > ntfs_cluster_to_bytes(vol, (start_vcn + len)))
fs/ntfs/attrib.c
5438
ni->data_size -= ntfs_cluster_to_bytes(vol, len);
fs/ntfs/attrib.c
5440
ni->data_size = ntfs_cluster_to_bytes(vol, start_vcn);
fs/ntfs/attrib.c
5442
if (ni->initialized_size > ntfs_cluster_to_bytes(vol, start_vcn)) {
fs/ntfs/attrib.c
5444
ntfs_cluster_to_bytes(vol, start_vcn + len))
fs/ntfs/attrib.c
5445
ni->initialized_size -= ntfs_cluster_to_bytes(vol, len);
fs/ntfs/attrib.c
5447
ni->initialized_size = ntfs_cluster_to_bytes(vol, start_vcn);
fs/ntfs/bitmap.c
76
aligned_start = ALIGN(ntfs_cluster_to_bytes(vol, start), dq);
fs/ntfs/bitmap.c
78
ALIGN_DOWN(ntfs_cluster_to_bytes(vol, end - start), dq);
fs/ntfs/compress.c
1433
ntfs_cluster_to_bytes(vol, bio_lcn + i));
fs/ntfs/compress.c
490
unsigned int nr_cbs = ntfs_cluster_to_bytes(vol, end_vcn - start_vcn) >>
fs/ntfs/file.c
1021
new_size = old_size + ntfs_cluster_to_bytes(vol, end_vcn - start_vcn);
fs/ntfs/file.c
1023
ntfs_cluster_to_bytes(vol, end_vcn - start_vcn);
fs/ntfs/file.c
113
ni->allocated_size = ntfs_cluster_to_bytes(vol, vcn_tr);
fs/ntfs/file.c
911
ntfs_cluster_to_bytes(vol, start_vcn + 1),
fs/ntfs/file.c
927
from = ntfs_cluster_to_bytes(vol, end_vcn - 1);
fs/ntfs/file.c
970
if (ntfs_cluster_to_bytes(vol, end_vcn) > ni->allocated_size)
fs/ntfs/file.c
973
new_size = old_size - ntfs_cluster_to_bytes(vol, end_vcn - start_vcn);
fs/ntfs/inode.c
1769
rl_byte_off = ntfs_cluster_to_bytes(vol, lcn);
fs/ntfs/inode.c
1770
rl_byte_len = ntfs_cluster_to_bytes(vol, rl->length);
fs/ntfs/inode.c
1894
ntfs_cluster_to_bytes(vol, vol->mft_lcn), i);
fs/ntfs/inode.c
3718
ntfs_cluster_to_bytes(vol, lcn) +
fs/ntfs/inode.c
3722
ntfs_cluster_to_bytes(vol, rl_length),
fs/ntfs/iomap.c
231
iomap->addr = ntfs_cluster_to_bytes(vol, lcn) + vcn_ofs;
fs/ntfs/iomap.c
234
rl_length = ntfs_cluster_to_bytes(vol, rl->length - (vcn - rl->vcn));
fs/ntfs/iomap.c
479
rl_length = ntfs_cluster_to_bytes(vol, max_clu_count);
fs/ntfs/iomap.c
529
iomap->addr = ntfs_cluster_to_bytes(vol, lcn) + vcn_ofs;
fs/ntfs/iomap.c
531
rl_length = ntfs_cluster_to_bytes(vol, max_clu_count);
fs/ntfs/iomap.c
578
rl_length = ntfs_cluster_to_bytes(vol, lcn_count);
fs/ntfs/iomap.c
591
iomap->addr = ntfs_cluster_to_bytes(vol, start_lcn) + vcn_ofs;
fs/ntfs/mft.c
2735
ntfs_cluster_to_bytes(vol, lcn) + off);