Lines Matching refs:CLST
197 CLST vcn, lcn, clen; in ntfs_extend_initialized_size()
363 CLST lcn, len; in ntfs_file_mmap()
364 CLST vcn = from >> sbi->cluster_bits; in ntfs_file_mmap()
365 CLST end = bytes_to_cluster(sbi, to); in ntfs_file_mmap()
426 CLST vcn = pos >> sbi->cluster_bits; in ntfs_extend()
427 CLST cend = bytes_to_cluster(sbi, end); in ntfs_extend()
428 CLST cend_v = bytes_to_cluster(sbi, ni->i_valid); in ntfs_extend()
429 CLST lcn, clen; in ntfs_extend()
726 CLST vcn = vbo >> cluster_bits; in ntfs_fallocate()
727 CLST cend = bytes_to_cluster(sbi, end); in ntfs_fallocate()
728 CLST cend_v = bytes_to_cluster(sbi, ni->i_valid); in ntfs_fallocate()
729 CLST lcn, clen; in ntfs_fallocate()
986 CLST frame; in ntfs_compress_write()
1014 CLST lcn, clen; in ntfs_compress_write()