Searched refs:end_cluster (Results 1 – 1 of 1) sorted by relevance
23 u64 end, trimmed = 0, start_buf, end_buf, end_cluster; in ntfs_trim_fs() local35 end_cluster = vol->nr_clusters; in ntfs_trim_fs()37 end_cluster = ntfs_bytes_to_cluster(vol, in ntfs_trim_fs()39 if (end_cluster > vol->nr_clusters) in ntfs_trim_fs()40 end_cluster = vol->nr_clusters; in ntfs_trim_fs()49 end_index = (end_cluster + buf_clusters - 1) >> 15; in ntfs_trim_fs()63 end_buf = min_t(u64, (index + 1) * buf_clusters, end_cluster); in ntfs_trim_fs()