Lines Matching refs:pgoff_t

248 pgoff_t page_cache_next_hole(struct address_space *mapping,
249 pgoff_t index, unsigned long max_scan);
250 pgoff_t page_cache_prev_hole(struct address_space *mapping,
251 pgoff_t index, unsigned long max_scan);
260 struct page *pagecache_get_page(struct address_space *mapping, pgoff_t offset,
274 pgoff_t offset) in find_get_page()
280 pgoff_t offset, int fgp_flags) in find_get_page_flags()
300 pgoff_t offset) in find_lock_page()
325 pgoff_t offset, gfp_t gfp_mask) in find_or_create_page()
346 pgoff_t index) in grab_cache_page_nowait()
353 struct page *find_get_entry(struct address_space *mapping, pgoff_t offset);
354 struct page *find_lock_entry(struct address_space *mapping, pgoff_t offset);
355 unsigned find_get_entries(struct address_space *mapping, pgoff_t start,
357 pgoff_t *indices);
358 unsigned find_get_pages(struct address_space *mapping, pgoff_t start,
360 unsigned find_get_pages_contig(struct address_space *mapping, pgoff_t start,
362 unsigned find_get_pages_tag(struct address_space *mapping, pgoff_t *index,
366 pgoff_t index, unsigned flags);
372 pgoff_t index) in grab_cache_page()
378 pgoff_t index, filler_t *filler, void *data);
380 pgoff_t index, gfp_t gfp_mask);
385 pgoff_t index, void *data) in read_mapping_page()
395 static inline pgoff_t page_to_pgoff(struct page *page) in page_to_pgoff()
416 extern pgoff_t linear_hugepage_index(struct vm_area_struct *vma,
419 static inline pgoff_t linear_page_index(struct vm_area_struct *vma, in linear_page_index()
422 pgoff_t pgoff; in linear_page_index()
657 pgoff_t index, gfp_t gfp_mask);
659 pgoff_t index, gfp_t gfp_mask);
670 struct address_space *mapping, pgoff_t offset, gfp_t gfp_mask) in add_to_page_cache()