Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dfilemap.c2941 struct xa_state *xas, pgoff_t end_pgoff) in next_uptodate_page() argument
2977 } while ((page = xas_next_entry(xas, end_pgoff)) != NULL); in next_uptodate_page()
2984 pgoff_t end_pgoff) in first_map_page() argument
2986 return next_uptodate_page(xas_find(xas, end_pgoff), in first_map_page()
2987 mapping, xas, end_pgoff); in first_map_page()
2992 pgoff_t end_pgoff) in next_map_page() argument
2994 return next_uptodate_page(xas_next_entry(xas, end_pgoff), in next_map_page()
2995 mapping, xas, end_pgoff); in next_map_page()
3007 pgoff_t start_pgoff, pgoff_t end_pgoff) in filemap_map_pages() argument
3021 head = first_map_page(mapping, &xas, end_pgoff); in filemap_map_pages()
[all …]
H A Dmemory.c4319 pgoff_t end_pgoff; in do_fault_around() local
4333 end_pgoff = start_pgoff - in do_fault_around()
4336 end_pgoff = min3(end_pgoff, vma_pages(vmf->vma) + vmf->vma->vm_pgoff - 1, in do_fault_around()
4347 return vmf->vma->vm_ops->map_pages(vmf, start_pgoff, end_pgoff); in do_fault_around()
H A Dnommu.c1672 pgoff_t start_pgoff, pgoff_t end_pgoff) in filemap_map_pages() argument
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_file.c1345 pgoff_t end_pgoff) in xfs_filemap_map_pages() argument
1351 ret = filemap_map_pages(vmf, start_pgoff, end_pgoff); in xfs_filemap_map_pages()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h600 pgoff_t start_pgoff, pgoff_t end_pgoff);
2803 pgoff_t start_pgoff, pgoff_t end_pgoff);
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dlocking.rst636 till "end_pgoff". ->map_pages() is called with page table locked and must