Lines Matching refs:CLST
199 CLST vcn, lcn, clen; in ntfs_extend_initialized_size()
365 CLST lcn, len; in ntfs_file_mmap()
366 CLST vcn = from >> sbi->cluster_bits; in ntfs_file_mmap()
367 CLST end = bytes_to_cluster(sbi, to); in ntfs_file_mmap()
428 CLST vcn = pos >> sbi->cluster_bits; in ntfs_extend()
429 CLST cend = bytes_to_cluster(sbi, end); in ntfs_extend()
430 CLST cend_v = bytes_to_cluster(sbi, ni->i_valid); in ntfs_extend()
431 CLST lcn, clen; in ntfs_extend()
728 CLST vcn = vbo >> cluster_bits; in ntfs_fallocate()
729 CLST cend = bytes_to_cluster(sbi, end); in ntfs_fallocate()
730 CLST cend_v = bytes_to_cluster(sbi, ni->i_valid); in ntfs_fallocate()
731 CLST lcn, clen; in ntfs_fallocate()
988 CLST frame; in ntfs_compress_write()
1017 CLST lcn, clen; in ntfs_compress_write()