Lines Matching refs:CLST
141 CLST vcn, lcn, clen; in ntfs_extend_initialized_size()
312 CLST lcn, len; in ntfs_file_mmap_prepare()
313 CLST vcn = from >> sbi->cluster_bits; in ntfs_file_mmap_prepare()
314 CLST end = bytes_to_cluster(sbi, to); in ntfs_file_mmap_prepare()
378 CLST vcn = pos >> sbi->cluster_bits; in ntfs_extend()
379 CLST cend = bytes_to_cluster(sbi, end); in ntfs_extend()
380 CLST cend_v = bytes_to_cluster(sbi, ni->i_valid); in ntfs_extend()
381 CLST lcn, clen; in ntfs_extend()
678 CLST vcn = vbo >> cluster_bits; in ntfs_fallocate()
679 CLST cend = bytes_to_cluster(sbi, end); in ntfs_fallocate()
680 CLST cend_v = bytes_to_cluster(sbi, ni->i_valid); in ntfs_fallocate()
681 CLST lcn, clen; in ntfs_fallocate()
947 CLST frame; in ntfs_compress_write()
975 CLST lcn, clen; in ntfs_compress_write()