Lines Matching refs:pgoff_t

491 	pgoff_t max = end_byte >> PAGE_SHIFT;
520 pgoff_t index = start_byte >> PAGE_SHIFT;
521 pgoff_t end = end_byte >> PAGE_SHIFT;
648 pgoff_t max = end_byte >> PAGE_SHIFT;
824 pgoff_t offset = old->index;
858 struct folio *folio, pgoff_t index, gfp_t gfp, void **shadowp)
959 pgoff_t index, gfp_t gfp)
1777 pgoff_t page_cache_next_miss(struct address_space *mapping,
1778 pgoff_t index, unsigned long max_scan)
1814 pgoff_t page_cache_prev_miss(struct address_space *mapping,
1815 pgoff_t index, unsigned long max_scan)
1863 void *filemap_get_entry(struct address_space *mapping, pgoff_t index)
1910 struct folio *__filemap_get_folio(struct address_space *mapping, pgoff_t index,
2030 static inline struct folio *find_get_entry(struct xa_state *xas, pgoff_t max,
2085 unsigned find_get_entries(struct address_space *mapping, pgoff_t *start,
2086 pgoff_t end, struct folio_batch *fbatch, pgoff_t *indices)
2134 unsigned find_lock_entries(struct address_space *mapping, pgoff_t *start,
2135 pgoff_t end, struct folio_batch *fbatch, pgoff_t *indices)
2202 unsigned filemap_get_folios(struct address_space *mapping, pgoff_t *start,
2203 pgoff_t end, struct folio_batch *fbatch)
2225 pgoff_t *start, pgoff_t end, struct folio_batch *fbatch)
2300 unsigned filemap_get_folios_tag(struct address_space *mapping, pgoff_t *start,
2301 pgoff_t end, xa_mark_t tag, struct folio_batch *fbatch)
2327 if (end == (pgoff_t)-1)
2328 *start = (pgoff_t)-1;
2368 pgoff_t index, pgoff_t max, struct folio_batch *fbatch)
2515 pgoff_t index;
2564 pgoff_t last_index)
2581 pgoff_t index = iocb->ki_pos >> PAGE_SHIFT;
2582 pgoff_t last_index;
3115 pgoff_t max = (end - 1) >> PAGE_SHIFT;
3410 pgoff_t max_idx, index = vmf->pgoff;
3565 pgoff_t start)
3593 struct address_space *mapping, pgoff_t end_pgoff)
3733 pgoff_t start_pgoff, pgoff_t end_pgoff)
3738 pgoff_t file_end, last_pgoff = start_pgoff;
3909 pgoff_t index, filler_t filler, struct file *file, gfp_t gfp)
3986 struct folio *read_cache_folio(struct address_space *mapping, pgoff_t index,
4012 pgoff_t index, gfp_t gfp)
4019 pgoff_t index, filler_t *filler, struct file *file, gfp_t gfp)
4030 pgoff_t index, filler_t *filler, struct file *file)
4053 pgoff_t index,
4377 pgoff_t first = start >> PAGE_SHIFT;
4378 pgoff_t last = end >> PAGE_SHIFT;
4379 pgoff_t nr = end == LLONG_MAX ? ULONG_MAX : last - first + 1;
4428 pgoff_t first_index, pgoff_t last_index, struct cachestat *cs)
4440 pgoff_t folio_first_index, folio_last_index;
4579 pgoff_t first_index, last_index;