Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ntfs/
Daops.c73 s64 file_ofs, init_size; in ntfs_end_buffer_async_read() local
77 file_ofs = ((s64)page->index << PAGE_CACHE_SHIFT) + in ntfs_end_buffer_async_read()
88 if (unlikely(file_ofs + bh->b_size > init_size)) { in ntfs_end_buffer_async_read()
93 if (file_ofs < init_size) in ntfs_end_buffer_async_read()
94 ofs = init_size - file_ofs; in ntfs_end_buffer_async_read()