Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs/
Daops.c60 s64 file_ofs, init_size; in ntfs_end_buffer_async_read() local
64 file_ofs = ((s64)page->index << PAGE_SHIFT) + in ntfs_end_buffer_async_read()
75 if (unlikely(file_ofs + bh->b_size > init_size)) { in ntfs_end_buffer_async_read()
80 if (file_ofs < init_size) in ntfs_end_buffer_async_read()
81 ofs = init_size - file_ofs; in ntfs_end_buffer_async_read()