Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Dlcnalloc.c137 LCN zone_start, zone_end, bmp_pos, bmp_initial_pos, last_read_pos, lcn; in ntfs_cluster_alloc() local
254 last_read_pos = bmp_pos >> 3; in ntfs_cluster_alloc()
256 (unsigned long long)last_read_pos); in ntfs_cluster_alloc()
257 if (last_read_pos > i_size) { in ntfs_cluster_alloc()
271 page = ntfs_map_page(mapping, last_read_pos >> in ntfs_cluster_alloc()
278 buf_size = last_read_pos & ~PAGE_MASK; in ntfs_cluster_alloc()
281 if (unlikely(last_read_pos + buf_size > i_size)) in ntfs_cluster_alloc()
282 buf_size = i_size - last_read_pos; in ntfs_cluster_alloc()