Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dbitmap.c17 size_t buf_clusters; in ntfs_trim_fs() local
47 buf_clusters = PAGE_SIZE * 8; in ntfs_trim_fs()
49 end_index = (end_cluster + buf_clusters - 1) >> 15; in ntfs_trim_fs()
62 start_buf = max_t(u64, index * buf_clusters, start_cluster); in ntfs_trim_fs()
63 end_buf = min_t(u64, (index + 1) * buf_clusters, end_cluster); in ntfs_trim_fs()