Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ntfs/
Dlcnalloc.c151 LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn; in ntfs_cluster_alloc() local
268 last_read_pos = bmp_pos >> 3; in ntfs_cluster_alloc()
270 (unsigned long long)last_read_pos); in ntfs_cluster_alloc()
271 if (last_read_pos > i_size) { in ntfs_cluster_alloc()
285 page = ntfs_map_page(mapping, last_read_pos >> in ntfs_cluster_alloc()
292 buf_size = last_read_pos & ~PAGE_CACHE_MASK; in ntfs_cluster_alloc()
295 if (unlikely(last_read_pos + buf_size > i_size)) in ntfs_cluster_alloc()
296 buf_size = i_size - last_read_pos; in ntfs_cluster_alloc()