Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dbitmap.c23 u64 end, trimmed = 0, start_buf, end_buf, end_cluster; in ntfs_trim_fs() local
62 start_buf = max_t(u64, index * buf_clusters, start_cluster); in ntfs_trim_fs()
65 end = start_buf; in ntfs_trim_fs()
68 u64 start = find_next_zero_bit(bitmap, end_buf - start_buf, in ntfs_trim_fs()
69 end - start_buf) + start_buf; in ntfs_trim_fs()
73 end = find_next_bit(bitmap, end_buf - start_buf, in ntfs_trim_fs()
74 start - start_buf) + start_buf; in ntfs_trim_fs()