Home
last modified time | relevance | path

Searched refs:start_cluster (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ntfs/
H A Dbitmap.c24 u64 start_cluster = ntfs_bytes_to_cluster(vol, range->start); in ntfs_trim_fs() local
31 if (start_cluster >= vol->nr_clusters) in ntfs_trim_fs()
48 start_index = start_cluster >> 15; in ntfs_trim_fs()
62 start_buf = max_t(u64, index * buf_clusters, start_cluster); in ntfs_trim_fs()