Lines Matching refs:pgoff_t
241 pgoff_t page_cache_next_hole(struct address_space *mapping,
242 pgoff_t index, unsigned long max_scan);
243 pgoff_t page_cache_prev_hole(struct address_space *mapping,
244 pgoff_t index, unsigned long max_scan);
253 struct page *pagecache_get_page(struct address_space *mapping, pgoff_t offset,
267 pgoff_t offset) in find_get_page()
273 pgoff_t offset, int fgp_flags) in find_get_page_flags()
293 pgoff_t offset) in find_lock_page()
318 pgoff_t offset, gfp_t gfp_mask) in find_or_create_page()
339 pgoff_t index) in grab_cache_page_nowait()
346 struct page *find_get_entry(struct address_space *mapping, pgoff_t offset);
347 struct page *find_lock_entry(struct address_space *mapping, pgoff_t offset);
348 unsigned find_get_entries(struct address_space *mapping, pgoff_t start,
350 pgoff_t *indices);
351 unsigned find_get_pages(struct address_space *mapping, pgoff_t start,
353 unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t start,
355 unsigned find_get_pages_tag(struct address_space *mapping, pgoff_t *index,
359 pgoff_t index, unsigned flags);
365 pgoff_t index) in grab_cache_page()
371 pgoff_t index, filler_t *filler, void *data);
373 pgoff_t index, gfp_t gfp_mask);
378 pgoff_t index, void *data) in read_mapping_page()
388 static inline pgoff_t page_to_pgoff(struct page *page) in page_to_pgoff()
409 extern pgoff_t linear_hugepage_index(struct vm_area_struct *vma,
412 static inline pgoff_t linear_page_index(struct vm_area_struct *vma, in linear_page_index()
415 pgoff_t pgoff; in linear_page_index()
650 pgoff_t index, gfp_t gfp_mask);
652 pgoff_t index, gfp_t gfp_mask);
662 struct address_space *mapping, pgoff_t offset, gfp_t gfp_mask) in add_to_page_cache()