Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/ !
Daops.c74 s64 file_ofs, init_size; in ntfs_end_buffer_async_read() local
78 file_ofs = ((s64)page->index << PAGE_SHIFT) + in ntfs_end_buffer_async_read()
89 if (unlikely(file_ofs + bh->b_size > init_size)) { in ntfs_end_buffer_async_read()
94 if (file_ofs < init_size) in ntfs_end_buffer_async_read()
95 ofs = init_size - file_ofs; in ntfs_end_buffer_async_read()